blob: 00f12caac03adfe45a0c8772736d5bae56c165a7 [file] [log] [blame]
Marek Celoudbc643142017-04-07 15:02:38 +02001classes:
2- system.linux.system.repo.grafana
3- system.linux.system.repo.influxdb
4- system.linux.system.repo.tcp_elastic
5- system.collectd.remote_client.cluster
6- system.heka.remote_collector.cluster
7- system.heka.remote_collector.input.amqp
8- system.heka.aggregator.cluster
9- 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#- system.influxdb.database.ceilometer
15- cluster.virtual-mcp11-contrail
16- system.haproxy.proxy.listen.stacklight.elasticsearch
17- system.haproxy.proxy.listen.stacklight.kibana
18- system.haproxy.proxy.listen.stacklight.grafana
19- service.haproxy.proxy.single
20- system.keepalived.cluster.instance.stacklight_monitor_vip
21parameters:
22 _param:
23 collectd_remote_collector_host: ${_param:stacklight_monitor_address}
24 heka_amqp_host: ${_param:openstack_message_queue_address}
25 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
26 keepalived_stacklight_monitor_vip_address: ${_param:stacklight_monitor_address}
27 keepalived_stacklight_monitor_vip_password: 'password'
28 keepalived_stacklight_monitor_vip_interface: ens4
29 cluster_vip_address: ${_param:stacklight_monitor_address}
30 cluster_elasticsearch_port: 9200
31 cluster_kibana_port: 5601
32 cluster_grafana_port: 3000
33 cluster_node01_name: mon01
34 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
35 cluster_node02_name: mon02
36 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
37 cluster_node03_name: mon03
38 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
39 linux:
40 network:
41 interface:
42 ens4:
43 enabled: true
44 type: eth
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020045 proto: static
46 address: ${_param:single_address}
47 netmask: 255.255.255.0