blob: bbcf4915a336606dbcd44e549bdf13d04e83da8d [file] [log] [blame]
Jiri Broulikeaae24f2017-04-21 16:59:29 +02001classes:
2- system.linux.system.repo.grafana
3- system.linux.system.repo.influxdb
vgusev3fe6a862018-01-09 13:16:03 +04004- system.linux.system.repo.mcp.apt_mirantis.elastic
5- system.linux.system.repo.mcp.apt_mirantis.kibana
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}
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