blob: e6bccec6b8430d1d84482cfda36ee0d3d08e8672 [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'
Guillaume Thouvenine26de192017-02-02 09:43:36 +010019 rabbitmq_cluster_role: 'master'
Ondrej Smola03ff34e2016-12-01 01:30:33 +010020 salt_master_host: ${_param:reclass_config_master}
21 linux_system_codename: xenial
22 single_address: ${_param:stacklight_monitor_node01_address}
23 keepalived_vip_priority: 103
24 stacklight_server_node02:
Ondrej Smola64bf5c82017-01-13 21:32:09 +010025 name: ${_param:stacklight_monitor_node02_hostname}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010026 domain: ${_param:cluster_domain}
27 classes:
28 - cluster.${_param:cluster_name}.stacklight.server
29 params:
Guillaume Thouvenine1ecebc2017-01-30 16:31:44 +010030 redis_cluster_role: 'slave'
Guillaume Thouvenine26de192017-02-02 09:43:36 +010031 rabbitmq_cluster_role: 'slave'
Ondrej Smola03ff34e2016-12-01 01:30:33 +010032 salt_master_host: ${_param:reclass_config_master}
33 linux_system_codename: xenial
34 single_address: ${_param:stacklight_monitor_node02_address}
35 keepalived_vip_priority: 102
36 stacklight_server_node03:
Ondrej Smola64bf5c82017-01-13 21:32:09 +010037 name: ${_param:stacklight_monitor_node03_hostname}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010038 domain: ${_param:cluster_domain}
39 classes:
40 - cluster.${_param:cluster_name}.stacklight.server
41 params:
Guillaume Thouvenine1ecebc2017-01-30 16:31:44 +010042 redis_cluster_role: 'slave'
Guillaume Thouvenine26de192017-02-02 09:43:36 +010043 rabbitmq_cluster_role: 'slave'
Ondrej Smola03ff34e2016-12-01 01:30:33 +010044 salt_master_host: ${_param:reclass_config_master}
45 linux_system_codename: xenial
46 single_address: ${_param:stacklight_monitor_node03_address}
Guillaume Thouvenin13f06f02017-01-16 14:45:35 +010047 keepalived_vip_priority: 101