blob: cf4b598a444183593078842e00a4ade928ede6bd [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
Simon Pasquier40b17692017-05-02 17:09:02 +020017- system.docker.swarm.service.dashboard.grafana_server
Simon Pasquiera3a92f62017-04-28 15:19:18 +020018- cluster.virtual-mcp11-k8s-calico.infra
19parameters:
20 _param:
21 cluster_vip_address: ${_param:docker_swarm_address}
22 docker_image_alertmanager: alertmanager:latest
23 docker_image_pushgateway: pushgateway:latest
24 docker_image_prometheus: prometheus:latest
Simon Pasquier40b17692017-05-02 17:09:02 +020025 docker_image_grafana: grafana/grafana:latest
26 grafana_admin_password: admin
Simon Pasquiera3a92f62017-04-28 15:19:18 +020027 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
28 keepalived_prometheus_vip_password: password
29 keepalived_prometheus_vip_interface: ens4
Simon Pasquier945a1752017-05-02 16:10:36 +020030 # Kibana
31 kibana_elasticsearch_host: ${_param:cluster_vip_address}
32 # Elasticsearch
33 cluster_node01_hostname: ${_param:docker_swarm_node01_hostname}
34 cluster_node01_address: ${_param:docker_swarm_node01_address}
35 cluster_node02_hostname: ${_param:docker_swarm_node02_hostname}
36 cluster_node02_address: ${_param:docker_swarm_node02_address}
37 cluster_node03_hostname: ${_param:docker_swarm_node03_hostname}
38 cluster_node03_address: ${_param:docker_swarm_node03_address}