blob: 441df3c6aad77dc88c356608f99f10dd0d9f1e8c [file] [log] [blame]
Simon Pasquiera3a92f62017-04-28 15:19:18 +02001classes:
Simon Pasquiera7a449d2017-05-11 10:03:41 +02002- system.docker.host
Mateusz Matuszkowiakd1df6d12018-06-26 16:20:18 +02003- system.linux.system.repo.mcp.apt_mirantis.elastic.5x
4- system.linux.system.repo.mcp.apt_mirantis.kibana.5x
Tatyana Leontovichc11c1b52018-01-26 13:58:39 +02005- system.linux.system.repo.mcp.apt_mirantis.influxdb
6- system.linux.system.repo.mcp.apt_mirantis.docker
Swann Croiset4e3e0842017-05-04 16:49:57 +02007# Needed to install Galera packages
Tatyana Leontovichc11c1b52018-01-26 13:58:39 +02008- system.linux.system.repo.mcp.apt_mirantis.openstack
Simon Pasquier945a1752017-05-02 16:10:36 +02009- system.elasticsearch.server.cluster
10- system.elasticsearch.server.curator
11- system.kibana.server.single
12- system.haproxy.proxy.listen.stacklight.elasticsearch
Tatyana Leontovich65f78482017-09-06 19:20:57 +030013- system.haproxy.proxy.listen.stacklight.influxdb_relay
Simon Pasquier945a1752017-05-02 16:10:36 +020014- system.haproxy.proxy.listen.stacklight.kibana
15- service.haproxy.proxy.single
Tatyana Leontovich65f78482017-09-06 19:20:57 +030016- system.influxdb.relay.cluster
Swann Croiset4e3e0842017-05-04 16:49:57 +020017- system.galera.server.cluster
18- system.galera.server.database.grafana
Tatyana Leontovich65f78482017-09-06 19:20:57 +030019- system.influxdb.server.single
20- system.influxdb.database.prometheus
Simon Pasquiera3a92f62017-04-28 15:19:18 +020021- system.salt.minion.cert.prometheus_server
22- system.keepalived.cluster.instance.prometheus_server_vip
Bartosz Kupidurab53993a2017-06-06 14:56:59 +020023- system.telegraf.agent.remote
Dmitry Kalashnik2f1b83a2018-05-29 16:58:29 +040024- system.mongodb.server.cluster
25- system.prometheus.alerta
26- system.prometheus.alertmanager.notification.alerta
27- system.prometheus.server.alert.alerta_relabel
Bartosz Kupiduraaddf22f2017-06-12 13:29:04 +020028- system.prometheus.server.remote_write.docker
Bartosz Kupiduraa4162762017-05-25 11:30:08 +020029- system.prometheus.server.alertmanager.dns
Simon Pasquiera3a92f62017-04-28 15:19:18 +020030- system.prometheus.server.target.dns
Dmitry Kalashnik2f1b83a2018-05-29 16:58:29 +040031- system.docker.swarm.stack.monitoring.alerta
Mateusz Matuszkowiak6b97dc82018-02-19 12:07:52 +010032- system.docker.swarm.stack.monitoring.prometheus_global
Simon Pasquierf7614022017-05-18 11:53:24 +020033- system.docker.swarm.stack.dashboard
Dmitry Kalashnik1085a992017-09-08 16:39:21 +040034- cluster.virtual-mcp11-k8s-calico
Simon Pasquiera3a92f62017-04-28 15:19:18 +020035parameters:
36 _param:
Simon Pasquier383e8c52017-05-18 11:00:27 +020037 cluster_vip_address: ${_param:stacklight_monitor_address}
Simon Pasquiera7a449d2017-05-11 10:03:41 +020038 cluster_public_host: mon
Tatyana Leontovich65f78482017-09-06 19:20:57 +030039 cluster_local_address: ${_param:single_address}
Ildar Svetlove14997a2018-06-09 13:31:48 +040040 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:${_param:apt_mk_version}
41 docker_image_alerta: docker-prod-virtual.docker.mirantis.net/mirantis/external/alerta-web:${_param:apt_mk_version}
42 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:${_param:apt_mk_version}
43 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:${_param:apt_mk_version}
44 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:${_param:apt_mk_version}
45 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:${_param:apt_mk_version}
46 docker_image_prometheus_relay: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus_relay:${_param:apt_mk_version}
47 docker_image_grafana: docker-prod-virtual.docker.mirantis.net/mirantis/external/grafana:${_param:apt_mk_version}
Simon Pasquier702970f2017-07-24 14:05:42 +020048 docker_influxdb_image: influxdb:1.2
Mateusz Matuszkowiakd1df6d12018-06-26 16:20:18 +020049 elasticsearch_version: 5
Simon Pasquier40b17692017-05-02 17:09:02 +020050 grafana_admin_password: admin
Simon Pasquiera3a92f62017-04-28 15:19:18 +020051 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
52 keepalived_prometheus_vip_password: password
53 keepalived_prometheus_vip_interface: ens4
Simon Pasquiera7a449d2017-05-11 10:03:41 +020054 # Docker/Elasticsearch
Yuriy Taradaydbe8ab72017-10-12 23:31:11 +040055 cluster_elasticsearch_port: 9200
56 cluster_kibana_port: 5601
57 cluster_grafana_port: 3000
Simon Pasquiera7a449d2017-05-11 10:03:41 +020058 cluster_node01_hostname: ${_param:stacklight_node01_hostname}
59 cluster_node01_address: ${_param:stacklight_node01_address}
60 cluster_node02_hostname: ${_param:stacklight_node02_hostname}
61 cluster_node02_address: ${_param:stacklight_node02_address}
62 cluster_node03_hostname: ${_param:stacklight_node03_hostname}
63 cluster_node03_address: ${_param:stacklight_node03_address}
Simon Pasquier945a1752017-05-02 16:10:36 +020064 # Kibana
65 kibana_elasticsearch_host: ${_param:cluster_vip_address}
Mateusz Matuszkowiakd1df6d12018-06-26 16:20:18 +020066 kibana_version: 5
Swann Croiset4e3e0842017-05-04 16:49:57 +020067 # Galera
68 openstack_version: newton
Dmitry Kalashnik6fff2922017-08-01 17:58:01 +040069 galera_innodb_buffer_pool_size: 1024M
70 galera_max_connections: 200
Simon Pasquier3404b562017-05-09 16:01:07 +020071 # Grafana
Simon Pasquier3404b562017-05-09 16:01:07 +020072 grafana_database_type: mysql
73 grafana_database_host: ${_param:cluster_vip_address}
74 grafana_database_password: ${_param:mysql_grafana_password}
Simon Pasquier702970f2017-07-24 14:05:42 +020075 # InfluxDB
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020076 influxdb_admin_password: password
Dmitry Kalashnik24e2daf2018-04-06 15:43:45 +040077 influxdb_port: 8086
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020078 influxdb_stacklight_password: lmapass
Simon Pasquier702970f2017-07-24 14:05:42 +020079 influxdb_client_host: ${_param:stacklight_monitor_address}
80 influxdb_client_port: ${_param:influxdb_port}
81 influxdb_client_password: ${_param:influxdb_admin_password}
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020082 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020083 prometheus_influxdb_db: prometheus
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020084 prometheus_influxdb_username: lma
85 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
Simon Pasquier702970f2017-07-24 14:05:42 +020086 telegraf_remote_agent_influxdb_address: ${_param:stacklight_monitor_address}
Simon Pasquier5d57e702017-07-10 15:17:25 +020087 elasticsearch:
88 server:
89 heap:
90 size: 1
Swann Croiset4e3e0842017-05-04 16:49:57 +020091 keepalived:
92 cluster:
93 instance:
94 VIP:
95 enabled: false