blob: a1aaf265f0cdada365020b2a13a41fbf67bebe8b [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
24- system.prometheus.server.remote_write.docker
25- system.prometheus.server.alertmanager.dns
Ales Komarekc12dd412017-06-27 16:24:42 +020026- system.prometheus.server.target.dns
Mateusz Matuszkowiak6b97dc82018-02-19 12:07:52 +010027- system.docker.swarm.stack.monitoring.prometheus_global
Martin Polreich60f94c72017-07-17 09:29:10 +020028- system.docker.swarm.stack.dashboard
Petr Michalecf05e3ea2017-08-21 17:33:16 +020029- cluster.sl-k8s-calico
Ales Komarekc12dd412017-06-27 16:24:42 +020030parameters:
31 _param:
Martin Polreich60f94c72017-07-17 09:29:10 +020032 cluster_vip_address: ${_param:stacklight_monitor_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020033 cluster_public_host: mon
vitalygusev74db2b82018-03-20 19:16:08 +040034 cluster_local_address: ${_param:single_address}
Simon Pasquier4a802be2017-06-29 12:54:50 +020035 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
36 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
37 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
38 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
39 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
Bartosz Kupidurac28134f2017-09-04 11:36:17 +020040 docker_image_prometheus_relay: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus_relay:latest
Mateusz Matuszkowiak7f934c72018-06-04 08:42:31 +020041 docker_image_grafana: grafana/grafana:5.1.3
Martin Polreich23093312017-08-15 15:47:25 +020042 docker_influxdb_image: influxdb:1.2
Ales Komarekc12dd412017-06-27 16:24:42 +020043 grafana_admin_password: admin
44 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
45 keepalived_prometheus_vip_password: password
Martin Polreich60f94c72017-07-17 09:29:10 +020046 keepalived_prometheus_vip_interface: ens4
Ales Komarekc12dd412017-06-27 16:24:42 +020047 # Docker/Elasticsearch
vitalygusev74db2b82018-03-20 19:16:08 +040048 cluster_elasticsearch_port: 9200
49 cluster_kibana_port: 5601
50 cluster_grafana_port: 3000
51 cluster_node01_hostname: ${_param:stacklight_node01_hostname}
52 cluster_node01_address: ${_param:stacklight_node01_address}
53 cluster_node02_hostname: ${_param:stacklight_node02_hostname}
54 cluster_node02_address: ${_param:stacklight_node02_address}
55 cluster_node03_hostname: ${_param:stacklight_node03_hostname}
56 cluster_node03_address: ${_param:stacklight_node03_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020057 # Kibana
58 kibana_elasticsearch_host: ${_param:cluster_vip_address}
59 # Galera
Martin Polreich60f94c72017-07-17 09:29:10 +020060 openstack_version: newton
vitalygusev74db2b82018-03-20 19:16:08 +040061 galera_innodb_buffer_pool_size: 1024M
62 galera_max_connections: 200
Ales Komarekc12dd412017-06-27 16:24:42 +020063 # Grafana
Ales Komarekc12dd412017-06-27 16:24:42 +020064 grafana_database_type: mysql
65 grafana_database_host: ${_param:cluster_vip_address}
66 grafana_database_password: ${_param:mysql_grafana_password}
vitalygusev74db2b82018-03-20 19:16:08 +040067 # InfluxDB
Martin Polreichf429d852017-07-12 14:28:15 +020068 influxdb_admin_password: password
vitalygusev74db2b82018-03-20 19:16:08 +040069 influxdb_port: 15016
Martin Polreichf429d852017-07-12 14:28:15 +020070 influxdb_stacklight_password: lmapass
Martin Polreich23093312017-08-15 15:47:25 +020071 influxdb_client_host: ${_param:stacklight_monitor_address}
72 influxdb_client_port: ${_param:influxdb_port}
73 influxdb_client_password: ${_param:influxdb_admin_password}
Martin Polreich60f94c72017-07-17 09:29:10 +020074 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020075 prometheus_influxdb_db: prometheus
Adam Tengler99446832017-07-11 12:43:05 +000076 prometheus_influxdb_username: lma
Martin Polreich60f94c72017-07-17 09:29:10 +020077 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
vitalygusev74db2b82018-03-20 19:16:08 +040078 telegraf_remote_agent_influxdb_address: ${_param:stacklight_monitor_address}
Martin Polreich60f94c72017-07-17 09:29:10 +020079 elasticsearch:
80 server:
81 heap:
82 size: 1
Ales Komarekc12dd412017-06-27 16:24:42 +020083 keepalived:
84 cluster:
85 instance:
86 VIP:
87 enabled: false