blob: 65f9dc4e1fbec7c93863d4e2a68f9f7e1add10e4 [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001classes:
2- system.docker.host
Martin Polreichf429d852017-07-12 14:28:15 +02003- system.linux.system.repo.influxdb
Ales Komarekc12dd412017-06-27 16:24:42 +02004- system.linux.system.repo.tcp_elastic
5# 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
Martin Polreich60f94c72017-07-17 09:29:10 +020012- system.haproxy.proxy.listen.stacklight.influxdb
Ales Komarekc12dd412017-06-27 16:24:42 +020013- service.haproxy.proxy.single
14- system.glusterfs.client.cluster
15- system.glusterfs.client.volume.prometheus
16- system.glusterfs.server.cluster
17- system.glusterfs.server.volume.prometheus
18- system.galera.server.cluster
19- system.galera.server.database.grafana
Martin Polreichf429d852017-07-12 14:28:15 +020020- system.influxdb.server.single
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020021- system.influxdb.database.prometheus
Ales Komarekc12dd412017-06-27 16:24:42 +020022- system.salt.minion.cert.prometheus_server
23- system.keepalived.cluster.instance.prometheus_server_vip
Martin Polreich60f94c72017-07-17 09:29:10 +020024- system.telegraf.agent.remote
25- system.prometheus.server.remote_write.docker
26- system.prometheus.server.alertmanager.dns
Ales Komarekc12dd412017-06-27 16:24:42 +020027- system.prometheus.server.target.kubernetes
28- system.prometheus.server.target.dns
29- system.docker.swarm.stack.monitoring
Martin Polreich60f94c72017-07-17 09:29:10 +020030- system.docker.swarm.stack.dashboard
Ales Komarekc12dd412017-06-27 16:24:42 +020031- cluster.sl_k8s_calico
32parameters:
33 _param:
Martin Polreich60f94c72017-07-17 09:29:10 +020034 cluster_vip_address: ${_param:stacklight_monitor_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020035 cluster_public_host: mon
Simon Pasquier4a802be2017-06-29 12:54:50 +020036 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
37 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
38 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
39 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
40 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
41 docker_image_grafana: grafana/grafana:4.3.2
Ales Komarekc12dd412017-06-27 16:24:42 +020042 grafana_admin_password: admin
43 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
44 keepalived_prometheus_vip_password: password
Martin Polreich60f94c72017-07-17 09:29:10 +020045 keepalived_prometheus_vip_interface: ens4
Ales Komarekc12dd412017-06-27 16:24:42 +020046 # Docker/Elasticsearch
Adam Tenglera6b7b582017-07-19 10:41:20 +000047 cluster_node01_hostname: ${_param:stacklight_monitor_node01_hostname}
48 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
49 cluster_node02_hostname: ${_param:stacklight_monitor_node02_hostname}
50 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
51 cluster_node03_hostname: ${_param:stacklight_monitor_node03_hostname}
52 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020053 # Kibana
54 kibana_elasticsearch_host: ${_param:cluster_vip_address}
55 # Galera
Martin Polreich60f94c72017-07-17 09:29:10 +020056 openstack_version: newton
Ales Komarekc12dd412017-06-27 16:24:42 +020057 # Grafana
Ales Komarekc12dd412017-06-27 16:24:42 +020058 grafana_database_type: mysql
59 grafana_database_host: ${_param:cluster_vip_address}
60 grafana_database_password: ${_param:mysql_grafana_password}
Martin Polreichf429d852017-07-12 14:28:15 +020061 influxdb_port: 8086
62 influxdb_admin_password: password
63 influxdb_stacklight_password: lmapass
Martin Polreich60f94c72017-07-17 09:29:10 +020064 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020065 prometheus_influxdb_db: prometheus
Adam Tengler99446832017-07-11 12:43:05 +000066 prometheus_influxdb_username: lma
Martin Polreich60f94c72017-07-17 09:29:10 +020067 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
68 elasticsearch:
69 server:
70 heap:
71 size: 1
Ales Komarekc12dd412017-06-27 16:24:42 +020072 keepalived:
73 cluster:
74 instance:
75 VIP:
76 enabled: false