blob: 07324aabcfbd18a092a8405a51040e4ccdefe0ce [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
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
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.remote_write.docker
30- system.prometheus.server.alertmanager.dns
31- system.prometheus.server.target.dns
32- system.docker.swarm.stack.monitoring.prometheus_global
33- system.docker.swarm.stack.monitoring.remote_collector
Dmitry Kalashnik2f1b83a2018-05-29 16:58:29 +040034- system.docker.swarm.stack.monitoring.alerta
vitalygusev4e9e0732018-03-19 15:38:12 +040035- system.docker.swarm.stack.dashboard
36- cluster.sl-pike-dvr
37parameters:
38 _param:
39 heka_amqp_host: ${_param:openstack_control_address}
40 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
Mateusz Matuszkowiakd1df6d12018-06-26 16:20:18 +020041 elasticsearch_version: 5
42 kibana_version: 5
Dmitry Kalashnik4eb5e8f2018-07-03 18:06:33 +040043 elasticsearch_curator_retention_period: 14
44 prometheus_storage_retention: "168h"
45 influxdb_prometheus_database_retention: 14d
vitalygusev4e9e0732018-03-19 15:38:12 +040046 keepalived_prometheus_vip_address: ${_param:stacklight_monitor_address}
47 keepalived_prometheus_vip_password: 'password'
48 keepalived_prometheus_vip_interface: ens4
49 cluster_vip_address: ${_param:stacklight_monitor_address}
50 cluster_local_address: ${_param:single_address}
51 cluster_elasticsearch_port: 9200
52 cluster_kibana_port: 5601
53 cluster_node01_hostname: mon01
54 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
55 cluster_node02_hostname: mon02
56 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
57 cluster_node03_hostname: mon03
58 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Ildar Svetlove14997a2018-06-09 13:31:48 +040059 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:${_param:apt_mk_version}
60 docker_image_alerta: docker-prod-virtual.docker.mirantis.net/mirantis/external/alerta-web:${_param:apt_mk_version}
61 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:${_param:apt_mk_version}
62 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:${_param:apt_mk_version}
63 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:${_param:apt_mk_version}
64 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:${_param:apt_mk_version}
65 docker_image_remote_collector: docker-prod-virtual.docker.mirantis.net/openstack-docker/heka:${_param:apt_mk_version}
66 docker_image_prometheus_relay: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus_relay:${_param:apt_mk_version}
67 docker_image_grafana: docker-prod-virtual.docker.mirantis.net/mirantis/external/grafana:${_param:apt_mk_version}
vitalygusev4e9e0732018-03-19 15:38:12 +040068 influxdb_port: 8086
69 influxdb_admin_password: password
70 influxdb_stacklight_password: lmapass
71 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
Dmitry Kalashnik4eb5e8f2018-07-03 18:06:33 +040072 prometheus_influxdb_db: prometheus
vitalygusev4e9e0732018-03-19 15:38:12 +040073 prometheus_influxdb_username: lma
74 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
75 remote_collector_telegraf_host: monitoring_remote_agent
76 linux:
77 network:
78 interface:
79 ens4:
80 enabled: true
81 type: eth
82 proto: static
83 address: ${_param:single_address}
84 netmask: 255.255.255.0
Dmitry Kalashnik4eb5e8f2018-07-03 18:06:33 +040085 elasticsearch:
86 server:
87 heap:
88 size: 1