blob: fcdaf12f5f85f4f0a38f5c1b1c1f5d22a34bd7d8 [file] [log] [blame]
Simon Pasquiera3a92f62017-04-28 15:19:18 +02001classes:
Simon Pasquier945a1752017-05-02 16:10:36 +02002- system.linux.system.repo.tcp_elastic
3- system.elasticsearch.server.cluster
4- system.elasticsearch.server.curator
5- system.kibana.server.single
6- system.haproxy.proxy.listen.stacklight.elasticsearch
7- system.haproxy.proxy.listen.stacklight.kibana
8- service.haproxy.proxy.single
Simon Pasquiera3a92f62017-04-28 15:19:18 +02009- system.glusterfs.client.cluster
10- system.glusterfs.client.volume.prometheus
11- system.salt.minion.cert.prometheus_server
12- system.keepalived.cluster.instance.prometheus_server_vip
13- system.prometheus.server.target.etcd
14- system.prometheus.server.target.kubernetes
15- system.prometheus.server.target.dns
16- system.docker.swarm.stack.monitoring
17- cluster.virtual-mcp11-k8s-calico.infra
18parameters:
19 _param:
20 cluster_vip_address: ${_param:docker_swarm_address}
21 docker_image_alertmanager: alertmanager:latest
22 docker_image_pushgateway: pushgateway:latest
23 docker_image_prometheus: prometheus:latest
24 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
25 keepalived_prometheus_vip_password: password
26 keepalived_prometheus_vip_interface: ens4
Simon Pasquier945a1752017-05-02 16:10:36 +020027 # Kibana
28 kibana_elasticsearch_host: ${_param:cluster_vip_address}
29 # Elasticsearch
30 cluster_node01_hostname: ${_param:docker_swarm_node01_hostname}
31 cluster_node01_address: ${_param:docker_swarm_node01_address}
32 cluster_node02_hostname: ${_param:docker_swarm_node02_hostname}
33 cluster_node02_address: ${_param:docker_swarm_node02_address}
34 cluster_node03_hostname: ${_param:docker_swarm_node03_hostname}
35 cluster_node03_address: ${_param:docker_swarm_node03_address}