blob: 7eafd54a7d21e6c6d450036103aa516e1b1ea276 [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001classes:
2- system.docker.host
Martin Polreichd8dc1ed2017-08-16 13:24:26 +00003- system.linux.system.repo.influxdb
Ales Komarekc12dd412017-06-27 16:24:42 +02004- system.linux.system.repo.tcp_elastic
Martin Polreichd8dc1ed2017-08-16 13:24:26 +00005- system.linux.system.repo.glusterfs
Ales Komarekc12dd412017-06-27 16:24:42 +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
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000013- system.haproxy.proxy.listen.stacklight.influxdb
Ales Komarekc12dd412017-06-27 16:24:42 +020014- service.haproxy.proxy.single
15- system.glusterfs.client.cluster
16- system.glusterfs.client.volume.prometheus
Martin Polreich23093312017-08-15 15:47:25 +020017- system.glusterfs.client.volume.influxdb
18- system.glusterfs.server.cluster
19- system.glusterfs.server.volume.prometheus
20- system.glusterfs.server.volume.influxdb
Ales Komarekc12dd412017-06-27 16:24:42 +020021- system.galera.server.cluster
22- system.galera.server.database.grafana
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000023- system.influxdb.server.single
24- system.influxdb.database.prometheus
Ales Komarekc12dd412017-06-27 16:24:42 +020025- system.salt.minion.cert.prometheus_server
26- system.keepalived.cluster.instance.prometheus_server_vip
Martin Polreich60f94c72017-07-17 09:29:10 +020027- system.telegraf.agent.remote
28- system.prometheus.server.remote_write.docker
29- system.prometheus.server.alertmanager.dns
Ales Komarekc12dd412017-06-27 16:24:42 +020030- system.prometheus.server.target.kubernetes
31- system.prometheus.server.target.dns
32- system.docker.swarm.stack.monitoring
Martin Polreich60f94c72017-07-17 09:29:10 +020033- system.docker.swarm.stack.dashboard
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000034- system.docker.swarm.stack.monitoring.remote_collector
35- system.heka.ceilometer_collector.single
36- cluster.sl_k8s_calico
Ales Komarekc12dd412017-06-27 16:24:42 +020037parameters:
38 _param:
Martin Polreich60f94c72017-07-17 09:29:10 +020039 cluster_vip_address: ${_param:stacklight_monitor_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020040 cluster_public_host: mon
Simon Pasquier4a802be2017-06-29 12:54:50 +020041 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
42 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
43 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
44 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000045 docker_image_remote_collector: docker-prod-virtual.docker.mirantis.net/openstack-docker/heka:latest
Simon Pasquier4a802be2017-06-29 12:54:50 +020046 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
47 docker_image_grafana: grafana/grafana:4.3.2
Martin Polreich23093312017-08-15 15:47:25 +020048 docker_influxdb_image: influxdb:1.2
Ales Komarekc12dd412017-06-27 16:24:42 +020049 grafana_admin_password: admin
50 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
51 keepalived_prometheus_vip_password: password
Martin Polreich60f94c72017-07-17 09:29:10 +020052 keepalived_prometheus_vip_interface: ens4
Ales Komarekc12dd412017-06-27 16:24:42 +020053 # Docker/Elasticsearch
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000054 cluster_node01_hostname: ${_param:stacklight_monitor_node01_hostname}
55 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
56 cluster_node02_hostname: ${_param:stacklight_monitor_node02_hostname}
57 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
58 cluster_node03_hostname: ${_param:stacklight_monitor_node03_hostname}
59 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020060 # Kibana
61 kibana_elasticsearch_host: ${_param:cluster_vip_address}
62 # Galera
Martin Polreich60f94c72017-07-17 09:29:10 +020063 openstack_version: newton
Ales Komarekc12dd412017-06-27 16:24:42 +020064 # Grafana
Ales Komarekc12dd412017-06-27 16:24:42 +020065 grafana_database_type: mysql
66 grafana_database_host: ${_param:cluster_vip_address}
67 grafana_database_password: ${_param:mysql_grafana_password}
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000068 influxdb_port: 8086
Martin Polreichf429d852017-07-12 14:28:15 +020069 influxdb_admin_password: password
70 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}
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000078 remote_collector_telegraf_host: monitoring_remote_agent
79 rabbitmq_openstack_password: workshop
80 heka_amqp_host: ${_param:kubernetes_control_address}
Martin Polreich60f94c72017-07-17 09:29:10 +020081 elasticsearch:
82 server:
83 heap:
84 size: 1
Ales Komarekc12dd412017-06-27 16:24:42 +020085 keepalived:
86 cluster:
87 instance:
88 VIP:
89 enabled: false