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 |
Pavel Svimbersky | 44717ec | 2017-08-24 11:41:05 +0200 | [diff] [blame] | 6 | ceph_mon_system_codename: xenial |
Ondrej Smola | c804892 | 2017-08-14 15:45:15 +0200 | [diff] [blame] | 7 | reclass: |
| 8 | storage: |
| 9 | node: |
| 10 | ceph_mon_node01: |
| 11 | name: ${_param:ceph_mon_node01_hostname} |
| 12 | domain: ${_param:cluster_domain} |
| 13 | classes: |
| 14 | - cluster.${_param:cluster_name}.ceph.mon |
| 15 | params: |
| 16 | salt_master_host: ${_param:reclass_config_master} |
Pavel Svimbersky | 44717ec | 2017-08-24 11:41:05 +0200 | [diff] [blame] | 17 | linux_system_codename: ${_param:ceph_mon_system_codename} |
Ondrej Smola | c804892 | 2017-08-14 15:45:15 +0200 | [diff] [blame] | 18 | single_address: ${_param:ceph_mon_node01_address} |
| 19 | keepalived_vip_priority: 103 |
| 20 | ceph_mon_node02: |
| 21 | name: ${_param:ceph_mon_node02_hostname} |
| 22 | domain: ${_param:cluster_domain} |
| 23 | classes: |
| 24 | - cluster.${_param:cluster_name}.ceph.mon |
| 25 | params: |
| 26 | salt_master_host: ${_param:reclass_config_master} |
Pavel Svimbersky | 44717ec | 2017-08-24 11:41:05 +0200 | [diff] [blame] | 27 | linux_system_codename: ${_param:ceph_mon_system_codename} |
Ondrej Smola | c804892 | 2017-08-14 15:45:15 +0200 | [diff] [blame] | 28 | single_address: ${_param:ceph_mon_node02_address} |
| 29 | keepalived_vip_priority: 102 |
| 30 | ceph_mon_node03: |
| 31 | name: ${_param:ceph_mon_node03_hostname} |
| 32 | domain: ${_param:cluster_domain} |
| 33 | classes: |
| 34 | - cluster.${_param:cluster_name}.ceph.mon |
| 35 | params: |
| 36 | salt_master_host: ${_param:reclass_config_master} |
Pavel Svimbersky | 44717ec | 2017-08-24 11:41:05 +0200 | [diff] [blame] | 37 | linux_system_codename: ${_param:ceph_mon_system_codename} |
Ondrej Smola | c804892 | 2017-08-14 15:45:15 +0200 | [diff] [blame] | 38 | single_address: ${_param:ceph_mon_node03_address} |
| 39 | keepalived_vip_priority: 101 |