Simon Pasquier | a3a92f6 | 2017-04-28 15:19:18 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - system.glusterfs.client.cluster |
| 3 | - system.glusterfs.client.volume.prometheus |
| 4 | - system.salt.minion.cert.prometheus_server |
| 5 | - system.keepalived.cluster.instance.prometheus_server_vip |
| 6 | - system.prometheus.server.target.etcd |
| 7 | - system.prometheus.server.target.kubernetes |
| 8 | - system.prometheus.server.target.dns |
| 9 | - system.docker.swarm.stack.monitoring |
| 10 | - cluster.virtual-mcp11-k8s-calico.infra |
| 11 | parameters: |
| 12 | _param: |
| 13 | cluster_vip_address: ${_param:docker_swarm_address} |
| 14 | docker_image_alertmanager: alertmanager:latest |
| 15 | docker_image_pushgateway: pushgateway:latest |
| 16 | docker_image_prometheus: prometheus:latest |
| 17 | keepalived_prometheus_vip_address: ${_param:cluster_vip_address} |
| 18 | keepalived_prometheus_vip_password: password |
| 19 | keepalived_prometheus_vip_interface: ens4 |