~registry/charms/precise/graphite/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Chris Johnston
  • Date: 2014-05-28 14:17:16 UTC
  • Revision ID: chris.johnston@canonical.com-20140528141716-bo4lq395uuk3b6ol
Add ability to supply custom ansible location and update charm helpers

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
options:
2
2
  extra_repository:
3
3
    type: string
4
 
    default: ""
 
4
    default: "ppa:canonical-ci-engineering/ci-airline-phase-0"
5
5
    description: "The PPA location of the graphite packages. Leave blank to use distro archives."
6
6
  ansible_ppa:
7
7
    type: boolean
8
8
    default: True
9
9
    description: "Install ansible from a PPA"
 
10
  ansible_location:
 
11
    type: string
 
12
    default: "ppa:canonical-ci-engineering/ci-airline-phase-0"
 
13
    description: "Repository from which to install ansible"
10
14
  port:
11
15
    type: int
12
16
    default: 8080