blob: 6ef0e82add178fb0d9e1d84a33e32f9549800d6c [file] [log] [blame]
Simon Pasquieref3efb52017-05-04 12:47:11 +02001classes:
2- system.linux.system.repo.tcp_elastic
Simon Pasquiera7a449d2017-05-11 10:03:41 +02003- system.docker.host
Simon Pasquieref3efb52017-05-04 12:47:11 +02004- system.elasticsearch.server.cluster
5- system.elasticsearch.server.curator
6- system.kibana.server.single
7- system.haproxy.proxy.listen.stacklight.elasticsearch
8- system.haproxy.proxy.listen.stacklight.kibana
9- service.haproxy.proxy.single
10- system.glusterfs.client.cluster
11- system.glusterfs.client.volume.prometheus
12- system.glusterfs.server.cluster
13- system.glusterfs.server.volume.prometheus
14- system.salt.minion.cert.prometheus_server
15- system.keepalived.cluster.instance.prometheus_server_vip
16- system.prometheus.server.target.etcd
17- system.prometheus.server.target.kubernetes
18- system.prometheus.server.target.dns
19- system.docker.swarm.stack.monitoring
20- system.docker.swarm.service.dashboard.grafana_server
Simon Pasquiera7a449d2017-05-11 10:03:41 +020021- cluster.virtual-mcp11-k8s-contrail.infra
Simon Pasquieref3efb52017-05-04 12:47:11 +020022parameters:
23 _param:
Simon Pasquiera7a449d2017-05-11 10:03:41 +020024 cluster_public_host: ${_param:stacklight_hostname}
25 cluster_vip_address: mon
Simon Pasquieref3efb52017-05-04 12:47:11 +020026 docker_image_alertmanager: alertmanager:latest
27 docker_image_pushgateway: pushgateway:latest
28 docker_image_prometheus: prometheus:latest
29 docker_image_grafana: grafana/grafana:latest
30 grafana_admin_password: admin
31 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
32 keepalived_prometheus_vip_password: password
33 keepalived_prometheus_vip_interface: ens4
34 # Kibana
35 kibana_elasticsearch_host: ${_param:cluster_vip_address}
Simon Pasquiera7a449d2017-05-11 10:03:41 +020036 # Docker/Elasticsearch
37 cluster_node01_hostname: ${_param:stacklight_node01_hostname}
38 cluster_node01_address: ${_param:stacklight_node01_address}
39 cluster_node02_hostname: ${_param:stacklight_node02_hostname}
40 cluster_node02_address: ${_param:stacklight_node02_address}
41 cluster_node03_hostname: ${_param:stacklight_node03_hostname}
42 cluster_node03_address: ${_param:stacklight_node03_address}