blob: 4ecc914e0b3e5e786f44a0f6522f1df11537b38e [file] [log] [blame]
Tatyana Leontovichf5c83932018-01-31 11:55:19 +02001classes:
2- system.docker.host
3- system.linux.system.repo_local.mcp.apt_mirantis.influxdb
4- system.linux.system.repo_local.mcp.extra
Mateusz Matuszkowiakd1df6d12018-06-26 16:20:18 +02005- system.linux.system.repo_local.mcp.apt_mirantis.elastic.5x
6- system.linux.system.repo_local.mcp.apt_mirantis.kibana.5x
Tatyana Leontovichf5c83932018-01-31 11:55:19 +02007- system.linux.system.repo_local.mcp.apt_mirantis.docker
8- 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
12- 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
17- system.haproxy.proxy.listen.stacklight.influxdb_relay
18- service.haproxy.proxy.single
19- system.influxdb.relay.cluster
20- system.influxdb.server.single
21- system.influxdb.database.stacklight
22- system.influxdb.database.ceilometer
23- 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
Tatyana Leontovichf5c83932018-01-31 11:55:19 +020029- system.docker.swarm.stack.monitoring.remote_collector
30- system.docker.swarm.stack.dashboard
31- cluster.virtual-offline-pike-ovs
32parameters:
33 _param:
34 heka_amqp_host: ${_param:openstack_control_address}
35 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
Mateusz Matuszkowiakd1df6d12018-06-26 16:20:18 +020036 elasticsearch_version: 5
37 kibana_version: 5
Tatyana Leontovichf5c83932018-01-31 11:55:19 +020038 keepalived_prometheus_vip_address: ${_param:stacklight_monitor_address}
39 keepalived_prometheus_vip_password: 'password'
40 keepalived_prometheus_vip_interface: ens4
41 cluster_vip_address: ${_param:stacklight_monitor_address}
42 cluster_local_address: ${_param:single_address}
43 cluster_elasticsearch_port: 9200
44 cluster_kibana_port: 5601
45 cluster_node01_hostname: mon01
46 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
47 cluster_node02_hostname: mon02
48 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
49 cluster_node03_hostname: mon03
50 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
51 docker_image_alertmanager: apt:5000/alertmanager:${_param:apt_mk_version}
52 docker_image_pushgateway: apt:5000/pushgateway:${_param:apt_mk_version}
53 docker_image_prometheus: apt:5000/prometheus:${_param:apt_mk_version}
54 docker_image_remote_agent: apt:5000/telegraf:${_param:apt_mk_version}
55 docker_image_remote_storage_adapter: apt:5000/remote_storage_adapter:${_param:apt_mk_version}
56 docker_image_remote_collector: apt:5000/heka:${_param:apt_mk_version}
57 docker_image_prometheus_relay: apt:5000/prometheus_relay:${_param:apt_mk_version}
58 docker_image_grafana: apt:5000/grafana:${_param:apt_mk_version}
59 influxdb_port: 8086
60 influxdb_admin_password: password
61 influxdb_stacklight_password: lmapass
62 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
63 prometheus_influxdb_db: lma
64 prometheus_influxdb_username: lma
65 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
66 remote_collector_telegraf_host: monitoring_remote_agent
67 linux:
68 network:
69 interface:
70 ens4:
71 enabled: true
72 type: eth
73 proto: static
74 address: ${_param:single_address}
75 netmask: 255.255.255.0