~fginther/charms/precise/ubuntu-ci-services-itself/restish-fix-master

1 by Andy Doan
first try for a restish deployer
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/"