~doanac/charms/precise/ubuntu-ci-services-itself/lander-image-builder-start

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
options:
  bot_username:
    type: string
    default: "lander-bot"
    description: Textual user name of the lander bot.
  bot_password:
    type: string
    default: "lander-bot"
    description: Textual password of the lander bot.
  bot_email:
    type: string
    default: bot@example.org
    description: Email address of lander bot
  bot_private_key:
    type: string
    default: ""
    description: Private SSH key of lander bot
  bot_gpg_private_key:
    type: string
    default: ""
    description: Optional path to private GPG key of lander bot
  bot_gpg_public_key:
    type: string
    default: ""
    description: Optional path to public GPG key of lander bot
  bot_lp_login:
    type: string
    default: ""
    description: Launchpad login id of lander bot
  repo_url:
    type: string
    default: ""
    description: Bzr branch with the lander scripts
  install_root:
    type: string
    default: "/srv/"
    description: The root directory the service will be installed in
  auth_url:
    type: string
    default: ""
    description: Data store URL.
  auth_user:
    type: string
    default: ""
    description: Data store username.
  auth_password:
    type: string
    default: ""
    description: Data store password.
  auth_tenant_name:
    type: string
    default: ""
    description: Data store tenant name.

# required for rabbitmq-server charm:
  amqp-user:
    type: string
    default: workerbee
    description: The user to log into the rabbitMQ server.
  amqp-vhost:
    type: string
    default: '/'
    description: The vhost in the rabbitMQ server.