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

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
options:
  bot_full_name:
    type: string
    default: "Landing Bot"
    description: Textual name of the landing bot.
  bot_email:
    type: string
    default: bot@example.org
    description: Email address of landing bot
  bot_private_key:
    type: string
    default: ""
    description: Private SSH key of landing bot
  bot_gpg_private_key:
    type: string
    default: ""
    description: Optional path to private GPG key of landing bot
  bot_gpg_public_key:
    type: string
    default: ""
    description: Optional path to public GPG key of landing bot
  bot_lp_login:
    type: string
    default: ""
    description: Launchpad login id of landing bot
  jenkins_user:
    type: string
    default: "jenkins"
    description: Jenkins username to run tests under
  jenkins_password:
    type: string
    default: ""
    description: Password for jenkins-user
  jenkins_group:
    type: string
    default: "jenkins"
    description: Jenkins user group to run tests under
  repo_url:
    type: string
    default: ""
    description: Bzr branch with the lander scripts
  app_source:
    type: string
    default: ""
    description: Location of the lander scripts within the branch
  allowed_users:
    type: string
    default: ""
    description: List of launchpad users or teams allowed to trigger job
  forced_ip_address:
    type: string
    default: ""
    description: An IP address to route to eth0