~johnsca/charms/trusty/cf-cloud-controller/refactor

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Benjamin Saller
  • Date: 2014-03-28 22:39:20 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: benjamin.saller@canonical.com-20140328223920-tt7m5t44kwdjry57
wip

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
options:
2
 
  domain: 
3
 
    type: string
4
 
    default: "example.net"   
5
 
    description: "Router domain name. Currently we use xip.io service to resolve local IP's."
6
 
  cc_port:
7
 
    type: int
8
 
    default: 9022
9
 
    description: "Cloud controller external port. Not used whith Nginx"
10
 
  nginx_port:
11
 
    type: int
12
 
    default: 9022
13
 
    description: "Nginx external port"
14
 
  default_organization: 
15
 
    type: string
16
 
    default: "my-org"
17
 
    description: "Default organization."
18
2
  source:
19
3
    type: string
20
4
    default: 'ppa:cf-charm/ppa'