~hazmat/charms/trusty/juju-gui/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Francesco Banconi
  • Date: 2013-08-30 13:58:14 UTC
  • mfrom: (60.13.26 trunk)
  • Revision ID: francesco.banconi@canonical.com-20130830135814-rib0sa70apyzr3n3
MergedĀ juju-guiĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
    default: false
109
109
  secure:
110
110
    description: |
111
 
      In order to run the GUI over a non secure connection (HTTP) set this
112
 
      flag to false. Do not set this property unless you understand and accept
113
 
      the risks.
 
111
      Set to false to serve the GUI over an insecure HTTP connection.
 
112
      Do not set unless you understand and accept the risks.
114
113
    type: boolean
115
114
    default: true
116
115
  sandbox:
163
162
  show-get-juju-button:
164
163
    description: |
165
164
      There are deployment modes for Juju GUI which are not intended as regular
166
 
      use mode. In these cases, login/logout are disabled and instead there is a
167
 
      link to juju.ubuntu.com
168
 
    type: boolean
169
 
    default: false
 
165
      use mode. In these cases, login/logout are disabled and instead there is
 
166
      a link to juju.ubuntu.com
 
167
    type: boolean
 
168
    default: false
 
169
  builtin-server:
 
170
    description: |
 
171
      Enable the built-in server, disabling both haproxy and Apache.
 
172
      This is a temporary option: the built-in server will be
 
173
      the only server in the future.
 
174
    type: boolean
 
175
    default: false
 
176
  builtin-server-logging:
 
177
    description: |
 
178
      Set the GUI server log level. Possible values are debug, info, warning
 
179
      and error. The log file is placed in /var/log/upstart/guiserver.log.
 
180
    type: string
 
181
    default: info
170
182
  nagios_context:
171
 
    default: "juju"
172
 
    type: string
173
183
    description: |
174
184
      Used by the nrpe-external-master subordinate charm.
175
185
      A string that will be prepended to instance name to set the host name
177
187
          juju-myservice-0
178
188
      If you're running multiple environments with the same services in them
179
189
      this allows you to differentiate between them.
 
190
    type: string
 
191
    default: "juju"