blob: b469f846110d30a6a330e1d714fbf17be84c6a12 [file] [log] [blame]
Marek Celoudbc643142017-04-07 15:02:38 +02001classes:
Simon Pasquier41725422017-05-11 09:43:41 +02002- system.docker.host
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +02003- system.linux.system.repo.influxdb
Simon Pasquier41725422017-05-11 09:43:41 +02004- system.linux.system.repo.mcp.salt
vgusev3fe6a862018-01-09 13:16:03 +04005- system.linux.system.repo.mcp.apt_mirantis.elastic
6- system.linux.system.repo.mcp.apt_mirantis.kibana
Richard Felkl04250022017-10-20 13:55:43 +02007- system.linux.system.repo.docker
Marek Celoudbc643142017-04-07 15:02:38 +02008- system.elasticsearch.server.cluster
9- system.elasticsearch.server.curator
10- system.kibana.server.single
Marek Celoudbc643142017-04-07 15:02:38 +020011- system.haproxy.proxy.listen.stacklight.elasticsearch
12- system.haproxy.proxy.listen.stacklight.kibana
Simon Pasquier91b07092017-08-31 15:04:06 +020013- system.haproxy.proxy.listen.stacklight.influxdb_relay
Marek Celoudbc643142017-04-07 15:02:38 +020014- service.haproxy.proxy.single
Simon Pasquier91b07092017-08-31 15:04:06 +020015- system.influxdb.relay.cluster
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020016- system.influxdb.server.single
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020017- system.influxdb.database.prometheus
Ildar Svetlov54ec4562017-07-03 15:25:10 +040018- system.influxdb.database.ceilometer
Simon Pasquier41725422017-05-11 09:43:41 +020019- system.keepalived.cluster.instance.prometheus_server_vip
Bartosz Kupidurab53993a2017-06-06 14:56:59 +020020- system.telegraf.agent.remote
Bartosz Kupiduraaddf22f2017-06-12 13:29:04 +020021- system.prometheus.server.remote_write.docker
Bartosz Kupiduraa4162762017-05-25 11:30:08 +020022- system.prometheus.server.alertmanager.dns
Simon Pasquier41725422017-05-11 09:43:41 +020023- system.prometheus.server.target.dns
24- system.docker.swarm.stack.monitoring
Simon Pasquierf7614022017-05-18 11:53:24 +020025- system.docker.swarm.stack.dashboard
Simon Pasquier41725422017-05-11 09:43:41 +020026- cluster.virtual-mcp11-dvr
Marek Celoudbc643142017-04-07 15:02:38 +020027parameters:
28 _param:
Marek Celoudbc643142017-04-07 15:02:38 +020029 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
Simon Pasquier41725422017-05-11 09:43:41 +020030 keepalived_prometheus_vip_address: ${_param:stacklight_monitor_address}
31 keepalived_prometheus_vip_password: 'password'
32 keepalived_prometheus_vip_interface: ens4
Marek Celoudbc643142017-04-07 15:02:38 +020033 cluster_vip_address: ${_param:stacklight_monitor_address}
Simon Pasquier91b07092017-08-31 15:04:06 +020034 cluster_local_address: ${_param:single_address}
Marek Celoudbc643142017-04-07 15:02:38 +020035 cluster_elasticsearch_port: 9200
36 cluster_kibana_port: 5601
Simon Pasquier41725422017-05-11 09:43:41 +020037 cluster_node01_hostname: mon01
Marek Celoudbc643142017-04-07 15:02:38 +020038 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
Simon Pasquier41725422017-05-11 09:43:41 +020039 cluster_node02_hostname: mon02
Marek Celoudbc643142017-04-07 15:02:38 +020040 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
Simon Pasquier41725422017-05-11 09:43:41 +020041 cluster_node03_hostname: mon03
Marek Celoudbc643142017-04-07 15:02:38 +020042 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Simon Pasquier4a802be2017-06-29 12:54:50 +020043 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
44 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
45 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
46 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
47 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
Bartosz Kupidurac28134f2017-09-04 11:36:17 +020048 docker_image_prometheus_relay: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus_relay:latest
Simon Pasquier5d50d9d2017-10-06 12:45:51 +020049 docker_image_grafana: grafana/grafana:4.5.2
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020050 influxdb_port: 8086
51 influxdb_admin_password: password
52 influxdb_stacklight_password: lmapass
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020053 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020054 prometheus_influxdb_db: prometheus
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020055 prometheus_influxdb_username: lma
56 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
Marek Celoudbc643142017-04-07 15:02:38 +020057 linux:
58 network:
59 interface:
60 ens4:
61 enabled: true
62 type: eth
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020063 proto: static
64 address: ${_param:single_address}
65 netmask: 255.255.255.0