blob: 9a19b3a1e1fc8217e050b595684027d092e9f797 [file] [log] [blame]
Ales Komarek6f7caae2017-05-17 16:30:06 +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 Polreich33e83232017-06-12 17:18:03 +020014- system.glusterfs.client.volume.grafana
Ales Komarek6f7caae2017-05-17 16:30:06 +020015- system.glusterfs.server.cluster
16- system.glusterfs.server.volume.prometheus
Martin Polreich33e83232017-06-12 17:18:03 +020017- system.glusterfs.server.volume.grafana
Ales Komarek6f7caae2017-05-17 16:30:06 +020018- system.galera.server.cluster
19- system.galera.server.database.grafana
20- system.salt.minion.cert.prometheus_server
21- system.keepalived.cluster.instance.prometheus_server_vip
Bartosz Kupidurab53993a2017-06-06 14:56:59 +020022- system.telegraf.agent.remote
Bartosz Kupiduraa4162762017-05-25 11:30:08 +020023- system.prometheus.server.alertmanager.dns
Ales Komarek6f7caae2017-05-17 16:30:06 +020024- system.prometheus.server.target.etcd
25- system.prometheus.server.target.kubernetes
26- system.prometheus.server.target.dns
27- system.docker.swarm.stack.monitoring
Simon Pasquier19106f42017-06-09 14:48:26 +020028- system.docker.swarm.stack.dashboard
Ales Komarekf2d1e392017-05-17 19:43:44 +020029- cluster.virtual-mcp11-k8s-calico-dyn
Ales Komarek6f7caae2017-05-17 16:30:06 +020030parameters:
31 _param:
32 cluster_vip_address: ${_param:stacklight_address}
33 cluster_public_host: mon
Bartosz Kupidurab53993a2017-06-06 14:56:59 +020034 docker_image_alertmanager: mirantis/alertmanager:latest
35 docker_image_pushgateway: mirantis/pushgateway:latest
36 docker_image_prometheus: mirantis/prometheus:latest
37 docker_image_remote_agent: mirantis/telegraf:latest
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020038 docker_image_remote_storage_adapter: mirantis/remote_storage_adapter:latest
Ales Komarek6f7caae2017-05-17 16:30:06 +020039 docker_image_grafana: grafana/grafana:latest
Martin Polreich33e83232017-06-12 17:18:03 +020040 docker_grafana_replicas: 3
Ales Komarek6f7caae2017-05-17 16:30:06 +020041 grafana_admin_password: admin
42 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
43 keepalived_prometheus_vip_password: password
44 keepalived_prometheus_vip_interface: ens4
45 # Docker/Elasticsearch
46 cluster_node01_hostname: ${_param:stacklight_node01_hostname}
47 cluster_node01_address: ${_param:stacklight_node01_address}
48 cluster_node02_hostname: ${_param:stacklight_node02_hostname}
49 cluster_node02_address: ${_param:stacklight_node02_address}
50 cluster_node03_hostname: ${_param:stacklight_node03_hostname}
51 cluster_node03_address: ${_param:stacklight_node03_address}
52 # Kibana
53 kibana_elasticsearch_host: ${_param:cluster_vip_address}
54 # Galera
55 openstack_version: newton
56 # Grafana
57 docker_grafana_replicas: 1
58 grafana_database_type: mysql
59 grafana_database_host: ${_param:cluster_vip_address}
60 grafana_database_password: ${_param:mysql_grafana_password}
61 grafana_database_type: mysql
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020062 prometheus_influxdb_url: "http://${_param:stacklight_address}:8086/"
63 prometheus_influxdb_db: lma
64 prometheus_influxdb_username: lma
65 prometheus_influxdb_password: lmapass
Ales Komarek6f7caae2017-05-17 16:30:06 +020066 keepalived:
67 cluster:
68 instance:
69 VIP:
70 enabled: false