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 |
| 5 | reclass: |
| 6 | storage: |
| 7 | node: |
| 8 | infra_proxy_node01: |
| 9 | name: ${_param:infra_proxy_node01_hostname} |
| 10 | domain: ${_param:cluster_domain} |
| 11 | classes: |
| 12 | - cluster.${_param:cluster_name}.openstack.proxy |
| 13 | - cluster.${_param:cluster_name}.stacklight.proxy |
| 14 | params: |
| 15 | salt_master_host: ${_param:reclass_config_master} |
| 16 | linux_system_codename: trusty |
| 17 | single_address: ${_param:infra_proxy_node01_address} |
| 18 | keepalived_vip_priority: 102 |
| 19 | infra_proxy_node02: |
| 20 | name: ${_param:infra_proxy_node02_hostname} |
| 21 | domain: ${_param:cluster_domain} |
| 22 | classes: |
| 23 | - cluster.${_param:cluster_name}.openstack.proxy |
| 24 | - cluster.${_param:cluster_name}.stacklight.proxy |
| 25 | params: |
| 26 | salt_master_host: ${_param:reclass_config_master} |
| 27 | linux_system_codename: trusty |
| 28 | single_address: ${_param:infra_proxy_node02_address} |
| 29 | keepalived_vip_priority: 101 |