Ondrej Smola | c804892 | 2017-08-14 15:45:15 +0200 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
| 3 | ceph_mon_node01_hostname: cmn01 |
| 4 | ceph_mon_node02_hostname: cmn02 |
| 5 | ceph_mon_node03_hostname: cmn03 |
| 6 | reclass: |
| 7 | storage: |
| 8 | node: |
| 9 | ceph_mon_node01: |
| 10 | name: ${_param:ceph_mon_node01_hostname} |
| 11 | domain: ${_param:cluster_domain} |
| 12 | classes: |
| 13 | - cluster.${_param:cluster_name}.ceph.mon |
| 14 | params: |
| 15 | salt_master_host: ${_param:reclass_config_master} |
| 16 | linux_system_codename: xenial |
| 17 | single_address: ${_param:ceph_mon_node01_address} |
| 18 | keepalived_vip_priority: 103 |
| 19 | ceph_mon_node02: |
| 20 | name: ${_param:ceph_mon_node02_hostname} |
| 21 | domain: ${_param:cluster_domain} |
| 22 | classes: |
| 23 | - cluster.${_param:cluster_name}.ceph.mon |
| 24 | params: |
| 25 | salt_master_host: ${_param:reclass_config_master} |
| 26 | linux_system_codename: xenial |
| 27 | single_address: ${_param:ceph_mon_node02_address} |
| 28 | keepalived_vip_priority: 102 |
| 29 | ceph_mon_node03: |
| 30 | name: ${_param:ceph_mon_node03_hostname} |
| 31 | domain: ${_param:cluster_domain} |
| 32 | classes: |
| 33 | - cluster.${_param:cluster_name}.ceph.mon |
| 34 | params: |
| 35 | salt_master_host: ${_param:reclass_config_master} |
| 36 | linux_system_codename: xenial |
| 37 | single_address: ${_param:ceph_mon_node03_address} |
| 38 | keepalived_vip_priority: 101 |