OLD | NEW |
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. 'http://' prefixed branches | 12 deployed from the specified Bazaar branch. 'http://' prefixed branches |
13 work as well. | 13 work as well. It is also possible to include the specific branch |
| 14 revision, e.g. 'lp:juju-gui:42' will checkout revno 42. |
14 - a 'url:' prefixed url (ex: url:http://...) of a specific location | 15 - a 'url:' prefixed url (ex: url:http://...) of a specific location |
15 to pull a release from. | 16 to pull a release from. |
16 type: string | 17 type: string |
17 default: stable | 18 default: stable |
18 juju-api-branch: | 19 juju-api-branch: |
19 description: | | 20 description: | |
20 The Juju API Bazaar branch (implementing the WebSocket server). | 21 The Juju API Bazaar branch (implementing the WebSocket server). |
21 Since juju-core includes the WebSocket API server out of the box, this | 22 Since juju-core includes the WebSocket API server out of the box, this |
22 option is ignored if the charm is deployed using juju-core. | 23 option is ignored if the charm is deployed using juju-core. |
23 type: string | 24 type: string |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 the GUI needs. This will be made more explicit soon. For now, look in | 112 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 the source: hooks/install and hooks/backend.py in particular. |
113 type: boolean | 114 type: boolean |
114 default: true | 115 default: true |
115 charmworld-url: | 116 charmworld-url: |
116 description: | | 117 description: | |
117 The URL of the charm catalog site ("charmworld") from which charm catalog | 118 The URL of the charm catalog site ("charmworld") from which charm catalog |
118 data will be drawn. | 119 data will be drawn. |
119 type: string | 120 type: string |
120 default: https://manage.jujucharms.com | 121 default: https://manage.jujucharms.com |
OLD | NEW |