Simon Pasquier | a3a92f6 | 2017-04-28 15:19:18 +0200 | [diff] [blame] | 1 | classes: |
Simon Pasquier | 945a175 | 2017-05-02 16:10:36 +0200 | [diff] [blame^] | 2 | - 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 Pasquier | a3a92f6 | 2017-04-28 15:19:18 +0200 | [diff] [blame] | 9 | - 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 |
| 18 | parameters: |
| 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 Pasquier | 945a175 | 2017-05-02 16:10:36 +0200 | [diff] [blame^] | 27 | # 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} |