-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjammy-antelope.yaml
61 lines (52 loc) · 1.06 KB
/
jammy-antelope.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
variables:
openstack-origin: &openstack-origin cloud:jammy-antelope
local_overlay_enabled: False
series: &series jammy
machines:
'0':
'1':
constraints: virt-type=virtual-machine mem=4G
'2':
constraints: virt-type=virtual-machine mem=4G
'3':
constraints: virt-type=virtual-machine mem=4G
applications:
ubuntu: # used to test mounts
charm: ch:ubuntu
num_units: 2
to:
- '2'
- '3'
ceph-fs:
charm: ../../../ceph-fs.charm
num_units: 1
options:
source: *openstack-origin
pool-type: erasure-coded
ec-profile-k: 4
ec-profile-m: 2
to:
- '2'
ceph-osd:
charm: ch:ceph-osd
num_units: 1
options:
osd-devices: '/dev/test-non-existent'
source: *openstack-origin
channel: latest/edge
to:
- '1'
ceph-mon:
charm: ch:ceph-mon
num_units: 3
options:
monitor-count: '3'
source: *openstack-origin
channel: latest/edge
to:
- '0'
relations:
- - 'ceph-mon:mds'
- 'ceph-fs:ceph-mds'
- - 'ceph-osd:mon'
- 'ceph-mon:osd'