~bac/charms/oneiric/buildbot-master/dynamic-relationship

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
options:
  installdir:
    description: |
      The directory where the Buildbot master will be installed.
    type: string
    default: /tmp/buildbot
  config-file:
    description: |
        A uuencoded master.cfg file.  Use of this configuration is
        mutually exclusive with the use of config-transport,
        config-url.  Use it like:
          juju set buildbot-master config-file `uuencode master.cfg`
    type: string
  config-transport:
    description: |
      The command transport for fetching the configuration directory
      from the `config-url`.  Must be one of [bzr, rsync].  If adding a
      new supported protocol, ensure the program is installed in the
      `start` hook and that it is properly handled in the
      `config-changed` hook.
    type: string
  config-url:
    description: |
       The location the buildbot master configuration is to be
       fetched.  It must be compatible with the `config-transport`.
    type: string
  config-user:
    description: |
      The user for access to a restricted URL.
    type: string
  config-private-key: 
    description: |
      The private key for `config-user`.
    type: string