blob: 2d27058ff0e37a7cb3e6cc1937340f214672849e [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001parameters:
Ondrej Smola64bf5c82017-01-13 21:32:09 +01002 _param:
3 infra_compute_node01_hostname: kvm01
4 infra_compute_node02_hostname: kvm02
5 infra_compute_node03_hostname: kvm03
Ondrej Smola03ff34e2016-12-01 01:30:33 +01006 reclass:
7 storage:
8 node:
Ondrej Smola030b89d2017-01-13 19:21:16 +01009 infra_compute_node01:
Ondrej Smola64bf5c82017-01-13 21:32:09 +010010 name: ${_param:infra_compute_node01_hostname}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010011 domain: ${_param:cluster_domain}
12 classes:
Ondrej Smola030b89d2017-01-13 19:21:16 +010013 - cluster.${_param:cluster_name}.infra.compute
Ondrej Smola03ff34e2016-12-01 01:30:33 +010014 params:
15 salt_master_host: ${_param:reclass_config_master}
16 linux_system_codename: trusty
Ondrej Smola030b89d2017-01-13 19:21:16 +010017 single_address: ${_param:infra_compute_node01_address}
18 infra_compute_node02:
Ondrej Smola64bf5c82017-01-13 21:32:09 +010019 name: ${_param:infra_compute_node02_hostname}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010020 domain: ${_param:cluster_domain}
21 classes:
Ondrej Smola030b89d2017-01-13 19:21:16 +010022 - cluster.${_param:cluster_name}.infra.compute
Ondrej Smola03ff34e2016-12-01 01:30:33 +010023 params:
24 salt_master_host: ${_param:reclass_config_master}
25 linux_system_codename: trusty
Ondrej Smola030b89d2017-01-13 19:21:16 +010026 single_address: ${_param:infra_compute_node02_address}
27 infra_compute_node03:
Ondrej Smola64bf5c82017-01-13 21:32:09 +010028 name: ${_param:infra_compute_node03_hostname}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010029 domain: ${_param:cluster_domain}
30 classes:
Ondrej Smola030b89d2017-01-13 19:21:16 +010031 - cluster.${_param:cluster_name}.infra.compute
Ondrej Smola03ff34e2016-12-01 01:30:33 +010032 params:
33 salt_master_host: ${_param:reclass_config_master}
34 linux_system_codename: trusty
Ondrej Smola030b89d2017-01-13 19:21:16 +010035 single_address: ${_param:infra_compute_node03_address}