blob: d3be389a3ea7d2400f07b00134d3b30d7e9d52fc [file] [log] [blame]
Simon Pasquieref3efb52017-05-04 12:47:11 +02001classes:
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +02002- system.linux.system.repo.influxdb
Simon Pasquieref3efb52017-05-04 12:47:11 +02003- system.linux.system.repo.tcp_elastic
Simon Pasquiera7a449d2017-05-11 10:03:41 +02004- system.docker.host
Simon Pasquieref3efb52017-05-04 12:47:11 +02005- system.elasticsearch.server.cluster
6- system.elasticsearch.server.curator
7- system.kibana.server.single
8- system.haproxy.proxy.listen.stacklight.elasticsearch
9- system.haproxy.proxy.listen.stacklight.kibana
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020010- system.haproxy.proxy.listen.stacklight.influxdb
Simon Pasquieref3efb52017-05-04 12:47:11 +020011- service.haproxy.proxy.single
12- system.glusterfs.client.cluster
13- system.glusterfs.client.volume.prometheus
14- system.glusterfs.server.cluster
15- system.glusterfs.server.volume.prometheus
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020016- system.influxdb.server.single
17- system.influxdb.database.stacklight
Simon Pasquieref3efb52017-05-04 12:47:11 +020018- system.salt.minion.cert.prometheus_server
19- system.keepalived.cluster.instance.prometheus_server_vip
Bartosz Kupidurab53993a2017-06-06 14:56:59 +020020- system.telegraf.agent.remote
Bartosz Kupiduraa4162762017-05-25 11:30:08 +020021- system.prometheus.server.alertmanager.dns
Simon Pasquieref3efb52017-05-04 12:47:11 +020022- system.prometheus.server.target.etcd
23- system.prometheus.server.target.kubernetes
24- system.prometheus.server.target.dns
25- system.docker.swarm.stack.monitoring
Simon Pasquierf7614022017-05-18 11:53:24 +020026- system.docker.swarm.stack.dashboard
Simon Pasquiera7a449d2017-05-11 10:03:41 +020027- cluster.virtual-mcp11-k8s-contrail.infra
Simon Pasquieref3efb52017-05-04 12:47:11 +020028parameters:
29 _param:
Matthew Mosesohnefddd532017-05-24 17:04:16 +030030 cluster_public_host: mon
Simon Pasquier383e8c52017-05-18 11:00:27 +020031 cluster_vip_address: ${_param:stacklight_monitor_address}
Bartosz Kupidurab53993a2017-06-06 14:56:59 +020032 docker_image_alertmanager: mirantis/alertmanager:latest
33 docker_image_pushgateway: mirantis/pushgateway:latest
34 docker_image_prometheus: mirantis/prometheus:latest
35 docker_image_remote_agent: mirantis/telegraf:latest
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020036 docker_image_remote_storage_adapter: mirantis/remote_storage_adapter:latest
Simon Pasquieref3efb52017-05-04 12:47:11 +020037 docker_image_grafana: grafana/grafana:latest
38 grafana_admin_password: admin
39 keepalived_prometheus_vip_address: ${_param:cluster_vip_address}
40 keepalived_prometheus_vip_password: password
41 keepalived_prometheus_vip_interface: ens4
42 # Kibana
43 kibana_elasticsearch_host: ${_param:cluster_vip_address}
Simon Pasquiera7a449d2017-05-11 10:03:41 +020044 # Docker/Elasticsearch
45 cluster_node01_hostname: ${_param:stacklight_node01_hostname}
46 cluster_node01_address: ${_param:stacklight_node01_address}
47 cluster_node02_hostname: ${_param:stacklight_node02_hostname}
48 cluster_node02_address: ${_param:stacklight_node02_address}
49 cluster_node03_hostname: ${_param:stacklight_node03_hostname}
50 cluster_node03_address: ${_param:stacklight_node03_address}
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020051 influxdb_port: 8086
52 influxdb_admin_password: password
53 influxdb_stacklight_password: lmapass
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020054 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
55 prometheus_influxdb_db: lma
56 prometheus_influxdb_username: lma
57 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}