blob: 6823f9132b21f16fd739dae569cd4e612babea4b [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
vgusev3fe6a862018-01-09 13:16:03 +04007- system.linux.system.repo.mcp.apt_mirantis.elastic
8- system.linux.system.repo.mcp.apt_mirantis.kibana
Vasyl Saienko71547e62017-07-14 09:27:04 +03009- 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-ironic
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
44 proto: static
45 address: ${_param:single_address}
46 netmask: 255.255.255.0