~doanac/charms/precise/ubuntu-ci-services-itself/lander

2 by Francis Ginther
Copy more bits from the jlp subordinate charm.
1
options:
2
  bot_full_name:
3
    type: string
4
    default: "Landing Bot"
5
    description: Textual name of the landing bot.
6
  bot_email:
7
    type: string
8
    default: bot@example.org
9
    description: Email address of landing bot
10
  bot_private_key:
11
    type: string
12
    default: ""
13
    description: Private SSH key of landing bot
14
  bot_gpg_private_key:
15
    type: string
16
    default: ""
17
    description: Optional path to private GPG key of landing bot
18
  bot_gpg_public_key:
19
    type: string
20
    default: ""
21
    description: Optional path to public GPG key of landing bot
22
  bot_lp_login:
23
    type: string
24
    default: ""
25
    description: Launchpad login id of landing bot
26
  jenkins_user:
27
    type: string
9 by Francis Ginther
Update config.xml for application source.
28
    default: "jenkins"
2 by Francis Ginther
Copy more bits from the jlp subordinate charm.
29
    description: Jenkins username to run tests under
30
  jenkins_password:
31
    type: string
32
    default: ""
33
    description: Password for jenkins-user
5 by Francis Ginther
Fix job ownership.
34
  jenkins_group:
35
    type: string
9 by Francis Ginther
Update config.xml for application source.
36
    default: "jenkins"
5 by Francis Ginther
Fix job ownership.
37
    description: Jenkins user group to run tests under
9 by Francis Ginther
Update config.xml for application source.
38
  repo_url:
39
    type: string
40
    default: ""
41
    description: Bzr branch with the lander scripts
42
  app_source:
43
    type: string
44
    default: ""
45
    description: Location of the lander scripts within the branch
2 by Francis Ginther
Copy more bits from the jlp subordinate charm.
46
  allowed_users:
47
    type: string
48
    default: ""
49
    description: List of launchpad users or teams allowed to trigger job
50
  forced_ip_address:
51
    type: string
52
    default: ""
53
    description: An IP address to route to eth0