blob: 0f278aabaf51246d755c84e1ff337b243a19f25f [file] [log] [blame]
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +03001classes:
Tatyana Leontovich81b32a92017-07-20 16:24:23 +03002- system.docker.host
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +03003- system.linux.system.repo.influxdb
Tatyana Leontovich81b32a92017-07-20 16:24:23 +03004- system.linux.system.repo.mcp.salt
vgusev3fe6a862018-01-09 13:16:03 +04005- system.linux.system.repo.mcp.apt_mirantis.elastic
6- system.linux.system.repo.mcp.apt_mirantis.kibana
Richard Felkl04250022017-10-20 13:55:43 +02007- system.linux.system.repo.docker
Tatyana Leontovich81b32a92017-07-20 16:24:23 +03008- system.heka.remote_collector.container
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +03009- system.heka.remote_collector.input.amqp
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030010- system.heka.remote_collector.output.elasticsearch
11- system.heka.remote_collector.output.telegraf
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030012- system.elasticsearch.server.cluster
13- system.elasticsearch.server.curator
14- system.kibana.server.single
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030015- system.haproxy.proxy.listen.stacklight.elasticsearch
16- system.haproxy.proxy.listen.stacklight.kibana
Tatyana Leontovich65f78482017-09-06 19:20:57 +030017- system.haproxy.proxy.listen.stacklight.influxdb_relay
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030018- service.haproxy.proxy.single
Tatyana Leontovich65f78482017-09-06 19:20:57 +030019- system.influxdb.relay.cluster
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030020- system.influxdb.server.single
21- system.influxdb.database.stacklight
22- system.influxdb.database.ceilometer
23- system.keepalived.cluster.instance.prometheus_server_vip
24- system.telegraf.agent.remote
25- system.prometheus.server.remote_write.docker
26- system.prometheus.server.alertmanager.dns
27- system.prometheus.server.target.dns
28- system.docker.swarm.stack.monitoring
29- system.docker.swarm.stack.monitoring.remote_collector
30- system.docker.swarm.stack.dashboard
31- cluster.virtual-mcp-ocata-dvr
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030032parameters:
33 _param:
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030034 heka_amqp_host: ${_param:openstack_control_address}
35 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030036 keepalived_prometheus_vip_address: ${_param:stacklight_monitor_address}
37 keepalived_prometheus_vip_password: 'password'
38 keepalived_prometheus_vip_interface: ens4
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030039 cluster_vip_address: ${_param:stacklight_monitor_address}
Tatyana Leontovich65f78482017-09-06 19:20:57 +030040 cluster_local_address: ${_param:single_address}
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030041 cluster_elasticsearch_port: 9200
42 cluster_kibana_port: 5601
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030043 cluster_node01_hostname: mon01
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030044 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030045 cluster_node02_hostname: mon02
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030046 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030047 cluster_node03_hostname: mon03
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030048 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030049 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
50 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
51 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
52 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
53 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
54 docker_image_remote_collector: docker-prod-virtual.docker.mirantis.net/openstack-docker/heka:latest
Bartosz Kupidurac28134f2017-09-04 11:36:17 +020055 docker_image_prometheus_relay: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus_relay:latest
Simon Pasquier5d50d9d2017-10-06 12:45:51 +020056 docker_image_grafana: grafana/grafana:4.5.2
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030057 influxdb_port: 8086
58 influxdb_admin_password: password
59 influxdb_stacklight_password: lmapass
60 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
61 prometheus_influxdb_db: lma
62 prometheus_influxdb_username: lma
63 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
64 remote_collector_telegraf_host: monitoring_remote_agent
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030065 linux:
66 network:
67 interface:
68 ens4:
69 enabled: true
70 type: eth
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020071 proto: static
72 address: ${_param:single_address}
73 netmask: 255.255.255.0