blob: 6919acf9793fe891c79a50e26bf35a5e0e7b2fad [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
14- system.glusterfs.server.cluster
15- system.glusterfs.server.volume.prometheus
16- system.galera.server.cluster
17- system.galera.server.database.grafana
18- system.salt.minion.cert.prometheus_server
19- system.keepalived.cluster.instance.prometheus_server_vip
Bartosz Kupiduraa4162762017-05-25 11:30:08 +020020- system.prometheus.server.alertmanager.dns
Ales Komarek6f7caae2017-05-17 16:30:06 +020021- system.prometheus.server.target.etcd
22- system.prometheus.server.target.kubernetes
23- system.prometheus.server.target.dns
24- system.docker.swarm.stack.monitoring
25- system.docker.swarm.service.dashboard.grafana_server
Ales Komarekf2d1e392017-05-17 19:43:44 +020026- cluster.virtual-mcp11-k8s-calico-dyn
Ales Komarek6f7caae2017-05-17 16:30:06 +020027parameters:
28 _param:
29 cluster_vip_address: ${_param:stacklight_address}
30 cluster_public_host: mon
31 docker_image_alertmanager: alertmanager:latest
32 docker_image_pushgateway: pushgateway:latest
33 docker_image_prometheus: prometheus:latest
34 docker_image_grafana: grafana/grafana:latest
35 grafana_admin_password: admin
36 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
37 keepalived_prometheus_vip_password: password
38 keepalived_prometheus_vip_interface: ens4
39 # Docker/Elasticsearch
40 cluster_node01_hostname: ${_param:stacklight_node01_hostname}
41 cluster_node01_address: ${_param:stacklight_node01_address}
42 cluster_node02_hostname: ${_param:stacklight_node02_hostname}
43 cluster_node02_address: ${_param:stacklight_node02_address}
44 cluster_node03_hostname: ${_param:stacklight_node03_hostname}
45 cluster_node03_address: ${_param:stacklight_node03_address}
46 # Kibana
47 kibana_elasticsearch_host: ${_param:cluster_vip_address}
48 # Galera
49 openstack_version: newton
50 # Grafana
51 docker_grafana_replicas: 1
52 grafana_database_type: mysql
53 grafana_database_host: ${_param:cluster_vip_address}
54 grafana_database_password: ${_param:mysql_grafana_password}
55 grafana_database_type: mysql
56 keepalived:
57 cluster:
58 instance:
59 VIP:
60 enabled: false