blob: 4466fd89bcb43daddb43ff4fbe84bd457e559d8a [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001classes:
Martin Polreichc175ae42017-08-02 10:49:23 +00002- system.collectd.remote_client.cluster
3- system.heka.remote_collector.cluster
Ales Komarekc12dd412017-06-27 16:24:42 +02004- system.linux.system.repo.influxdb
5- system.heka.remote_collector.input.amqp
Martin Polreichc175ae42017-08-02 10:49:23 +00006- system.heka.aggregator.cluster
7- system.linux.system.repo.tcp_elastic
Ales Komarekc12dd412017-06-27 16:24:42 +02008- system.elasticsearch.server.cluster
9- system.elasticsearch.server.curator
10- system.kibana.server.single
Martin Polreichc175ae42017-08-02 10:49:23 +000011- system.grafana.server.single
12- system.nagios.server.cluster
13- cluster.sl_os_ovs
Ales Komarekc12dd412017-06-27 16:24:42 +020014- system.haproxy.proxy.listen.stacklight.elasticsearch
15- system.haproxy.proxy.listen.stacklight.kibana
Martin Polreichc175ae42017-08-02 10:49:23 +000016- system.haproxy.proxy.listen.stacklight.grafana
Ales Komarekc12dd412017-06-27 16:24:42 +020017- service.haproxy.proxy.single
Martin Polreichc175ae42017-08-02 10:49:23 +000018- system.keepalived.cluster.instance.stacklight_monitor_vip
Ales Komarekc12dd412017-06-27 16:24:42 +020019parameters:
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}
Martin Polreichc175ae42017-08-02 10:49:23 +000033 cluster_node02_name: mon02
Ales Komarekc12dd412017-06-27 16:24:42 +020034 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
Martin Polreichc175ae42017-08-02 10:49:23 +000035 cluster_node03_name: mon03
Ales Komarekc12dd412017-06-27 16:24:42 +020036 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