~abentley/charms/precise/charmworld/charm-import-limit

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
options:
  execute-ingest-every:
    type: int
    default: 15
    description: "The amount of time (in minutes) that the ingest tasks for charmworld are executed"
  source:
    type: string
    default: lp:charmworld
    description: The bzr branch to pull the charmworld source from.
  revno:
    type: int
    default: -1
    description: "The revno of the bzr branch to use. -1 for current tip."
  error-email:
    type: string
    default: ""
    description: "Address to mail errors to."
  nagios_context:
    default: "juju"
    type: string
    description: |
      Used by the nrpe-external-master subordinate charm.
      A string that will be prepended to instance name to set the host name
      in nagios. So for instance the hostname would be something like:
          juju-myservice-0
      If you're running multiple environments with the same services in them
      this allows you to differentiate between them.