blob: 30e04ab9fd902aea70264589962e5bda0189e357 [file] [log] [blame]
Jakub Pavlikd20e89c2017-01-04 10:41:40 +01001parameters:
Ondrej Smola64bf5c82017-01-13 21:32:09 +01002 _param:
3 openstack_gateway_node01_hostname: gtw01
4 openstack_gateway_node02_hostname: gtw02
Jakub Pavlikd20e89c2017-01-04 10:41:40 +01005 reclass:
6 storage:
7 node:
8 openstack_gateway_node01:
Ondrej Smola64bf5c82017-01-13 21:32:09 +01009 name: ${_param:openstack_gateway_node01_hostname}
Jakub Pavlikd20e89c2017-01-04 10:41:40 +010010 domain: ${_param:cluster_domain}
11 classes:
12 - cluster.${_param:cluster_name}.openstack.gateway
13 params:
14 salt_master_host: ${_param:reclass_config_master}
15 linux_system_codename: trusty
16 single_address: ${_param:openstack_gateway_node01_address}
17 openstack_gateway_node02:
Ondrej Smola64bf5c82017-01-13 21:32:09 +010018 name: ${_param:openstack_gateway_node02_hostname}
Jakub Pavlikd20e89c2017-01-04 10:41:40 +010019 domain: ${_param:cluster_domain}
20 classes:
21 - cluster.${_param:cluster_name}.openstack.gateway
22 params:
23 salt_master_host: ${_param:reclass_config_master}
24 linux_system_codename: trusty
25 single_address: ${_param:openstack_gateway_node02_address}
26