blob: aef36448c7cfaf354c1346784aaffd710a579aa8 [file] [log] [blame]
Vasyl Saienko71547e62017-07-14 09:27:04 +03001classes:
2- system.collectd.remote_client.cluster
3- system.heka.remote_collector.cluster
4- system.linux.system.repo.influxdb
5- system.heka.remote_collector.input.amqp
6- system.heka.aggregator.cluster
Olivier Bourdon1a49f052017-09-07 09:31:34 +02007- system.linux.system.repo.elasticsearch
Vasyl Saienko71547e62017-07-14 09:27:04 +03008- system.elasticsearch.server.cluster
9- system.elasticsearch.server.curator
10- system.kibana.server.single
11- system.grafana.server.single
12- system.nagios.server.cluster
13- cluster.virtual-mcp11-ovs-ironic
14- system.haproxy.proxy.listen.stacklight.elasticsearch
15- system.haproxy.proxy.listen.stacklight.kibana
16- system.haproxy.proxy.listen.stacklight.grafana
17- service.haproxy.proxy.single
18- system.keepalived.cluster.instance.stacklight_monitor_vip
19parameters:
20 _param:
21 collectd_remote_collector_host: ${_param:stacklight_monitor_address}
22 heka_amqp_host: ${_param:openstack_control_address}
23 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
24 keepalived_stacklight_monitor_vip_address: ${_param:stacklight_monitor_address}
25 keepalived_stacklight_monitor_vip_password: 'password'
26 keepalived_stacklight_monitor_vip_interface: ens4
27 cluster_vip_address: ${_param:stacklight_monitor_address}
28 cluster_elasticsearch_port: 9200
29 cluster_kibana_port: 5601
30 cluster_grafana_port: 3000
31 cluster_node01_name: mon01
32 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
33 cluster_node02_name: mon02
34 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
35 cluster_node03_name: mon03
36 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
37 linux:
38 network:
39 interface:
40 ens4:
41 enabled: true
42 type: eth
43 proto: static
44 address: ${_param:single_address}
45 netmask: 255.255.255.0