~canonical-ci-engineering/charms/precise/ubuntu-ci-services-itself/restish

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Andy Doan
  • Date: 2013-12-05 23:22:18 UTC
  • Revision ID: andy.doan@canonical.com-20131205232218-aswezy10f3oins0w
first try for a restish deployer

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
options:
 
2
  branch:
 
3
    type: string
 
4
    description: "BZR branch the service lives in"
 
5
  revno:
 
6
    type: string
 
7
    description: "Revision or tag to branch from"
 
8
  packages:
 
9
    type: string
 
10
    description: "Packages required for this service"
 
11
    default: "python-webtest python-mock"
 
12
  restish_version:
 
13
    type: string
 
14
    description: "The version of restish to deploy"
 
15
    default: "0.12.1"
 
16
  install_root:
 
17
    type: string
 
18
    description: "The root directory the service will be installed in"
 
19
    default: "/srv/"