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

Unified Diff: config.yaml

Issue 8727047: Refactor Charm for Sandbox support
Patch Set: Refactor Charm for Sandbox support Created 10 years, 11 months ago
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « [revision details] ('k') | config/config.js.template » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: config.yaml
=== modified file 'config.yaml'
--- config.yaml 2013-03-27 17:03:30 +0000
+++ config.yaml 2013-04-17 19:31:56 +0000
@@ -9,7 +9,10 @@
- a trunk version (e.g '0.1.0+build.1'): the specified trunk version
will be deployed;
- a Bazaar branch (e.g. 'lp:juju-gui'): a release will be created and
- deployed from the specified Bazaar branch.
+ deployed from the specified Bazaar branch. 'http://' prefixed branches
+ work as well.
+ - a 'url:' prefixed url (ex: url:http://...) of a specific location
+ to pull a release from.
type: string
default: stable
juju-api-branch:
@@ -93,3 +96,19 @@
risks.
type: boolean
default: true
+ sandbox:
+ description: |
+ Run using an in-memory sandbox rather than a real (or even improv) Juju backend.
+ Sandbox is a client side construct running entirely in the client. Sandbox doesn't
+ currently support imported environment simulation and is exclusive to the staging: true
+ configuration. If staging is true it will be used in preference to sandbox at this time.
+ type: boolean
+ default: false
+ allow-additional-deb-repositories:
+ description: |
+ Allow access to remote PPAs. If this is False then you must have somehow
+ configured the configured package sources to include the packages that
+ the GUI needs. This will be made more explicit soon. For now, look in
+ the source: hooks/install and hooks/backend.py in particular.
+ type: boolean
+ default: true
« 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