~matsubara/charms/precise/oil-qmaster/add-nrpe-support

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Ryan Harper
  • Date: 2014-01-10 14:55:13 UTC
  • Revision ID: ryan.harper@ubuntu.com-20140110145513-jy0c0u62aj88w61o
Update charm to use python instead.  Added in oil-ci private ppa configuration.  Requires updated charm-helper/fetch to support installing https private ppa.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
options:
 
2
  oil-ci-ppa:
 
3
    type: string
 
4
    default: "https://LAUNCHPADID:PASSWORD@private-ppa.launchpad.net/canonical-ci/oil-ci/ubuntu"
 
5
    description: "URL of the ppa where oil-ci packages can be found"
 
6
  oil-ci-key:
 
7
    type: string
 
8
    default: "6DCD151C"
 
9
    description: "GPG Key for oil-ci PPA"
2
10
  redis_hostname:
3
11
    type: string
4
12
    default: "localhost"