blob: 7b6b68425d2803a180334a87c10edecb83025275 [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
azvyagintsevbbcb5982018-07-08 09:27:36 +03004- system.linux.system.repo.mcp.apt_mirantis.saltstack
Mateusz Matuszkowiakd1df6d12018-06-26 16:20:18 +02005- system.linux.system.repo.mcp.apt_mirantis.elastic.5x
6- system.linux.system.repo.mcp.apt_mirantis.kibana.5x
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
Dmitry Kalashnik2f1b83a2018-05-29 16:58:29 +040025- system.mongodb.server.cluster
26- system.prometheus.alerta
27- system.prometheus.alertmanager.notification.alerta
28- system.prometheus.server.alert.alerta_relabel
Ales Komarekc12dd412017-06-27 16:24:42 +020029- system.prometheus.server.remote_write.docker
30- system.prometheus.server.alertmanager.dns
31- system.prometheus.server.target.dns
Mateusz Matuszkowiak6b97dc82018-02-19 12:07:52 +010032- system.docker.swarm.stack.monitoring.prometheus_global
Martin Polreich1ee2e092017-08-10 16:06:57 +020033- system.docker.swarm.stack.monitoring.remote_collector
Dmitry Kalashnik2f1b83a2018-05-29 16:58:29 +040034- system.docker.swarm.stack.monitoring.alerta
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +040035- system.docker.swarm.stack.dashboard
Petr Michalecf05e3ea2017-08-21 17:33:16 +020036- cluster.sl-os-contrail
Ales Komarekc12dd412017-06-27 16:24:42 +020037parameters:
38 _param:
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +040039 heka_amqp_host: ${_param:openstack_control_address}
Mateusz Matuszkowiakd1df6d12018-06-26 16:20:18 +020040 elasticsearch_version: 5
Ales Komarekc12dd412017-06-27 16:24:42 +020041 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
Mateusz Matuszkowiakd1df6d12018-06-26 16:20:18 +020042 kibana_version: 5
Ales Komarekc12dd412017-06-27 16:24:42 +020043 keepalived_prometheus_vip_address: ${_param:stacklight_monitor_address}
44 keepalived_prometheus_vip_password: 'password'
45 keepalived_prometheus_vip_interface: ens4
46 cluster_vip_address: ${_param:stacklight_monitor_address}
Simon Pasquier91b07092017-08-31 15:04:06 +020047 cluster_local_address: ${_param:single_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020048 cluster_elasticsearch_port: 9200
49 cluster_kibana_port: 5601
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +040050 cluster_node01_hostname: mon01
Adam Tenglerb4bf0aa2017-08-01 12:42:34 +000051 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +040052 cluster_node02_hostname: mon02
Adam Tenglerb4bf0aa2017-08-01 12:42:34 +000053 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +040054 cluster_node03_hostname: mon03
Adam Tenglerb4bf0aa2017-08-01 12:42:34 +000055 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Ildar Svetlove14997a2018-06-09 13:31:48 +040056 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:${_param:apt_mk_version}
57 docker_image_alerta: docker-prod-virtual.docker.mirantis.net/mirantis/external/alerta-web:${_param:apt_mk_version}
58 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:${_param:apt_mk_version}
59 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:${_param:apt_mk_version}
60 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:${_param:apt_mk_version}
61 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:${_param:apt_mk_version}
62 docker_image_remote_collector: docker-prod-virtual.docker.mirantis.net/openstack-docker/heka:${_param:apt_mk_version}
63 docker_image_prometheus_relay: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus_relay:${_param:apt_mk_version}
64 docker_image_grafana: docker-prod-virtual.docker.mirantis.net/mirantis/external/grafana:${_param:apt_mk_version}
Dmitry Kalashnik35c932b2018-03-19 15:26:09 +040065 influxdb_port: 8086
66 influxdb_admin_password: password
67 influxdb_stacklight_password: lmapass
Ales Komarekc12dd412017-06-27 16:24:42 +020068 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020069 prometheus_influxdb_db: prometheus
Ales Komarekc12dd412017-06-27 16:24:42 +020070 prometheus_influxdb_username: lma
71 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
Martin Polreich1ee2e092017-08-10 16:06:57 +020072 remote_collector_telegraf_host: monitoring_remote_agent
Ales Komarekc12dd412017-06-27 16:24:42 +020073 linux:
74 network:
75 interface:
76 ens4:
77 enabled: true
78 type: eth
79 proto: static
80 address: ${_param:single_address}
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020081 netmask: 255.255.255.0