blob: eabdb79f9cf22a5760e7a2890a41bbf57b496822 [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001classes:
2- system.docker.host
vitalygusev74db2b82018-03-20 19:16:08 +04003- system.linux.system.repo.mcp.apt_mirantis.elastic
4- system.linux.system.repo.mcp.apt_mirantis.kibana
5- system.linux.system.repo.mcp.apt_mirantis.influxdb
6- system.linux.system.repo.mcp.apt_mirantis.docker
Ales Komarekc12dd412017-06-27 16:24:42 +02007# Needed to install Galera packages
vitalygusev74db2b82018-03-20 19:16:08 +04008- system.linux.system.repo.mcp.apt_mirantis.openstack
Ales Komarekc12dd412017-06-27 16:24:42 +02009- system.elasticsearch.server.cluster
10- system.elasticsearch.server.curator
11- system.kibana.server.single
12- system.haproxy.proxy.listen.stacklight.elasticsearch
Simon Pasquier91b07092017-08-31 15:04:06 +020013- system.haproxy.proxy.listen.stacklight.influxdb_relay
vitalygusev74db2b82018-03-20 19:16:08 +040014- system.haproxy.proxy.listen.stacklight.kibana
Ales Komarekc12dd412017-06-27 16:24:42 +020015- service.haproxy.proxy.single
vitalygusev74db2b82018-03-20 19:16:08 +040016- system.influxdb.relay.cluster
Ales Komarekc12dd412017-06-27 16:24:42 +020017- system.galera.server.cluster
18- system.galera.server.database.grafana
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000019- system.influxdb.server.single
20- system.influxdb.database.prometheus
Ales Komarekc12dd412017-06-27 16:24:42 +020021- system.salt.minion.cert.prometheus_server
22- system.keepalived.cluster.instance.prometheus_server_vip
Martin Polreich60f94c72017-07-17 09:29:10 +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
Martin Polreich60f94c72017-07-17 09:29:10 +020028- system.prometheus.server.remote_write.docker
29- system.prometheus.server.alertmanager.dns
Ales Komarekc12dd412017-06-27 16:24:42 +020030- system.prometheus.server.target.dns
Mateusz Matuszkowiak6b97dc82018-02-19 12:07:52 +010031- system.docker.swarm.stack.monitoring.prometheus_global
Dmitry Kalashnik2f1b83a2018-05-29 16:58:29 +040032- system.docker.swarm.stack.monitoring.alerta
Martin Polreich60f94c72017-07-17 09:29:10 +020033- system.docker.swarm.stack.dashboard
Petr Michalecf05e3ea2017-08-21 17:33:16 +020034- cluster.sl-k8s-calico
Ales Komarekc12dd412017-06-27 16:24:42 +020035parameters:
36 _param:
Martin Polreich60f94c72017-07-17 09:29:10 +020037 cluster_vip_address: ${_param:stacklight_monitor_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020038 cluster_public_host: mon
vitalygusev74db2b82018-03-20 19:16:08 +040039 cluster_local_address: ${_param:single_address}
Simon Pasquier4a802be2017-06-29 12:54:50 +020040 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
41 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
42 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
43 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
44 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
Bartosz Kupidurac28134f2017-09-04 11:36:17 +020045 docker_image_prometheus_relay: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus_relay:latest
Mateusz Matuszkowiak7f934c72018-06-04 08:42:31 +020046 docker_image_grafana: grafana/grafana:5.1.3
Dmitry Kalashnik2f1b83a2018-05-29 16:58:29 +040047 docker_image_alerta: docker-prod-local.artifactory.mirantis.com/mirantis/external/alerta-web:latest
Martin Polreich23093312017-08-15 15:47:25 +020048 docker_influxdb_image: influxdb:1.2
Ales Komarekc12dd412017-06-27 16:24:42 +020049 grafana_admin_password: admin
50 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
51 keepalived_prometheus_vip_password: password
Martin Polreich60f94c72017-07-17 09:29:10 +020052 keepalived_prometheus_vip_interface: ens4
Ales Komarekc12dd412017-06-27 16:24:42 +020053 # Docker/Elasticsearch
vitalygusev74db2b82018-03-20 19:16:08 +040054 cluster_elasticsearch_port: 9200
55 cluster_kibana_port: 5601
56 cluster_grafana_port: 3000
57 cluster_node01_hostname: ${_param:stacklight_node01_hostname}
58 cluster_node01_address: ${_param:stacklight_node01_address}
59 cluster_node02_hostname: ${_param:stacklight_node02_hostname}
60 cluster_node02_address: ${_param:stacklight_node02_address}
61 cluster_node03_hostname: ${_param:stacklight_node03_hostname}
62 cluster_node03_address: ${_param:stacklight_node03_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020063 # Kibana
64 kibana_elasticsearch_host: ${_param:cluster_vip_address}
65 # Galera
Martin Polreich60f94c72017-07-17 09:29:10 +020066 openstack_version: newton
vitalygusev74db2b82018-03-20 19:16:08 +040067 galera_innodb_buffer_pool_size: 1024M
68 galera_max_connections: 200
Ales Komarekc12dd412017-06-27 16:24:42 +020069 # Grafana
Ales Komarekc12dd412017-06-27 16:24:42 +020070 grafana_database_type: mysql
71 grafana_database_host: ${_param:cluster_vip_address}
72 grafana_database_password: ${_param:mysql_grafana_password}
vitalygusev74db2b82018-03-20 19:16:08 +040073 # InfluxDB
Martin Polreichf429d852017-07-12 14:28:15 +020074 influxdb_admin_password: password
vitalygusev74db2b82018-03-20 19:16:08 +040075 influxdb_port: 15016
Martin Polreichf429d852017-07-12 14:28:15 +020076 influxdb_stacklight_password: lmapass
Martin Polreich23093312017-08-15 15:47:25 +020077 influxdb_client_host: ${_param:stacklight_monitor_address}
78 influxdb_client_port: ${_param:influxdb_port}
79 influxdb_client_password: ${_param:influxdb_admin_password}
Martin Polreich60f94c72017-07-17 09:29:10 +020080 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020081 prometheus_influxdb_db: prometheus
Adam Tengler99446832017-07-11 12:43:05 +000082 prometheus_influxdb_username: lma
Martin Polreich60f94c72017-07-17 09:29:10 +020083 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
vitalygusev74db2b82018-03-20 19:16:08 +040084 telegraf_remote_agent_influxdb_address: ${_param:stacklight_monitor_address}
Martin Polreich60f94c72017-07-17 09:29:10 +020085 elasticsearch:
86 server:
87 heap:
88 size: 1
Ales Komarekc12dd412017-06-27 16:24:42 +020089 keepalived:
90 cluster:
91 instance:
92 VIP:
93 enabled: false