blob: df7f95e45394cfc5374bf164d8339767f7d63662 [file] [log] [blame]
Tatyana Leontovich15b38e82018-01-11 13:06:38 +02001classes:
2- system.collectd.remote_client.cluster
3- system.heka.remote_collector.cluster
4- system.linux.system.repo.mcp.apt_mirantis.influxdb
5- system.linux.system.repo.mcp.apt_mirantis.elastic
6- system.linux.system.repo.mcp.apt_mirantis.kibana
7- system.linux.system.repo.mcp.extra
8- system.linux.system.repo.mcp.apt_mirantis.docker
9- system.heka.remote_collector.input.amqp
10- system.heka.aggregator.cluster
11- system.elasticsearch.server.cluster
12- system.elasticsearch.server.curator
13- system.kibana.server.single
14- system.grafana.server.single
15- system.nagios.server.cluster
16- cluster.virtual-pike-ovs-dpdk
17- system.haproxy.proxy.listen.stacklight.elasticsearch
18- system.haproxy.proxy.listen.stacklight.kibana
19- system.haproxy.proxy.listen.stacklight.grafana
20- service.haproxy.proxy.single
21- system.keepalived.cluster.instance.stacklight_monitor_vip
22parameters:
23 _param:
24 collectd_remote_collector_host: ${_param:stacklight_monitor_address}
25 heka_amqp_host: ${_param:openstack_control_address}
26 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
27 keepalived_stacklight_monitor_vip_address: ${_param:stacklight_monitor_address}
28 keepalived_stacklight_monitor_vip_password: 'password'
29 keepalived_stacklight_monitor_vip_interface: ens4
30 cluster_vip_address: ${_param:stacklight_monitor_address}
31 cluster_elasticsearch_port: 9200
32 cluster_kibana_port: 5601
33 cluster_grafana_port: 3000
34 cluster_node01_name: mon01
35 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
36 cluster_node02_name: mon02
37 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
38 cluster_node03_name: mon03
39 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
40 linux:
41 network:
42 interface:
43 ens4:
44 enabled: true
45 type: eth
46 proto: static
47 address: ${_param:single_address}
48 netmask: 255.255.255.0