blob: b9837cda9a542d06183f0e3a58c9990d1e5105b5 [file] [log] [blame]
Ales Komarek6f7caae2017-05-17 16:30:06 +02001classes:
2- 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
Richard Felkl04250022017-10-20 13:55:43 +02005- system.linux.system.repo.docker
Ales Komarek6f7caae2017-05-17 16:30:06 +02006# Needed to install Galera packages
7- system.linux.system.repo.mcp.openstack
8- system.elasticsearch.server.cluster
9- system.elasticsearch.server.curator
10- system.kibana.server.single
11- system.haproxy.proxy.listen.stacklight.elasticsearch
12- system.haproxy.proxy.listen.stacklight.kibana
13- service.haproxy.proxy.single
Ales Komarek6f7caae2017-05-17 16:30:06 +020014- system.galera.server.cluster
15- system.galera.server.database.grafana
16- system.salt.minion.cert.prometheus_server
17- system.keepalived.cluster.instance.prometheus_server_vip
Bartosz Kupidurab53993a2017-06-06 14:56:59 +020018- system.telegraf.agent.remote
Bartosz Kupiduraa4162762017-05-25 11:30:08 +020019- system.prometheus.server.alertmanager.dns
Ales Komarek6f7caae2017-05-17 16:30:06 +020020- system.prometheus.server.target.dns
Mateusz Matuszkowiak6b97dc82018-02-19 12:07:52 +010021- system.docker.swarm.stack.monitoring.prometheus_global
Simon Pasquier19106f42017-06-09 14:48:26 +020022- system.docker.swarm.stack.dashboard
Ales Komarekf2d1e392017-05-17 19:43:44 +020023- cluster.virtual-mcp11-k8s-calico-dyn
Ales Komarek6f7caae2017-05-17 16:30:06 +020024parameters:
25 _param:
26 cluster_vip_address: ${_param:stacklight_address}
27 cluster_public_host: mon
Ildar Svetlove14997a2018-06-09 13:31:48 +040028 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:${_param:apt_mk_version}
29 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:${_param:apt_mk_version}
30 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:${_param:apt_mk_version}
31 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:${_param:apt_mk_version}
32 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:${_param:apt_mk_version}
33 docker_image_prometheus_relay: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus_relay:${_param:apt_mk_version}
34 docker_image_grafana: docker-prod-virtual.docker.mirantis.net/mirantis/external/grafana:${_param:apt_mk_version}
Mateusz Matuszkowiakd1df6d12018-06-26 16:20:18 +020035 elasticsearch_version: 5
Ales Komarek6f7caae2017-05-17 16:30:06 +020036 grafana_admin_password: admin
37 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
38 keepalived_prometheus_vip_password: password
39 keepalived_prometheus_vip_interface: ens4
40 # Docker/Elasticsearch
41 cluster_node01_hostname: ${_param:stacklight_node01_hostname}
42 cluster_node01_address: ${_param:stacklight_node01_address}
43 cluster_node02_hostname: ${_param:stacklight_node02_hostname}
44 cluster_node02_address: ${_param:stacklight_node02_address}
45 cluster_node03_hostname: ${_param:stacklight_node03_hostname}
46 cluster_node03_address: ${_param:stacklight_node03_address}
47 # Kibana
48 kibana_elasticsearch_host: ${_param:cluster_vip_address}
Mateusz Matuszkowiakd1df6d12018-06-26 16:20:18 +020049 kibana_version: 5
Ales Komarek6f7caae2017-05-17 16:30:06 +020050 # Galera
51 openstack_version: newton
Dmitry Kalashnik6fff2922017-08-01 17:58:01 +040052 galera_innodb_buffer_pool_size: 1024M
53 galera_max_connections: 200
Ales Komarek6f7caae2017-05-17 16:30:06 +020054 # Grafana
55 docker_grafana_replicas: 1
56 grafana_database_type: mysql
57 grafana_database_host: ${_param:cluster_vip_address}
58 grafana_database_password: ${_param:mysql_grafana_password}
59 grafana_database_type: mysql
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020060 prometheus_influxdb_url: "http://${_param:stacklight_address}:8086/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020061 prometheus_influxdb_db: prometheus
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020062 prometheus_influxdb_username: lma
63 prometheus_influxdb_password: lmapass
Ales Komarek6f7caae2017-05-17 16:30:06 +020064 keepalived:
65 cluster:
66 instance:
67 VIP:
68 enabled: false