blob: fca581402d1492f0686212b1919177f1ce84fa72 [file] [log] [blame]
Ales Komarek6f7caae2017-05-17 16:30:06 +02001classes:
2- system.docker.host
Olivier Bourdon1a49f052017-09-07 09:31:34 +02003- system.linux.system.repo.elasticsearch
Dennis Dmitriev09ac8332017-09-13 21:15:53 +03004- system.linux.system.repo.kibana
Ales Komarek6f7caae2017-05-17 16:30:06 +02005# Needed to install Galera packages
6- system.linux.system.repo.mcp.openstack
7- system.elasticsearch.server.cluster
8- system.elasticsearch.server.curator
9- system.kibana.server.single
10- system.haproxy.proxy.listen.stacklight.elasticsearch
11- system.haproxy.proxy.listen.stacklight.kibana
12- service.haproxy.proxy.single
Ales Komarek6f7caae2017-05-17 16:30:06 +020013- system.galera.server.cluster
14- system.galera.server.database.grafana
15- system.salt.minion.cert.prometheus_server
16- system.keepalived.cluster.instance.prometheus_server_vip
Bartosz Kupidurab53993a2017-06-06 14:56:59 +020017- system.telegraf.agent.remote
Bartosz Kupiduraa4162762017-05-25 11:30:08 +020018- system.prometheus.server.alertmanager.dns
Ales Komarek6f7caae2017-05-17 16:30:06 +020019- system.prometheus.server.target.dns
20- system.docker.swarm.stack.monitoring
Simon Pasquier19106f42017-06-09 14:48:26 +020021- system.docker.swarm.stack.dashboard
Ales Komarekf2d1e392017-05-17 19:43:44 +020022- cluster.virtual-mcp11-k8s-calico-dyn
Ales Komarek6f7caae2017-05-17 16:30:06 +020023parameters:
24 _param:
25 cluster_vip_address: ${_param:stacklight_address}
26 cluster_public_host: mon
Simon Pasquier4a802be2017-06-29 12:54:50 +020027 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
28 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
29 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
30 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
31 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
Bartosz Kupidurac28134f2017-09-04 11:36:17 +020032 docker_image_prometheus_relay: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus_relay:latest
Simon Pasquier5d50d9d2017-10-06 12:45:51 +020033 docker_image_grafana: grafana/grafana:4.5.2
Ales Komarek6f7caae2017-05-17 16:30:06 +020034 grafana_admin_password: admin
35 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
36 keepalived_prometheus_vip_password: password
37 keepalived_prometheus_vip_interface: ens4
38 # Docker/Elasticsearch
39 cluster_node01_hostname: ${_param:stacklight_node01_hostname}
40 cluster_node01_address: ${_param:stacklight_node01_address}
41 cluster_node02_hostname: ${_param:stacklight_node02_hostname}
42 cluster_node02_address: ${_param:stacklight_node02_address}
43 cluster_node03_hostname: ${_param:stacklight_node03_hostname}
44 cluster_node03_address: ${_param:stacklight_node03_address}
45 # Kibana
46 kibana_elasticsearch_host: ${_param:cluster_vip_address}
47 # Galera
48 openstack_version: newton
Dmitry Kalashnik6fff2922017-08-01 17:58:01 +040049 galera_innodb_buffer_pool_size: 1024M
50 galera_max_connections: 200
Ales Komarek6f7caae2017-05-17 16:30:06 +020051 # Grafana
52 docker_grafana_replicas: 1
53 grafana_database_type: mysql
54 grafana_database_host: ${_param:cluster_vip_address}
55 grafana_database_password: ${_param:mysql_grafana_password}
56 grafana_database_type: mysql
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020057 prometheus_influxdb_url: "http://${_param:stacklight_address}:8086/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020058 prometheus_influxdb_db: prometheus
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020059 prometheus_influxdb_username: lma
60 prometheus_influxdb_password: lmapass
Ales Komarek6f7caae2017-05-17 16:30:06 +020061 keepalived:
62 cluster:
63 instance:
64 VIP:
65 enabled: false