-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.yaml
41 lines (41 loc) · 1.29 KB
/
config.yaml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
options:
loglevel:
default: 1
type: int
description: Mon and OSD debug level. Max is 20.
source:
type: string
default:
description: |
Optional configuration to support use of additional sources such as:
- ppa:myteam/ppa
- cloud:trusty-proposed/kilo
- http://my.archive.com/ubuntu main
The last option should be used in conjunction with the key configuration
option.
Note that a minimum ceph version of 0.48.2 is required for use with this
charm which is NOT provided by the packages in the main Ubuntu archive
for precise but is provided in the Ubuntu cloud archive.
key:
type: string
default:
description: |
Key ID to import to the apt keyring to support use with arbitary source
configuration from outside of Launchpad archives or PPA's.
block-devices:
type: string
default:
description: |
Space delimted list of block devices.
pool-name:
type: string
default: ceph-benchmarking
description: |
Ceph pool name for tests to use.
ssl_ca:
type: string
default:
description: |
Base64 encoded SSL CA to use when contacting ceph-radosgw via TLS. Only
required if vault certificates are not in use and ceph-radosgw is using
an external CA.