blob: 1d1682bb65f4e05116577cefb0e85a0026286ddf [file] [log] [blame]
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +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
7- system.linux.system.repo.tcp_elastic
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-ovs
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 linux_system_codename: xenial
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: dhcp