~cf-charmers/charms/trusty/cloudfoundry/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Cory Johns
  • Date: 2014-09-29 18:08:00 UTC
  • Revision ID: cory.johns@canonical.com-20140929180800-t2g0vuviduxtqbfl
Added option to deploy charms from charm store

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
            This can reduce the number of requests to the upstream artifacts
47
47
            repository, but at the cost of significantly increasing the
48
48
            storage requirements on the deployed orchestrator charm.
 
49
    charmstore_namespace:
 
50
        type: string
 
51
        default: ~cf-charmers
 
52
        description: >
 
53
            The namespace in the charmstore from which to install the
 
54
            dependent charms for the individual Cloud Foundry components.
 
55
            Set to an empty string to only install Recommended charms (may
 
56
            not be as up to date as the default ~cf-charmers namespace).
 
57
    generate_dependents:
 
58
        type: boolean
 
59
        default: false
 
60
        description: >
 
61
            Generate the dependent charms for the individual Cloud Foundry
 
62
            components on demand, instead of installing from the charm store.
 
63
            This option is intended only for testing and development purposes,
 
64
            and is not recommended for normal usage.