-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yaml
More file actions
26 lines (26 loc) · 1002 Bytes
/
config.yaml
File metadata and controls
26 lines (26 loc) · 1002 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
options:
admin_secret:
type: string
description: >
The admin password used to talk to the Juju REST API to do bundle
orchestration. You will not be able to use Juju to deploy Cloud
Foundry until this is properly set.
default: ""
artifacts_url:
type: string
description: >
The URL from which the artifacts can be retrieved. You will not be
able to use Juju to deploy Cloud Foundry until this is properly set.
default: "http://cf-compiled-packages.s3-website-us-east-1.amazonaws.com"
cf_version:
type: string
description: >
The release of CF to switch the deployed bundle to. If set to
"latest", it will use the most recent version supported by this
charm.
default: "latest"
domain:
type: string
description: >
The router domain, set to a xip.io address by default.
default: xip.io