blob: fb2bf0d7b712ebf3016f0ccede19d6aa60eb879f [file] [log] [blame]
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +03001classes:
2- system.collectd.remote_client.cluster
3- system.linux.system.repo.influxdb
4- system.linux.system.repo.tcp_elastic
5- system.heka.remote_collector.cluster
6- system.heka.remote_collector.input.amqp
7- system.heka.aggregator.cluster
8- 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-mcp-ocata-dvr
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
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020043 proto: static
44 address: ${_param:single_address}
45 netmask: 255.255.255.0