blob: 5a62ed5d666ff618f066b72a8f004acc80a9d974 [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
Simon Pasquier30a084a2017-05-04 12:02:55 +020011- system.glusterfs.server.cluster
12- system.glusterfs.server.volume.prometheus
Simon Pasquiera3a92f62017-04-28 15:19:18 +020013- system.salt.minion.cert.prometheus_server
14- system.keepalived.cluster.instance.prometheus_server_vip
15- system.prometheus.server.target.etcd
16- system.prometheus.server.target.kubernetes
17- system.prometheus.server.target.dns
18- system.docker.swarm.stack.monitoring
Simon Pasquier40b17692017-05-02 17:09:02 +020019- system.docker.swarm.service.dashboard.grafana_server
Simon Pasquiera3a92f62017-04-28 15:19:18 +020020- cluster.virtual-mcp11-k8s-calico.infra
21parameters:
22 _param:
23 cluster_vip_address: ${_param:docker_swarm_address}
24 docker_image_alertmanager: alertmanager:latest
25 docker_image_pushgateway: pushgateway:latest
26 docker_image_prometheus: prometheus:latest
Simon Pasquier40b17692017-05-02 17:09:02 +020027 docker_image_grafana: grafana/grafana:latest
28 grafana_admin_password: admin
Simon Pasquiera3a92f62017-04-28 15:19:18 +020029 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
30 keepalived_prometheus_vip_password: password
31 keepalived_prometheus_vip_interface: ens4
Simon Pasquier945a1752017-05-02 16:10:36 +020032 # Kibana
33 kibana_elasticsearch_host: ${_param:cluster_vip_address}
34 # Elasticsearch
35 cluster_node01_hostname: ${_param:docker_swarm_node01_hostname}
36 cluster_node01_address: ${_param:docker_swarm_node01_address}
37 cluster_node02_hostname: ${_param:docker_swarm_node02_hostname}
38 cluster_node02_address: ${_param:docker_swarm_node02_address}
39 cluster_node03_hostname: ${_param:docker_swarm_node03_hostname}
40 cluster_node03_address: ${_param:docker_swarm_node03_address}