blob: 8eaf978cfeb3911ccaaad1569985e491a18ef7ac [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001classes:
2- system.docker.host
Ales Komarekc12dd412017-06-27 16:24:42 +02003- system.linux.system.repo.influxdb
4- system.linux.system.repo.mcp.salt
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +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
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +04008- system.heka.remote_collector.container
9- system.heka.remote_collector.input.amqp
10- system.heka.remote_collector.output.elasticsearch
11- system.heka.remote_collector.output.telegraf
Ales Komarekc12dd412017-06-27 16:24:42 +020012- system.elasticsearch.server.cluster
13- system.elasticsearch.server.curator
14- system.kibana.server.single
15- system.haproxy.proxy.listen.stacklight.elasticsearch
16- system.haproxy.proxy.listen.stacklight.kibana
Simon Pasquier91b07092017-08-31 15:04:06 +020017- system.haproxy.proxy.listen.stacklight.influxdb_relay
Ales Komarekc12dd412017-06-27 16:24:42 +020018- service.haproxy.proxy.single
Simon Pasquier91b07092017-08-31 15:04:06 +020019- system.influxdb.relay.cluster
Ales Komarekc12dd412017-06-27 16:24:42 +020020- system.influxdb.server.single
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020021- system.influxdb.database.prometheus
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +040022- system.influxdb.database.ceilometer
Ales Komarekc12dd412017-06-27 16:24:42 +020023- system.keepalived.cluster.instance.prometheus_server_vip
24- system.telegraf.agent.remote
25- system.prometheus.server.remote_write.docker
26- system.prometheus.server.alertmanager.dns
27- system.prometheus.server.target.dns
Mateusz Matuszkowiak6b97dc82018-02-19 12:07:52 +010028- system.docker.swarm.stack.monitoring.prometheus_global
Martin Polreich1ee2e092017-08-10 16:06:57 +020029- system.docker.swarm.stack.monitoring.remote_collector
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +040030- system.docker.swarm.stack.dashboard
Petr Michalecf05e3ea2017-08-21 17:33:16 +020031- cluster.sl-os-contrail
Ales Komarekc12dd412017-06-27 16:24:42 +020032parameters:
33 _param:
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +040034 heka_amqp_host: ${_param:openstack_control_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020035 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
36 keepalived_prometheus_vip_address: ${_param:stacklight_monitor_address}
37 keepalived_prometheus_vip_password: 'password'
38 keepalived_prometheus_vip_interface: ens4
39 cluster_vip_address: ${_param:stacklight_monitor_address}
Simon Pasquier91b07092017-08-31 15:04:06 +020040 cluster_local_address: ${_param:single_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020041 cluster_elasticsearch_port: 9200
42 cluster_kibana_port: 5601
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +040043 cluster_node01_hostname: mon01
Adam Tenglerb4bf0aa2017-08-01 12:42:34 +000044 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +040045 cluster_node02_hostname: mon02
Adam Tenglerb4bf0aa2017-08-01 12:42:34 +000046 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +040047 cluster_node03_hostname: mon03
Adam Tenglerb4bf0aa2017-08-01 12:42:34 +000048 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Simon Pasquier4a802be2017-06-29 12:54:50 +020049 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
50 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
51 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
52 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
53 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +040054 docker_image_remote_collector: docker-prod-virtual.docker.mirantis.net/openstack-docker/heka:latest
Bartosz Kupidurac28134f2017-09-04 11:36:17 +020055 docker_image_prometheus_relay: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus_relay:latest
Simon Pasquier5d50d9d2017-10-06 12:45:51 +020056 docker_image_grafana: grafana/grafana:4.5.2
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +040057 influxdb_port: 8086
58 influxdb_admin_password: password
59 influxdb_stacklight_password: lmapass
Ales Komarekc12dd412017-06-27 16:24:42 +020060 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020061 prometheus_influxdb_db: prometheus
Ales Komarekc12dd412017-06-27 16:24:42 +020062 prometheus_influxdb_username: lma
63 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
Martin Polreich1ee2e092017-08-10 16:06:57 +020064 remote_collector_telegraf_host: monitoring_remote_agent
Ales Komarekc12dd412017-06-27 16:24:42 +020065 linux:
66 network:
67 interface:
68 ens4:
69 enabled: true
70 type: eth
71 proto: static
72 address: ${_param:single_address}
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020073 netmask: 255.255.255.0