blob: ed1c0983cfa5c2571a40d7c5af99f880cdf555e0 [file] [log] [blame]
Marek Celoudbc643142017-04-07 15:02:38 +02001classes:
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
Mateusz Matuszkowiakd1df6d12018-06-26 16:20:18 +02007- system.linux.system.repo.mcp.apt_mirantis.elastic.5x
8- system.linux.system.repo.mcp.apt_mirantis.kibana.5x
Marek Celoudbc643142017-04-07 15:02:38 +02009- 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
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}
Mateusz Matuszkowiakd1df6d12018-06-26 16:20:18 +020024 elasticsearch_version: 5
25 kibana_version: 5
Marek Celoudbc643142017-04-07 15:02:38 +020026 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
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020046 proto: static
47 address: ${_param:single_address}
48 netmask: 255.255.255.0