blob: 26b9ebed93227c8ebfba111f7f9e66b864aab4ed [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
Guillaume Thouvenina4fb8652017-02-01 12:56:21 +010024 rabbitmq_cluster_role: master
Ondrej Smola03ff34e2016-12-01 01:30:33 +010025 stacklight_server_node02:
Ondrej Smola64bf5c82017-01-13 21:32:09 +010026 name: ${_param:stacklight_monitor_node02_hostname}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010027 domain: ${_param:cluster_domain}
28 classes:
29 - cluster.${_param:cluster_name}.stacklight.server
30 params:
Guillaume Thouvenine1ecebc2017-01-30 16:31:44 +010031 redis_cluster_role: 'slave'
Guillaume Thouvenine26de192017-02-02 09:43:36 +010032 rabbitmq_cluster_role: 'slave'
Ondrej Smola03ff34e2016-12-01 01:30:33 +010033 salt_master_host: ${_param:reclass_config_master}
34 linux_system_codename: xenial
35 single_address: ${_param:stacklight_monitor_node02_address}
36 keepalived_vip_priority: 102
Guillaume Thouvenina4fb8652017-02-01 12:56:21 +010037 rabbitmq_cluster_role: slave
Ondrej Smola03ff34e2016-12-01 01:30:33 +010038 stacklight_server_node03:
Ondrej Smola64bf5c82017-01-13 21:32:09 +010039 name: ${_param:stacklight_monitor_node03_hostname}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010040 domain: ${_param:cluster_domain}
41 classes:
42 - cluster.${_param:cluster_name}.stacklight.server
43 params:
Guillaume Thouvenine1ecebc2017-01-30 16:31:44 +010044 redis_cluster_role: 'slave'
Guillaume Thouvenine26de192017-02-02 09:43:36 +010045 rabbitmq_cluster_role: 'slave'
Ondrej Smola03ff34e2016-12-01 01:30:33 +010046 salt_master_host: ${_param:reclass_config_master}
47 linux_system_codename: xenial
48 single_address: ${_param:stacklight_monitor_node03_address}
Guillaume Thouvenin13f06f02017-01-16 14:45:35 +010049 keepalived_vip_priority: 101
Guillaume Thouvenina4fb8652017-02-01 12:56:21 +010050 rabbitmq_cluster_role: slave