~gz/charms/precise/juju-reports/rm_cron_storedata

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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
options:
  cron-interval:
    type: int
    default: 60
    description: |
      The amount of time (in minutes) between cron jobs for the app.
  source:
    type: string
    default: lp:juju-reports
    description: The bzr branch to pull the juju-reports 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."
  error-email-from:
    type: string
    default: ""
    description: "Address to mail errors from."
  lp-key:
    type: string
    default: ""
    description: "SSH key for accessing private code on launchpad."
  lp-oauth:
    type: string
    default: ""
    description: "OAuth credentials for accessing private data on Launchapd."
  gh-token:
    type: string
    default: ""
    description: "GitHub OAuth token to use for counting revisions."
  dist-clean:
    type: boolean
    default: true
    description: "If enabled, run dist-clean when updating source code."
  develop-install:
    type: boolean
    default: false
    description: "If enabled, install in develop mode."
  jujuci-url:
    type: string
    default: http://juju-ci.vapour.ws:8080
    description: "The Jenkins URL to use for retrieving Juju CI data."
  cidata-url:
    type: string
    default: http://data.vapour.ws/juju-ci/products
    description: "The S3 mirror URL to use for linking build artifacts."
  aws-access-key:
    type: string
    default: ""
    description: "The access key to use for the s3 bucket."
  aws-secret-key:
    type: string
    default: ""
    description: "The secret key to use for the s3 bucket."
  charm-bundle-test-token:
    type: string
    default: ""
    description: "The build token for the charm-bundle-test job."
  cloud-health-failure-threshold:
    type: string
    default: ""
    description: |
      The failure thresholds for cloud health jobs.
      A space-separated list of job-name:failure-threshold pairs.