blob: 8cd2552fa3ba1cd7ebd5f5b72a3facc602d845de [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001classes:
2- system.docker.host
Ales Komarekc12dd412017-06-27 16:24:42 +02003- system.linux.system.repo.influxdb
azvyagintsevbbcb5982018-07-08 09:27:36 +03004- system.linux.system.repo.mcp.apt_mirantis.saltstack
Mateusz Matuszkowiakd1df6d12018-06-26 16:20:18 +02005- system.linux.system.repo.mcp.apt_mirantis.elastic.5x
6- system.linux.system.repo.mcp.apt_mirantis.kibana.5x
Richard Felkl04250022017-10-20 13:55:43 +02007- system.linux.system.repo.docker
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +04008- system.heka.remote_collector.container
9- system.heka.remote_collector.input.amqp
10- system.heka.remote_collector.output.elasticsearch
11- system.heka.remote_collector.output.telegraf
Ales Komarekc12dd412017-06-27 16:24:42 +020012- system.elasticsearch.server.cluster
13- system.elasticsearch.server.curator
14- system.kibana.server.single
15- system.haproxy.proxy.listen.stacklight.elasticsearch
16- system.haproxy.proxy.listen.stacklight.kibana
Simon Pasquier91b07092017-08-31 15:04:06 +020017- system.haproxy.proxy.listen.stacklight.influxdb_relay
Ales Komarekc12dd412017-06-27 16:24:42 +020018- service.haproxy.proxy.single
Simon Pasquier91b07092017-08-31 15:04:06 +020019- system.influxdb.relay.cluster
Ales Komarekc12dd412017-06-27 16:24:42 +020020- system.influxdb.server.single
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020021- system.influxdb.database.prometheus
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +040022- system.influxdb.database.ceilometer
Ales Komarekc12dd412017-06-27 16:24:42 +020023- system.keepalived.cluster.instance.prometheus_server_vip
24- system.telegraf.agent.remote
Dmitry Kalashnik2f1b83a2018-05-29 16:58:29 +040025- system.mongodb.server.cluster
26- system.prometheus.alerta
27- system.prometheus.alertmanager.notification.alerta
28- system.prometheus.server.alert.alerta_relabel
Ales Komarekc12dd412017-06-27 16:24:42 +020029- system.prometheus.server.alertmanager.dns
Mateusz Matuszkowiak19101752018-10-04 13:17:11 +020030- system.prometheus.server.target.dns.alertmanager
31- system.prometheus.server.target.dns.prometheus
32- system.prometheus.server.target.dns.pushgateway
33- system.prometheus.server.target.dns.remote_agent
34- system.docker.swarm.stack.monitoring.prometheus
35- system.docker.swarm.stack.monitoring.prometheus.global
36- system.docker.swarm.stack.monitoring.alertmanager
37- system.docker.swarm.stack.monitoring.prometheus_relay
38- system.docker.swarm.stack.monitoring.pushgateway
39- system.docker.swarm.stack.monitoring.remote_agent
Martin Polreich1ee2e092017-08-10 16:06:57 +020040- system.docker.swarm.stack.monitoring.remote_collector
Dmitry Kalashnik2f1b83a2018-05-29 16:58:29 +040041- system.docker.swarm.stack.monitoring.alerta
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +040042- system.docker.swarm.stack.dashboard
Petr Michalecf05e3ea2017-08-21 17:33:16 +020043- cluster.sl-os-contrail
Ales Komarekc12dd412017-06-27 16:24:42 +020044parameters:
45 _param:
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +040046 heka_amqp_host: ${_param:openstack_control_address}
Mateusz Matuszkowiakd1df6d12018-06-26 16:20:18 +020047 elasticsearch_version: 5
Ales Komarekc12dd412017-06-27 16:24:42 +020048 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
Mateusz Matuszkowiakd1df6d12018-06-26 16:20:18 +020049 kibana_version: 5
Ales Komarekc12dd412017-06-27 16:24:42 +020050 keepalived_prometheus_vip_address: ${_param:stacklight_monitor_address}
51 keepalived_prometheus_vip_password: 'password'
52 keepalived_prometheus_vip_interface: ens4
53 cluster_vip_address: ${_param:stacklight_monitor_address}
Simon Pasquier91b07092017-08-31 15:04:06 +020054 cluster_local_address: ${_param:single_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020055 cluster_elasticsearch_port: 9200
56 cluster_kibana_port: 5601
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +040057 cluster_node01_hostname: mon01
Adam Tenglerb4bf0aa2017-08-01 12:42:34 +000058 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +040059 cluster_node02_hostname: mon02
Adam Tenglerb4bf0aa2017-08-01 12:42:34 +000060 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +040061 cluster_node03_hostname: mon03
Adam Tenglerb4bf0aa2017-08-01 12:42:34 +000062 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Ildar Svetlove14997a2018-06-09 13:31:48 +040063 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:${_param:apt_mk_version}
64 docker_image_alerta: docker-prod-virtual.docker.mirantis.net/mirantis/external/alerta-web:${_param:apt_mk_version}
65 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:${_param:apt_mk_version}
66 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:${_param:apt_mk_version}
67 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:${_param:apt_mk_version}
Ildar Svetlove14997a2018-06-09 13:31:48 +040068 docker_image_remote_collector: docker-prod-virtual.docker.mirantis.net/openstack-docker/heka:${_param:apt_mk_version}
69 docker_image_prometheus_relay: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus_relay:${_param:apt_mk_version}
70 docker_image_grafana: docker-prod-virtual.docker.mirantis.net/mirantis/external/grafana:${_param:apt_mk_version}
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +040071 influxdb_port: 8086
72 influxdb_admin_password: password
73 influxdb_stacklight_password: lmapass
Ales Komarekc12dd412017-06-27 16:24:42 +020074 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020075 prometheus_influxdb_db: prometheus
Ales Komarekc12dd412017-06-27 16:24:42 +020076 prometheus_influxdb_username: lma
77 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
Martin Polreich1ee2e092017-08-10 16:06:57 +020078 remote_collector_telegraf_host: monitoring_remote_agent
Ales Komarekc12dd412017-06-27 16:24:42 +020079 linux:
80 network:
81 interface:
82 ens4:
83 enabled: true
84 type: eth
85 proto: static
86 address: ${_param:single_address}
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020087 netmask: 255.255.255.0