blob: 3ffa9176711babc04ed842fe69c86cb2ab967f2a [file] [log] [blame]
Tatyana Leontovichf5c83932018-01-31 11:55:19 +02001classes:
2- system.docker.host
azvyagintsev03e26b12018-10-22 16:34:31 +03003- system.linux.system.repo.mcp.apt_mirantis.extra
4- system.linux.system.repo.mcp.apt_mirantis.docker
5- system.linux.system.repo.mcp.apt_mirantis.elastic
6- system.linux.system.repo.mcp.apt_mirantis.kibana
7- system.linux.system.repo.mcp.apt_mirantis.influxdb
8- system.linux.system.repo.mcp.apt_mirantis.fluentd
Tatyana Leontovichf5c83932018-01-31 11:55:19 +02009- 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
26- system.prometheus.server.remote_write.docker
27- system.prometheus.server.alertmanager.dns
28- system.prometheus.server.target.dns
Mateusz Matuszkowiak6b97dc82018-02-19 12:07:52 +010029- system.docker.swarm.stack.monitoring.prometheus_global
Tatyana Leontovichf5c83932018-01-31 11:55:19 +020030- system.docker.swarm.stack.monitoring.remote_collector
31- system.docker.swarm.stack.dashboard
32- cluster.virtual-offline-pike-ovs
33parameters:
34 _param:
35 heka_amqp_host: ${_param:openstack_control_address}
36 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
Mateusz Matuszkowiakd1df6d12018-06-26 16:20:18 +020037 elasticsearch_version: 5
38 kibana_version: 5
Tatyana Leontovichf5c83932018-01-31 11:55:19 +020039 keepalived_prometheus_vip_address: ${_param:stacklight_monitor_address}
40 keepalived_prometheus_vip_password: 'password'
41 keepalived_prometheus_vip_interface: ens4
42 cluster_vip_address: ${_param:stacklight_monitor_address}
43 cluster_local_address: ${_param:single_address}
44 cluster_elasticsearch_port: 9200
45 cluster_kibana_port: 5601
46 cluster_node01_hostname: mon01
47 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
48 cluster_node02_hostname: mon02
49 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
50 cluster_node03_hostname: mon03
51 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
52 docker_image_alertmanager: apt:5000/alertmanager:${_param:apt_mk_version}
53 docker_image_pushgateway: apt:5000/pushgateway:${_param:apt_mk_version}
54 docker_image_prometheus: apt:5000/prometheus:${_param:apt_mk_version}
55 docker_image_remote_agent: apt:5000/telegraf:${_param:apt_mk_version}
56 docker_image_remote_storage_adapter: apt:5000/remote_storage_adapter:${_param:apt_mk_version}
57 docker_image_remote_collector: apt:5000/heka:${_param:apt_mk_version}
58 docker_image_prometheus_relay: apt:5000/prometheus_relay:${_param:apt_mk_version}
59 docker_image_grafana: apt:5000/grafana:${_param:apt_mk_version}
60 influxdb_port: 8086
61 influxdb_admin_password: password
62 influxdb_stacklight_password: lmapass
63 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
64 prometheus_influxdb_db: lma
65 prometheus_influxdb_username: lma
66 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
67 remote_collector_telegraf_host: monitoring_remote_agent
68 linux:
69 network:
70 interface:
71 ens4:
72 enabled: true
73 type: eth
74 proto: static
75 address: ${_param:single_address}
76 netmask: 255.255.255.0