Simon Pasquier | cecc8ed | 2017-01-18 14:16:27 +0100 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
| 3 | infra_proxy_node01_hostname: prx01 |
| 4 | infra_proxy_node02_hostname: prx02 |
Pavel Svimbersky | 44717ec | 2017-08-24 11:41:05 +0200 | [diff] [blame] | 5 | infra_proxy_system_codename: trusty |
Simon Pasquier | cecc8ed | 2017-01-18 14:16:27 +0100 | [diff] [blame] | 6 | reclass: |
| 7 | storage: |
| 8 | node: |
| 9 | infra_proxy_node01: |
| 10 | name: ${_param:infra_proxy_node01_hostname} |
| 11 | domain: ${_param:cluster_domain} |
| 12 | classes: |
| 13 | - cluster.${_param:cluster_name}.openstack.proxy |
| 14 | - cluster.${_param:cluster_name}.stacklight.proxy |
| 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:infra_proxy_system_codename} |
Simon Pasquier | cecc8ed | 2017-01-18 14:16:27 +0100 | [diff] [blame] | 18 | single_address: ${_param:infra_proxy_node01_address} |
| 19 | keepalived_vip_priority: 102 |
| 20 | infra_proxy_node02: |
| 21 | name: ${_param:infra_proxy_node02_hostname} |
| 22 | domain: ${_param:cluster_domain} |
| 23 | classes: |
| 24 | - cluster.${_param:cluster_name}.openstack.proxy |
| 25 | - cluster.${_param:cluster_name}.stacklight.proxy |
| 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:infra_proxy_system_codename} |
Simon Pasquier | cecc8ed | 2017-01-18 14:16:27 +0100 | [diff] [blame] | 29 | single_address: ${_param:infra_proxy_node02_address} |
| 30 | keepalived_vip_priority: 101 |