Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - system.linux.system.repo.ceph |
| 3 | - system.linux.system.repo.ubuntu |
| 4 | - cluster.ceph_ha.ceph.common |
| 5 | - cluster.ceph_ha.infra |
| 6 | parameters: |
| 7 | _param: |
| 8 | keepalived_ceph_monitor_vip_address: ${_param:ceph_monitor_address} |
| 9 | keepalived_ceph_monitor_vip_password: ${_param:ceph_monitor_keepalived_password} |
| 10 | keepalived_ceph_monitor_vip_interface: ens3 |
| 11 | cluster_vip_address: ${_param:ceph_monitor_address} |
| 12 | cluster_local_address: ${_param:single_address} |
| 13 | cluster_node01_hostname: cmn01 |
| 14 | cluster_node01_address: ${_param:ceph_monitor_node01_address} |
| 15 | cluster_node02_hostname: cmn02 |
| 16 | cluster_node02_address: ${_param:ceph_monitor_node02_address} |
| 17 | cluster_node03_hostname: cmn03 |
| 18 | cluster_node03_address: ${_param:ceph_monitor_node03_address} |
| 19 | ceph_frondend_network: 10.1.0.0/24 |
| 20 | ceph_backend_network: 10.16.0.0/24 |
| 21 | nova_storage_keyring: novakeyring |
| 22 | cinder_storage_keyring: cinderkeyrinig |