~rharding/charms/precise/juju-gui/update-nagios

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Rick Harding
  • Date: 2014-01-15 14:50:46 UTC
  • mfrom: (147.1.8 remove-pyjuju)
  • Revision ID: rick.harding@canonical.com-20140115145046-lyh9879k9x8hwb8i
Remove support for PyJuju and rapi from charm.

- Removes the support for running rapi/pyjuju.
- Removes the agent used to communicate with zookeeper.
- Removes anything pertaining to zookeeper.
- Attempts to clean up docs and such to make sense with pure juju-core.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
        deployed from the specified Bazaar branch. "http://"" prefixed branches
37
37
        work as well. It is also possible to include the specific branch
38
38
        revision, e.g. "lp:juju-gui:42" will checkout revno 42.
39
 
      - a "url:"" prefixed url: The release found at the given URL
 
39
      - a "url:" prefixed url: The release found at the given URL
40
40
        (ex: url:http://... or url:file://...) will be deployed.
41
41
    type: string
42
42
    default: local
45
45
      Run Juju GUI in debug mode, serving the uncompressed GUI source files.
46
46
    type: boolean
47
47
    default: false
48
 
  juju-api-branch:
49
 
    description: |
50
 
      The Juju API Bazaar branch (implementing the WebSocket server).  Since
51
 
      juju-core includes the WebSocket API server out of the box, this option
52
 
      is ignored if the charm is deployed using juju-core.
53
 
    type: string
54
 
    default: lp:~hazmat/juju/rapi-rollup
55
 
  staging:
56
 
    description: |
57
 
      Connect the Juju GUI to the staging backend (i.e. a simulated Juju
58
 
      environment).  Currently juju-core does not support the staging backend.
59
 
      For this reason, an error is raised if this option is enabled in a
60
 
      juju-core environment.
61
 
    type: boolean
62
 
    default: false
63
 
  staging-environment:
64
 
    description: |
65
 
      The environment JSON export used by the staging server. This option can
66
 
      be used to change the topology of the simulated Juju environment.
67
 
      Possible values are 'sample' and 'large'.  Currently juju-core does not
68
 
      support the staging backend. For this reason, this option is ignored if
69
 
      the charm is deployed using juju-core.
70
 
    type: string
71
 
    default: sample
72
48
  juju-gui-console-enabled:
73
49
    description: |
74
50
      Whether or not the console should be enabled for the browser.
132
108
    type: string
133
109
  sandbox:
134
110
    description: |
135
 
      Run using an in-memory sandbox rather than a real (or even improv) Juju
136
 
      backend.  Sandbox is a client side construct running entirely in the
137
 
      client. Sandbox does not currently support imported environment
138
 
      simulation and is exclusive to the staging: true configuration. If
139
 
      staging is true it will be used in preference to sandbox at this time.
 
111
      Run using an in-memory sandbox rather than a real Juju backend. Sandbox
 
112
      is a client side construct running entirely in the client. Sandbox does
 
113
      not currently support imported environment simulation.
140
114
    type: boolean
141
115
    default: false
142
116
  charmworld-url: