blob: 0e931c4433269ec5fd39ba616176f8f4e1ee3f32 [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
Ales Komarek6f7caae2017-05-17 16:30:06 +02004# Needed to install Galera packages
5- system.linux.system.repo.mcp.openstack
6- system.elasticsearch.server.cluster
7- system.elasticsearch.server.curator
8- system.kibana.server.single
9- system.haproxy.proxy.listen.stacklight.elasticsearch
10- system.haproxy.proxy.listen.stacklight.kibana
11- service.haproxy.proxy.single
Ales Komarek6f7caae2017-05-17 16:30:06 +020012- system.galera.server.cluster
13- system.galera.server.database.grafana
14- system.salt.minion.cert.prometheus_server
15- system.keepalived.cluster.instance.prometheus_server_vip
Bartosz Kupidurab53993a2017-06-06 14:56:59 +020016- system.telegraf.agent.remote
Bartosz Kupiduraa4162762017-05-25 11:30:08 +020017- system.prometheus.server.alertmanager.dns
Ales Komarek6f7caae2017-05-17 16:30:06 +020018- system.prometheus.server.target.dns
19- system.docker.swarm.stack.monitoring
Simon Pasquier19106f42017-06-09 14:48:26 +020020- system.docker.swarm.stack.dashboard
Ales Komarekf2d1e392017-05-17 19:43:44 +020021- cluster.virtual-mcp11-k8s-calico-dyn
Ales Komarek6f7caae2017-05-17 16:30:06 +020022parameters:
23 _param:
24 cluster_vip_address: ${_param:stacklight_address}
25 cluster_public_host: mon
Simon Pasquier4a802be2017-06-29 12:54:50 +020026 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
27 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
28 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
29 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
30 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
Simon Pasquier4376c162017-06-15 10:11:58 +020031 docker_image_grafana: grafana/grafana:4.3.2
Ales Komarek6f7caae2017-05-17 16:30:06 +020032 grafana_admin_password: admin
33 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
34 keepalived_prometheus_vip_password: password
35 keepalived_prometheus_vip_interface: ens4
36 # Docker/Elasticsearch
37 cluster_node01_hostname: ${_param:stacklight_node01_hostname}
38 cluster_node01_address: ${_param:stacklight_node01_address}
39 cluster_node02_hostname: ${_param:stacklight_node02_hostname}
40 cluster_node02_address: ${_param:stacklight_node02_address}
41 cluster_node03_hostname: ${_param:stacklight_node03_hostname}
42 cluster_node03_address: ${_param:stacklight_node03_address}
43 # Kibana
44 kibana_elasticsearch_host: ${_param:cluster_vip_address}
45 # Galera
46 openstack_version: newton
Dmitry Kalashnik6fff2922017-08-01 17:58:01 +040047 galera_innodb_buffer_pool_size: 1024M
48 galera_max_connections: 200
Ales Komarek6f7caae2017-05-17 16:30:06 +020049 # Grafana
50 docker_grafana_replicas: 1
51 grafana_database_type: mysql
52 grafana_database_host: ${_param:cluster_vip_address}
53 grafana_database_password: ${_param:mysql_grafana_password}
54 grafana_database_type: mysql
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020055 prometheus_influxdb_url: "http://${_param:stacklight_address}:8086/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020056 prometheus_influxdb_db: prometheus
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020057 prometheus_influxdb_username: lma
58 prometheus_influxdb_password: lmapass
Ales Komarek6f7caae2017-05-17 16:30:06 +020059 keepalived:
60 cluster:
61 instance:
62 VIP:
63 enabled: false