Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
| 3 | linux_repo_ceph_component: kraken |
| 4 | ceph_monitor_keepalived_password: tv0jeM4m4neum1s0p3nSt4cK3m |
| 5 | |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 6 | ceph_monitor_hostname: cmn |
| 7 | ceph_monitor_node01_hostname: cmn01 |
| 8 | ceph_monitor_node02_hostname: cmn02 |
| 9 | ceph_monitor_node03_hostname: cmn03 |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 10 | ceph_monitor_address: 172.16.10.89 |
Ales Komarek | 66d3666 | 2017-08-08 22:44:35 +0200 | [diff] [blame] | 11 | ceph_monitor_node01_address: 172.16.10.91 |
| 12 | ceph_monitor_node02_address: 172.16.10.92 |
| 13 | ceph_monitor_node03_address: 172.16.10.93 |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 14 | |
| 15 | ceph_osd_node01_hostname: osd01 |
| 16 | ceph_osd_node02_hostname: osd02 |
| 17 | ceph_osd_node03_hostname: osd03 |
| 18 | ceph_osd_node01_address: 172.16.10.94 |
| 19 | ceph_osd_node02_address: 172.16.10.95 |
| 20 | ceph_osd_node03_address: 172.16.10.96 |
| 21 | |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 22 | ceph_cfs_node01_hostname: cfs01 |
| 23 | ceph_cfs_node01_address: 172.16.10.97 |
| 24 | linux: |
| 25 | network: |
| 26 | host: |
| 27 | cmn: |
| 28 | address: ${_param:ceph_monitor_address} |
| 29 | names: |
| 30 | - ${_param:ceph_monitor_hostname} |
| 31 | - ${_param:ceph_monitor_hostname}.${_param:cluster_domain} |
| 32 | cmn01: |
| 33 | address: ${_param:ceph_monitor_node01_address} |
| 34 | names: |
| 35 | - ${_param:ceph_monitor_node01_hostname} |
| 36 | - ${_param:ceph_monitor_node01_hostname}.${_param:cluster_domain} |
| 37 | cmn02: |
| 38 | address: ${_param:ceph_monitor_node02_address} |
| 39 | names: |
| 40 | - ${_param:ceph_monitor_node02_hostname} |
| 41 | - ${_param:ceph_monitor_node02_hostname}.${_param:cluster_domain} |
| 42 | cmn03: |
| 43 | address: ${_param:ceph_monitor_node03_address} |
| 44 | names: |
| 45 | - ${_param:ceph_monitor_node03_hostname} |
| 46 | - ${_param:ceph_monitor_node03_hostname}.${_param:cluster_domain} |
| 47 | osd01: |
| 48 | address: ${_param:ceph_osd_node01_address} |
| 49 | names: |
| 50 | - ${_param:ceph_osd_node01_hostname} |
| 51 | - ${_param:ceph_osd_node01_hostname}.${_param:cluster_domain} |
| 52 | osd02: |
| 53 | address: ${_param:ceph_osd_node02_address} |
| 54 | names: |
| 55 | - ${_param:ceph_osd_node02_hostname} |
| 56 | - ${_param:ceph_osd_node02_hostname}.${_param:cluster_domain} |
| 57 | osd03: |
| 58 | address: ${_param:ceph_osd_node03_address} |
| 59 | names: |
| 60 | - ${_param:ceph_osd_node03_hostname} |
| 61 | - ${_param:ceph_osd_node03_hostname}.${_param:cluster_domain} |
| 62 | cfs01: |
| 63 | address: ${_param:ceph_cfs_node01_address} |
| 64 | names: |
| 65 | - ${_param:ceph_cfs_node01_hostname} |
| 66 | - ${_param:ceph_cfs_node01_hostname}.${_param:cluster_domain} |
| 67 | |