Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(127)

Side by Side Diff: config.yaml

Issue 8727047: Refactor Charm for Sandbox support
Patch Set: Refactor Charm for Sandbox support Created 10 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « [revision details] ('k') | config/config.js.template » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 options: 1 options:
2 juju-gui-source: 2 juju-gui-source:
3 description: | 3 description: |
4 Where to install Juju GUI from. Possible values are: 4 Where to install Juju GUI from. Possible values are:
5 - 'stable' (default): the latest stable release will be deployed; 5 - 'stable' (default): the latest stable release will be deployed;
6 - 'trunk': the latest trunk release will be deployed; 6 - 'trunk': the latest trunk release will be deployed;
7 - a stable version (e.g '0.1.0'): the specified stable version will be 7 - a stable version (e.g '0.1.0'): the specified stable version will be
8 deployed; 8 deployed;
9 - a trunk version (e.g '0.1.0+build.1'): the specified trunk version 9 - a trunk version (e.g '0.1.0+build.1'): the specified trunk version
10 will be deployed; 10 will be deployed;
11 - a Bazaar branch (e.g. 'lp:juju-gui'): a release will be created and 11 - a Bazaar branch (e.g. 'lp:juju-gui'): a release will be created and
12 deployed from the specified Bazaar branch. 12 deployed from the specified Bazaar branch. 'http://' prefixed branches
13 work as well.
14 - a 'url:' prefixed url (ex: url:http://...) of a specific location
15 to pull a release from.
13 type: string 16 type: string
14 default: stable 17 default: stable
15 juju-api-branch: 18 juju-api-branch:
16 description: | 19 description: |
17 The Juju API Bazaar branch (implementing the WebSocket server). 20 The Juju API Bazaar branch (implementing the WebSocket server).
18 Since juju-core includes the WebSocket API server out of the box, this 21 Since juju-core includes the WebSocket API server out of the box, this
19 option is ignored if the charm is deployed using juju-core. 22 option is ignored if the charm is deployed using juju-core.
20 type: string 23 type: string
21 default: lp:~hazmat/juju/rapi-rollup 24 default: lp:~hazmat/juju/rapi-rollup
22 staging: 25 staging:
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "https://[Juju GUI address]/test/". 89 "https://[Juju GUI address]/test/".
87 type: boolean 90 type: boolean
88 default: false 91 default: false
89 secure: 92 secure:
90 description: | 93 description: |
91 In order to run the GUI over a non secure connection (HTTP) set this flag 94 In order to run the GUI over a non secure connection (HTTP) set this flag
92 to false. Do not set this property unless you understand and accept the 95 to false. Do not set this property unless you understand and accept the
93 risks. 96 risks.
94 type: boolean 97 type: boolean
95 default: true 98 default: true
99 sandbox:
100 description: |
101 Run using an in-memory sandbox rather than a real (or even improv) Juju ba ckend.
102 Sandbox is a client side construct running entirely in the client. Sandbox doesn't
103 currently support imported environment simulation and is exclusive to the staging: true
104 configuration. If staging is true it will be used in preference to sandbox at this time.
105 type: boolean
106 default: false
107 allow-additional-deb-repositories:
108 description: |
109 Allow access to remote PPAs. If this is False then you must have somehow
110 configured the configured package sources to include the packages that
111 the GUI needs. This will be made more explicit soon. For now, look in
112 the source: hooks/install and hooks/backend.py in particular.
113 type: boolean
114 default: true
OLDNEW
« no previous file with comments | « [revision details] ('k') | config/config.js.template » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b