blob: e83b0d64a8ad75715249914157f61deb2b6c50c2 [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001classes:
2- system.docker.host
3- system.linux.system.repo.tcp_elastic
4# 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
12- system.glusterfs.client.cluster
13- system.glusterfs.client.volume.prometheus
Martin Polreich23093312017-08-15 15:47:25 +020014- system.glusterfs.client.volume.influxdb
15- system.glusterfs.server.cluster
16- system.glusterfs.server.volume.prometheus
17- system.glusterfs.server.volume.influxdb
Ales Komarekc12dd412017-06-27 16:24:42 +020018- system.galera.server.cluster
19- system.galera.server.database.grafana
Martin Polreiche048a832017-08-16 14:33:46 +020020- system.influxdb.client
21- system.influxdb.client.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
Martin Polreiche048a832017-08-16 14:33:46 +020029- system.docker.swarm.stack.influxdb
Ales Komarekc12dd412017-06-27 16:24:42 +020030- system.docker.swarm.stack.monitoring
Martin Polreich60f94c72017-07-17 09:29:10 +020031- system.docker.swarm.stack.dashboard
Martin Polreiche048a832017-08-16 14:33:46 +020032- cluster.sl_k8s_calico.infra
Ales Komarekc12dd412017-06-27 16:24:42 +020033parameters:
34 _param:
Martin Polreich60f94c72017-07-17 09:29:10 +020035 cluster_vip_address: ${_param:stacklight_monitor_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020036 cluster_public_host: mon
Simon Pasquier4a802be2017-06-29 12:54:50 +020037 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
38 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
39 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
40 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
41 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
42 docker_image_grafana: grafana/grafana:4.3.2
Martin Polreich23093312017-08-15 15:47:25 +020043 docker_influxdb_image: influxdb:1.2
Ales Komarekc12dd412017-06-27 16:24:42 +020044 grafana_admin_password: admin
45 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
46 keepalived_prometheus_vip_password: password
Martin Polreich60f94c72017-07-17 09:29:10 +020047 keepalived_prometheus_vip_interface: ens4
Ales Komarekc12dd412017-06-27 16:24:42 +020048 # Docker/Elasticsearch
Martin Polreiche048a832017-08-16 14:33:46 +020049 cluster_node01_hostname: ${_param:stacklight_node01_hostname}
50 cluster_node01_address: ${_param:stacklight_node01_address}
51 cluster_node02_hostname: ${_param:stacklight_node02_hostname}
52 cluster_node02_address: ${_param:stacklight_node02_address}
53 cluster_node03_hostname: ${_param:stacklight_node03_hostname}
54 cluster_node03_address: ${_param:stacklight_node03_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020055 # Kibana
56 kibana_elasticsearch_host: ${_param:cluster_vip_address}
57 # Galera
Martin Polreich60f94c72017-07-17 09:29:10 +020058 openstack_version: newton
Ales Komarekc12dd412017-06-27 16:24:42 +020059 # Grafana
Ales Komarekc12dd412017-06-27 16:24:42 +020060 grafana_database_type: mysql
61 grafana_database_host: ${_param:cluster_vip_address}
62 grafana_database_password: ${_param:mysql_grafana_password}
Martin Polreiche048a832017-08-16 14:33:46 +020063 # InfluxDB
Martin Polreichf429d852017-07-12 14:28:15 +020064 influxdb_admin_password: password
Martin Polreiche048a832017-08-16 14:33:46 +020065 influxdb_port: 15016
Martin Polreichf429d852017-07-12 14:28:15 +020066 influxdb_stacklight_password: lmapass
Martin Polreich23093312017-08-15 15:47:25 +020067 influxdb_client_host: ${_param:stacklight_monitor_address}
68 influxdb_client_port: ${_param:influxdb_port}
69 influxdb_client_password: ${_param:influxdb_admin_password}
Martin Polreich60f94c72017-07-17 09:29:10 +020070 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020071 prometheus_influxdb_db: prometheus
Adam Tengler99446832017-07-11 12:43:05 +000072 prometheus_influxdb_username: lma
Martin Polreich60f94c72017-07-17 09:29:10 +020073 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
Martin Polreiche048a832017-08-16 14:33:46 +020074 telegraf_remote_agent_influxdb_address: ${_param:stacklight_monitor_address}
Martin Polreich60f94c72017-07-17 09:29:10 +020075 elasticsearch:
76 server:
77 heap:
78 size: 1
Ales Komarekc12dd412017-06-27 16:24:42 +020079 keepalived:
80 cluster:
81 instance:
82 VIP:
83 enabled: false