blob: 979906a012fffdb3c1e264b9d718a51ec8b07a09 [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001parameters:
Ondrej Smola64bf5c82017-01-13 21:32:09 +01002 _param:
3 stacklight_monitor_node01_hostname: mon01
Guillaume Thouvenin13f06f02017-01-16 14:45:35 +01004 stacklight_monitor_node02_hostname: mon02
5 stacklight_monitor_node03_hostname: mon03
Ondrej Smola03ff34e2016-12-01 01:30:33 +01006 reclass:
7 storage:
8 node:
9 stacklight_server_node01:
Ondrej Smola64bf5c82017-01-13 21:32:09 +010010 name: ${_param:stacklight_monitor_node01_hostname}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010011 domain: ${_param:cluster_domain}
12 classes:
13 - cluster.${_param:cluster_name}.stacklight.server
Ondrej Smola03ff34e2016-12-01 01:30:33 +010014 - system.elasticsearch.client.single
15 - system.grafana.client.single
16 - system.kibana.client.single
17 params:
Guillaume Thouvenine1ecebc2017-01-30 16:31:44 +010018 redis_cluster_role: 'master'
Ondrej Smola03ff34e2016-12-01 01:30:33 +010019 salt_master_host: ${_param:reclass_config_master}
20 linux_system_codename: xenial
21 single_address: ${_param:stacklight_monitor_node01_address}
22 keepalived_vip_priority: 103
23 stacklight_server_node02:
Ondrej Smola64bf5c82017-01-13 21:32:09 +010024 name: ${_param:stacklight_monitor_node02_hostname}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010025 domain: ${_param:cluster_domain}
26 classes:
27 - cluster.${_param:cluster_name}.stacklight.server
28 params:
Guillaume Thouvenine1ecebc2017-01-30 16:31:44 +010029 redis_cluster_role: 'slave'
Ondrej Smola03ff34e2016-12-01 01:30:33 +010030 salt_master_host: ${_param:reclass_config_master}
31 linux_system_codename: xenial
32 single_address: ${_param:stacklight_monitor_node02_address}
33 keepalived_vip_priority: 102
34 stacklight_server_node03:
Ondrej Smola64bf5c82017-01-13 21:32:09 +010035 name: ${_param:stacklight_monitor_node03_hostname}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010036 domain: ${_param:cluster_domain}
37 classes:
38 - cluster.${_param:cluster_name}.stacklight.server
39 params:
Guillaume Thouvenine1ecebc2017-01-30 16:31:44 +010040 redis_cluster_role: 'slave'
Ondrej Smola03ff34e2016-12-01 01:30:33 +010041 salt_master_host: ${_param:reclass_config_master}
42 linux_system_codename: xenial
43 single_address: ${_param:stacklight_monitor_node03_address}
Guillaume Thouvenin13f06f02017-01-16 14:45:35 +010044 keepalived_vip_priority: 101