blob: 85e650adb27253ef340b2be6cbc6f478d96bb1ea [file] [log] [blame]
Ales Komarek56a8e3f2017-08-08 15:58:37 +02001classes:
Ondrej Smola1cd57072017-08-14 15:22:05 +02002- service.ceph.osd.cluster
Jiri Broulik1cb2ec22017-08-24 10:20:30 +02003- system.linux.network.hosts
Ondrej Smola1cd57072017-08-14 15:22:05 +02004- cluster.ceph_ha.ceph.common
Ales Komarek56a8e3f2017-08-08 15:58:37 +02005parameters:
Ales Komarek56a8e3f2017-08-08 15:58:37 +02006 ceph:
7 osd:
Ondrej Smola1cd57072017-08-14 15:22:05 +02008 enabled: true
Ales Komarek56a8e3f2017-08-08 15:58:37 +02009 copy_admin_key: true
10 journal_type: raw
Ales Komarek56a8e3f2017-08-08 15:58:37 +020011 dmcrypt: disable
12 osd_scenario: raw_journal_devices
Ondrej Smola1cd57072017-08-14 15:22:05 +020013 fs_type: xfs
14 disk:
15 '00':
16 rule: hdd
17 dev: /dev/vdb2
18 journal: /dev/vdb1
19 class: bestssd
20 weight: 1.5
21 '01':
22 rule: hdd
23 dev: /dev/vdc2
24 journal: /dev/vdc1
25 class: bestssd
26 weight: 1.5
27 '02':
28 rule: hdd
29 dev: /dev/vdd2
30 journal: /dev/vdd1
31 class: bestssd
32 weight: 1.5
33 linux:
34 storage:
35 disk:
Ondrej Smolae7e04fb2017-08-22 14:50:56 +020036 disk01:
Ondrej Smola1cd57072017-08-14 15:22:05 +020037 name: /dev/vdb
38 type: gpt
39 partitions:
40 - size: 4000
41 type: xfs
42 - size: 6000
43 type: xfs
Ondrej Smolae7e04fb2017-08-22 14:50:56 +020044 mkfs: true
45 disk02:
Ondrej Smola1cd57072017-08-14 15:22:05 +020046 name: /dev/vdc
47 type: gpt
48 partitions:
49 - size: 4000
50 type: xfs
51 - size: 6000
52 type: xfs
Ondrej Smolae7e04fb2017-08-22 14:50:56 +020053 mkfs: true
54 disk03:
Ondrej Smola1cd57072017-08-14 15:22:05 +020055 name: /dev/vdd
56 type: gpt
57 partitions:
58 - size: 4000
59 type: xfs
60 - size: 6000
61 type: xfs
Ondrej Smolae7e04fb2017-08-22 14:50:56 +020062 mkfs: true