blob: 626b5dd494981d5b6478f44d96b1c75a81cde54b [file] [log] [blame]
vitalygusev4e9e0732018-03-19 15:38:12 +04001classes:
2- system.docker.host
3- system.linux.system.repo.mcp.apt_mirantis.influxdb
4- system.linux.system.repo.mcp.extra
azvyagintsev03e26b12018-10-22 16:34:31 +03005- system.linux.system.repo.mcp.apt_mirantis.elastic
6- system.linux.system.repo.mcp.apt_mirantis.kibana
vitalygusev4e9e0732018-03-19 15:38:12 +04007- system.linux.system.repo.mcp.apt_mirantis.docker
8- system.linux.system.repo.docker
9- 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
Dmitry Kalashnik4eb5e8f2018-07-03 18:06:33 +040022- system.influxdb.database.prometheus
vitalygusev4e9e0732018-03-19 15:38:12 +040023- 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
vitalygusev4e9e0732018-03-19 15:38:12 +040029- 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
vitalygusev4e9e0732018-03-19 15:38:12 +040040- system.docker.swarm.stack.monitoring.remote_collector
Dmitry Kalashnik2f1b83a2018-05-29 16:58:29 +040041- system.docker.swarm.stack.monitoring.alerta
vitalygusev4e9e0732018-03-19 15:38:12 +040042- system.docker.swarm.stack.dashboard
43- cluster.sl-pike-dvr
44parameters:
45 _param:
46 heka_amqp_host: ${_param:openstack_control_address}
47 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
Mateusz Matuszkowiakd1df6d12018-06-26 16:20:18 +020048 elasticsearch_version: 5
49 kibana_version: 5
Dmitry Kalashnik4eb5e8f2018-07-03 18:06:33 +040050 elasticsearch_curator_retention_period: 14
51 prometheus_storage_retention: "168h"
52 influxdb_prometheus_database_retention: 14d
vitalygusev4e9e0732018-03-19 15:38:12 +040053 keepalived_prometheus_vip_address: ${_param:stacklight_monitor_address}
54 keepalived_prometheus_vip_password: 'password'
55 keepalived_prometheus_vip_interface: ens4
56 cluster_vip_address: ${_param:stacklight_monitor_address}
57 cluster_local_address: ${_param:single_address}
58 cluster_elasticsearch_port: 9200
59 cluster_kibana_port: 5601
60 cluster_node01_hostname: mon01
61 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
62 cluster_node02_hostname: mon02
63 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
64 cluster_node03_hostname: mon03
65 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Ildar Svetlove14997a2018-06-09 13:31:48 +040066 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:${_param:apt_mk_version}
67 docker_image_alerta: docker-prod-virtual.docker.mirantis.net/mirantis/external/alerta-web:${_param:apt_mk_version}
68 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:${_param:apt_mk_version}
69 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:${_param:apt_mk_version}
70 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:${_param:apt_mk_version}
Ildar Svetlove14997a2018-06-09 13:31:48 +040071 docker_image_remote_collector: docker-prod-virtual.docker.mirantis.net/openstack-docker/heka:${_param:apt_mk_version}
72 docker_image_prometheus_relay: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus_relay:${_param:apt_mk_version}
73 docker_image_grafana: docker-prod-virtual.docker.mirantis.net/mirantis/external/grafana:${_param:apt_mk_version}
vitalygusev4e9e0732018-03-19 15:38:12 +040074 influxdb_port: 8086
75 influxdb_admin_password: password
76 influxdb_stacklight_password: lmapass
77 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
Dmitry Kalashnik4eb5e8f2018-07-03 18:06:33 +040078 prometheus_influxdb_db: prometheus
vitalygusev4e9e0732018-03-19 15:38:12 +040079 prometheus_influxdb_username: lma
80 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
81 remote_collector_telegraf_host: monitoring_remote_agent
82 linux:
83 network:
84 interface:
85 ens4:
86 enabled: true
87 type: eth
88 proto: static
89 address: ${_param:single_address}
90 netmask: 255.255.255.0
Dmitry Kalashnik4eb5e8f2018-07-03 18:06:33 +040091 elasticsearch:
92 server:
93 heap:
94 size: 1