blob: d073ec1ba79807b22256e79f5b4f19d066c26e80 [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
Bartosz Kupidurab53993a2017-06-06 14:56:59 +020016- system.telegraf.agent.remote
Bartosz Kupiduraa4162762017-05-25 11:30:08 +020017- system.prometheus.server.alertmanager.dns
Simon Pasquieref3efb52017-05-04 12:47:11 +020018- system.prometheus.server.target.etcd
19- system.prometheus.server.target.kubernetes
20- system.prometheus.server.target.dns
21- system.docker.swarm.stack.monitoring
Simon Pasquierf7614022017-05-18 11:53:24 +020022- system.docker.swarm.stack.dashboard
Simon Pasquiera7a449d2017-05-11 10:03:41 +020023- cluster.virtual-mcp11-k8s-contrail.infra
Simon Pasquieref3efb52017-05-04 12:47:11 +020024parameters:
25 _param:
Matthew Mosesohnefddd532017-05-24 17:04:16 +030026 cluster_public_host: mon
Simon Pasquier383e8c52017-05-18 11:00:27 +020027 cluster_vip_address: ${_param:stacklight_monitor_address}
Bartosz Kupidurab53993a2017-06-06 14:56:59 +020028 docker_image_alertmanager: mirantis/alertmanager:latest
29 docker_image_pushgateway: mirantis/pushgateway:latest
30 docker_image_prometheus: mirantis/prometheus:latest
31 docker_image_remote_agent: mirantis/telegraf:latest
Simon Pasquieref3efb52017-05-04 12:47:11 +020032 docker_image_grafana: grafana/grafana:latest
33 grafana_admin_password: admin
34 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
35 keepalived_prometheus_vip_password: password
36 keepalived_prometheus_vip_interface: ens4
37 # Kibana
38 kibana_elasticsearch_host: ${_param:cluster_vip_address}
Simon Pasquiera7a449d2017-05-11 10:03:41 +020039 # Docker/Elasticsearch
40 cluster_node01_hostname: ${_param:stacklight_node01_hostname}
41 cluster_node01_address: ${_param:stacklight_node01_address}
42 cluster_node02_hostname: ${_param:stacklight_node02_hostname}
43 cluster_node02_address: ${_param:stacklight_node02_address}
44 cluster_node03_hostname: ${_param:stacklight_node03_hostname}
45 cluster_node03_address: ${_param:stacklight_node03_address}