blob: a0be7b7e5dbb96ff75212f7666b6211d6b489258 [file] [log] [blame]
Jiri Broulikeaae24f2017-04-21 16:59:29 +02001classes:
2- system.linux.system.repo.grafana
3- system.linux.system.repo.influxdb
Mateusz Matuszkowiakd1df6d12018-06-26 16:20:18 +02004- system.linux.system.repo.mcp.apt_mirantis.elastic.5x
5- system.linux.system.repo.mcp.apt_mirantis.kibana.5x
Jiri Broulikeaae24f2017-04-21 16:59:29 +02006- system.collectd.remote_client.cluster
7- system.heka.remote_collector.cluster
8- system.heka.remote_collector.input.amqp
9- system.heka.aggregator.cluster
10- system.elasticsearch.server.cluster
11- system.elasticsearch.server.curator
12- system.kibana.server.single
13- system.grafana.server.single
14- system.nagios.server.cluster
15#- system.influxdb.database.ceilometer
16- cluster.virtual-mcp11-contrail-nfv
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_message_queue_address}
26 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
Mateusz Matuszkowiakd1df6d12018-06-26 16:20:18 +020027 elasticsearch_version: 5
28 kibana_version: 5
Jiri Broulikeaae24f2017-04-21 16:59:29 +020029 keepalived_stacklight_monitor_vip_address: ${_param:stacklight_monitor_address}
30 keepalived_stacklight_monitor_vip_password: 'password'
31 keepalived_stacklight_monitor_vip_interface: ens4
32 cluster_vip_address: ${_param:stacklight_monitor_address}
33 cluster_elasticsearch_port: 9200
34 cluster_kibana_port: 5601
35 cluster_grafana_port: 3000
36 cluster_node01_name: mon01
37 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
38 cluster_node02_name: mon02
39 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
40 cluster_node03_name: mon03
41 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
42 linux:
43 network:
44 interface:
45 ens4:
46 enabled: true
47 type: eth
48 proto: static
49 address: ${_param:single_address}
50 netmask: 255.255.255.0