blob: 678645cb4e05d57ba6762888a4b04d13d8f025a9 [file] [log] [blame]
vitalygusev4e9e0732018-03-19 15:38:12 +04001classes:
2- system.docker.host
3- system.linux.system.repo.mcp.apt_mirantis.influxdb
4- system.linux.system.repo.mcp.extra
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
vitalygusev4e9e0732018-03-19 15:38:12 +04007- system.linux.system.repo.mcp.apt_mirantis.docker
8- system.linux.system.repo.docker
9- system.heka.remote_collector.container
10- system.heka.remote_collector.input.amqp
11- system.heka.remote_collector.output.elasticsearch
12- system.heka.remote_collector.output.telegraf
13- system.elasticsearch.server.cluster
14- system.elasticsearch.server.curator
15- system.kibana.server.single
16- system.haproxy.proxy.listen.stacklight.elasticsearch
17- system.haproxy.proxy.listen.stacklight.kibana
18- system.haproxy.proxy.listen.stacklight.influxdb_relay
19- service.haproxy.proxy.single
20- system.influxdb.relay.cluster
21- system.influxdb.server.single
22- system.influxdb.database.stacklight
23- system.influxdb.database.ceilometer
24- system.keepalived.cluster.instance.prometheus_server_vip
25- system.telegraf.agent.remote
Dmitry Kalashnik2f1b83a2018-05-29 16:58:29 +040026- system.mongodb.server.cluster
27- system.prometheus.alerta
28- system.prometheus.alertmanager.notification.alerta
29- system.prometheus.server.alert.alerta_relabel
vitalygusev4e9e0732018-03-19 15:38:12 +040030- system.prometheus.server.remote_write.docker
31- system.prometheus.server.alertmanager.dns
32- system.prometheus.server.target.dns
33- system.docker.swarm.stack.monitoring.prometheus_global
34- system.docker.swarm.stack.monitoring.remote_collector
Dmitry Kalashnik2f1b83a2018-05-29 16:58:29 +040035- system.docker.swarm.stack.monitoring.alerta
vitalygusev4e9e0732018-03-19 15:38:12 +040036- system.docker.swarm.stack.dashboard
37- cluster.sl-pike-dvr
38parameters:
39 _param:
40 heka_amqp_host: ${_param:openstack_control_address}
41 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
Mateusz Matuszkowiakd1df6d12018-06-26 16:20:18 +020042 elasticsearch_version: 5
43 kibana_version: 5
vitalygusev4e9e0732018-03-19 15:38:12 +040044 keepalived_prometheus_vip_address: ${_param:stacklight_monitor_address}
45 keepalived_prometheus_vip_password: 'password'
46 keepalived_prometheus_vip_interface: ens4
47 cluster_vip_address: ${_param:stacklight_monitor_address}
48 cluster_local_address: ${_param:single_address}
49 cluster_elasticsearch_port: 9200
50 cluster_kibana_port: 5601
51 cluster_node01_hostname: mon01
52 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
53 cluster_node02_hostname: mon02
54 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
55 cluster_node03_hostname: mon03
56 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Ildar Svetlove14997a2018-06-09 13:31:48 +040057 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:${_param:apt_mk_version}
58 docker_image_alerta: docker-prod-virtual.docker.mirantis.net/mirantis/external/alerta-web:${_param:apt_mk_version}
59 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:${_param:apt_mk_version}
60 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:${_param:apt_mk_version}
61 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:${_param:apt_mk_version}
62 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:${_param:apt_mk_version}
63 docker_image_remote_collector: docker-prod-virtual.docker.mirantis.net/openstack-docker/heka:${_param:apt_mk_version}
64 docker_image_prometheus_relay: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus_relay:${_param:apt_mk_version}
65 docker_image_grafana: docker-prod-virtual.docker.mirantis.net/mirantis/external/grafana:${_param:apt_mk_version}
vitalygusev4e9e0732018-03-19 15:38:12 +040066 influxdb_port: 8086
67 influxdb_admin_password: password
68 influxdb_stacklight_password: lmapass
69 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
70 prometheus_influxdb_db: lma
71 prometheus_influxdb_username: lma
72 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
73 remote_collector_telegraf_host: monitoring_remote_agent
74 linux:
75 network:
76 interface:
77 ens4:
78 enabled: true
79 type: eth
80 proto: static
81 address: ${_param:single_address}
82 netmask: 255.255.255.0