blob: 77edc3c758c4ca158e4bd96904dab06e7116b7b2 [file] [log] [blame]
Marek Celoudbc643142017-04-07 15:02:38 +02001classes:
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
Dennis Dmitriev09ac8332017-09-13 21:15:53 +03008- system.linux.system.repo.kibana
Marek Celoudbc643142017-04-07 15:02:38 +02009- system.elasticsearch.server.cluster
10- system.elasticsearch.server.curator
11- system.kibana.server.single
12- system.grafana.server.single
13- system.nagios.server.cluster
14- cluster.virtual-mcp11-ovs
15- system.haproxy.proxy.listen.stacklight.elasticsearch
16- system.haproxy.proxy.listen.stacklight.kibana
17- system.haproxy.proxy.listen.stacklight.grafana
18- service.haproxy.proxy.single
19- system.keepalived.cluster.instance.stacklight_monitor_vip
20parameters:
21 _param:
22 collectd_remote_collector_host: ${_param:stacklight_monitor_address}
23 heka_amqp_host: ${_param:openstack_control_address}
24 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
25 keepalived_stacklight_monitor_vip_address: ${_param:stacklight_monitor_address}
26 keepalived_stacklight_monitor_vip_password: 'password'
27 keepalived_stacklight_monitor_vip_interface: ens4
28 cluster_vip_address: ${_param:stacklight_monitor_address}
29 cluster_elasticsearch_port: 9200
30 cluster_kibana_port: 5601
31 cluster_grafana_port: 3000
32 cluster_node01_name: mon01
33 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
34 cluster_node02_name: mon02
35 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
36 cluster_node03_name: mon03
37 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
38 linux:
39 network:
40 interface:
41 ens4:
42 enabled: true
43 type: eth
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020044 proto: static
45 address: ${_param:single_address}
46 netmask: 255.255.255.0