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