blob: ac827c7fbb24b7e461d2d8b5475c19bca9553bbe [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
14 - system.influxdb.server.single
Simon Pasquier55fe3aa2017-01-09 10:54:26 +010015 - system.influxdb.database.stacklight
Ondrej Smola03ff34e2016-12-01 01:30:33 +010016 - system.elasticsearch.client.single
17 - system.grafana.client.single
18 - system.kibana.client.single
19 params:
20 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:
31 salt_master_host: ${_param:reclass_config_master}
32 linux_system_codename: xenial
33 single_address: ${_param:stacklight_monitor_node02_address}
34 keepalived_vip_priority: 102
Guillaume Thouvenina4fb8652017-02-01 12:56:21 +010035 rabbitmq_cluster_role: slave
Ondrej Smola03ff34e2016-12-01 01:30:33 +010036 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:
42 salt_master_host: ${_param:reclass_config_master}
43 linux_system_codename: xenial
44 single_address: ${_param:stacklight_monitor_node03_address}
Guillaume Thouvenin13f06f02017-01-16 14:45:35 +010045 keepalived_vip_priority: 101
Guillaume Thouvenina4fb8652017-02-01 12:56:21 +010046 rabbitmq_cluster_role: slave