blob: 8aed1690dce0a4a5dfb03f8b7d2b80afc0b3caab [file] [log] [blame]
Ales Komarek56a8e3f2017-08-08 15:58:37 +02001classes:
2- system.linux.system.repo.ceph
3- system.linux.system.repo.ubuntu
4- cluster.ceph_ha.infra
5parameters:
6 _param:
7 keepalived_ceph_monitor_vip_address: ${_param:ceph_monitor_address}
8 keepalived_ceph_monitor_vip_password: ${_param:ceph_monitor_keepalived_password}
9 keepalived_ceph_monitor_vip_interface: ens3
10 cluster_vip_address: ${_param:ceph_monitor_address}
11 cluster_local_address: ${_param:single_address}
12 cluster_node01_hostname: cmn01
13 cluster_node01_address: ${_param:ceph_monitor_node01_address}
14 cluster_node02_hostname: cmn02
15 cluster_node02_address: ${_param:ceph_monitor_node02_address}
16 cluster_node03_hostname: cmn03
17 cluster_node03_address: ${_param:ceph_monitor_node03_address}
18 ceph_frondend_network: 10.1.0.0/24
19 ceph_backend_network: 10.16.0.0/24
20 nova_storage_keyring: novakeyring
21 cinder_storage_keyring: cinderkeyrinig
22 ceph:
23 osd:
24 copy_admin_key: true
25 journal_type: raw
26 disks:
27 - /dev/sda:
28 journal: yes
29 journal_device: /dev/sdd
30 - /dev/sdb:
31 journal_device: /dev/sde
32 dmcrypt: disable
33 osd_scenario: raw_journal_devices