Update bundle
This commit is contained in:
parent
528f0adb9f
commit
54b41be2ce
18
README.md
18
README.md
@ -20,23 +20,35 @@ A sample `bundle.yaml` file's contents:
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
series: focal
|
series: focal
|
||||||
|
machines:
|
||||||
|
'0':
|
||||||
|
'1':
|
||||||
|
'2':
|
||||||
applications:
|
applications:
|
||||||
ceph-iscsi:
|
ceph-iscsi:
|
||||||
charm: cs:ceph-iscsi
|
charm: cs:ceph-iscsi
|
||||||
num_units: 2
|
num_units: 2
|
||||||
|
to:
|
||||||
|
- lxd:0
|
||||||
|
- lxd:1
|
||||||
ceph-osd:
|
ceph-osd:
|
||||||
charm: cs:ceph-osd
|
charm: cs:ceph-osd
|
||||||
num_units: 3
|
num_units: 3
|
||||||
storage:
|
storage:
|
||||||
osd-devices: /dev/vdb
|
osd-devices: /dev/vdb
|
||||||
options:
|
to:
|
||||||
source: cloud:bionic-train
|
- '0'
|
||||||
|
- '1'
|
||||||
|
- '2'
|
||||||
ceph-mon:
|
ceph-mon:
|
||||||
charm: cs:ceph-mon
|
charm: cs:ceph-mon
|
||||||
num_units: 3
|
num_units: 3
|
||||||
options:
|
options:
|
||||||
monitor-count: '3'
|
monitor-count: '3'
|
||||||
source: cloud:bionic-train
|
to:
|
||||||
|
- lxd:0
|
||||||
|
- lxd:1
|
||||||
|
- lxd:2
|
||||||
relations:
|
relations:
|
||||||
- - ceph-mon:client
|
- - ceph-mon:client
|
||||||
- ceph-iscsi:ceph-client
|
- ceph-iscsi:ceph-client
|
||||||
|
Loading…
x
Reference in New Issue
Block a user