Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - system.linux.system.repo.ubuntu |
| 3 | - system.linux.system.repo.ceph |
| 4 | - service.keepalived.cluster.single |
| 5 | #- service.ceph.monitor.cluster |
| 6 | - cluster.ceph_ha.infra |
| 7 | parameters: |
| 8 | _param: |
| 9 | keepalived_ceph_monitor_vip_address: ${_param:ceph_monitor_address} |
| 10 | keepalived_ceph_monitor_vip_password: ${_param:ceph_monitor_keepalived_password} |
| 11 | keepalived_ceph_monitor_vip_interface: ens3 |
| 12 | cluster_vip_address: ${_param:ceph_monitor_address} |
| 13 | cluster_local_address: ${_param:single_address} |
| 14 | cluster_node01_hostname: cmn01 |
| 15 | cluster_node01_address: ${_param:ceph_monitor_node01_address} |
| 16 | cluster_node02_hostname: cmn02 |
| 17 | cluster_node02_address: ${_param:ceph_monitor_node02_address} |
| 18 | cluster_node03_hostname: cmn03 |
| 19 | cluster_node03_address: ${_param:ceph_monitor_node03_address} |
| 20 | ceph_frondend_network: 10.1.0.0/24 |
| 21 | ceph_backend_network: 10.16.0.0/24 |
| 22 | nova_storage_keyring: novakeyring |
| 23 | cinder_storage_keyring: cinderkeyrinig |
| 24 | ceph: |
| 25 | common: |
| 26 | version: kraken |
| 27 | fsid: a619c5fc-c4ed-4f22-9ed2-66cf2feca23d |
| 28 | public_network: 10.1.0.0/24 |
| 29 | cluster_network: 10.16.0.0/24 |
| 30 | members: |
| 31 | - name: ${_param:cluster_node01_hostname} |
| 32 | host: ${_param:cluster_node01_address} |
| 33 | - name: ${_param:cluster_node02_hostname} |
| 34 | host: ${_param:cluster_node02_address} |
| 35 | - name: ${_param:cluster_node03_hostname} |
| 36 | host: ${_param:cluster_node03_address} |
| 37 | keyring: |
| 38 | admin: |
| 39 | key: AQBHPYhZv5mYDBAAvisaSzCTQkC5gywGUp/voA== |
| 40 | caps: |
| 41 | mds: "allow *" |
| 42 | mgr: "allow *" |
| 43 | mon: "allow *" |
| 44 | osd: "allow *" |
| 45 | |
| 46 | monitor: |
| 47 | enabled: true |
| 48 | keyring: |
| 49 | mon: |
| 50 | key: AQAnQIhZ6in5KxAAdf467upoRMWFcVg5pbh1yg== |
| 51 | caps: |
| 52 | mon: "allow *" |
| 53 | admin: |
| 54 | key: AQBHPYhZv5mYDBAAvisaSzCTQkC5gywGUp/voA== |
| 55 | caps: |
| 56 | mds: "allow *" |
| 57 | mgr: "allow *" |
| 58 | mon: "allow *" |
| 59 | osd: "allow *" |