blob: 9ea9b9261934fa48acb2590b72353321b99285b9 [file] [log] [blame]
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +02001classes:
2- system.docker.host
3- system.linux.system.repo.mcp.apt_mirantis.influxdb
Tatyana Leontovich15b38e82018-01-11 13:06:38 +02004- system.linux.system.repo.mcp.extra
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +02005- system.linux.system.repo.mcp.apt_mirantis.elastic
6- system.linux.system.repo.mcp.apt_mirantis.kibana
7- system.linux.system.repo.mcp.apt_mirantis.docker
Tatyana Leontovich15b38e82018-01-11 13:06:38 +02008- system.linux.system.repo.docker
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +02009- system.heka.remote_collector.container
10- system.heka.remote_collector.input.amqp
11- system.heka.remote_collector.output.elasticsearch
12- system.heka.remote_collector.output.telegraf
13- system.elasticsearch.server.cluster
14- system.elasticsearch.server.curator
15- system.kibana.server.single
16- system.haproxy.proxy.listen.stacklight.elasticsearch
17- system.haproxy.proxy.listen.stacklight.kibana
18- system.haproxy.proxy.listen.stacklight.influxdb_relay
19- service.haproxy.proxy.single
20- system.influxdb.relay.cluster
21- system.influxdb.server.single
22- system.influxdb.database.stacklight
23- system.influxdb.database.ceilometer
24- system.keepalived.cluster.instance.prometheus_server_vip
25- system.telegraf.agent.remote
26- system.prometheus.server.remote_write.docker
27- system.prometheus.server.alertmanager.dns
28- system.prometheus.server.target.dns
29- system.docker.swarm.stack.monitoring
30- system.docker.swarm.stack.monitoring.remote_collector
31- system.docker.swarm.stack.dashboard
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020032- cluster.virtual-mcp-pike-dvr
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020033parameters:
34 _param:
35 heka_amqp_host: ${_param:openstack_control_address}
36 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
37 keepalived_prometheus_vip_address: ${_param:stacklight_monitor_address}
38 keepalived_prometheus_vip_password: 'password'
39 keepalived_prometheus_vip_interface: ens4
40 cluster_vip_address: ${_param:stacklight_monitor_address}
41 cluster_local_address: ${_param:single_address}
42 cluster_elasticsearch_port: 9200
43 cluster_kibana_port: 5601
44 cluster_node01_hostname: mon01
45 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
46 cluster_node02_hostname: mon02
47 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
48 cluster_node03_hostname: mon03
49 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020050 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
51 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
52 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
53 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
54 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
55 docker_image_remote_collector: docker-prod-virtual.docker.mirantis.net/openstack-docker/heka:latest
56 docker_image_prometheus_relay: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus_relay:latest
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020057 docker_image_grafana: grafana/grafana:4.5.2
58 influxdb_port: 8086
59 influxdb_admin_password: password
60 influxdb_stacklight_password: lmapass
61 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
62 prometheus_influxdb_db: lma
63 prometheus_influxdb_username: lma
64 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
65 remote_collector_telegraf_host: monitoring_remote_agent
66 linux:
67 network:
68 interface:
69 ens4:
70 enabled: true
71 type: eth
72 proto: static
73 address: ${_param:single_address}
74 netmask: 255.255.255.0