blob: 570c6904030015654a5c319c1245c2bee0650289 [file] [log] [blame]
ibumarskovf240d1f2018-02-01 16:38:05 +04001classes:
2- system.docker.host
3- 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
ibumarskovf240d1f2018-02-01 16:38:05 +04007- system.linux.system.repo.docker
8- system.elasticsearch.server.cluster
9- system.elasticsearch.server.curator
10- system.kibana.server.single
11- system.haproxy.proxy.listen.stacklight.elasticsearch
12- system.haproxy.proxy.listen.stacklight.kibana
13- system.haproxy.proxy.listen.stacklight.influxdb_relay
14- service.haproxy.proxy.single
15- system.influxdb.relay.cluster
16- system.influxdb.server.single
17- system.influxdb.database.prometheus
18- system.influxdb.database.ceilometer
19- system.keepalived.cluster.instance.prometheus_server_vip
20- system.telegraf.agent.remote
21- system.prometheus.server.remote_write.docker
22- system.prometheus.server.alertmanager.dns
23- system.prometheus.server.target.dns
Mateusz Matuszkowiak6b97dc82018-02-19 12:07:52 +010024- system.docker.swarm.stack.monitoring.prometheus_global
ibumarskovf240d1f2018-02-01 16:38:05 +040025- system.docker.swarm.stack.dashboard
26- cluster.virtual-mcp-mitaka-dvr
27parameters:
28 _param:
29 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
Mateusz Matuszkowiakd1df6d12018-06-26 16:20:18 +020030 elasticsearch_version: 5
31 kibana_version: 5
ibumarskovf240d1f2018-02-01 16:38:05 +040032 keepalived_prometheus_vip_address: ${_param:stacklight_monitor_address}
33 keepalived_prometheus_vip_password: 'password'
34 keepalived_prometheus_vip_interface: ens4
35 cluster_vip_address: ${_param:stacklight_monitor_address}
36 cluster_local_address: ${_param:single_address}
37 cluster_elasticsearch_port: 9200
38 cluster_kibana_port: 5601
39 cluster_node01_hostname: mon01
40 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
41 cluster_node02_hostname: mon02
42 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
43 cluster_node03_hostname: mon03
44 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Ildar Svetlove14997a2018-06-09 13:31:48 +040045 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:${_param:apt_mk_version}
46 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:${_param:apt_mk_version}
47 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:${_param:apt_mk_version}
48 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:${_param:apt_mk_version}
49 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:${_param:apt_mk_version}
50 docker_image_remote_collector: docker-prod-virtual.docker.mirantis.net/openstack-docker/heka:${_param:apt_mk_version}
51 docker_image_prometheus_relay: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus_relay:${_param:apt_mk_version}
52 docker_image_grafana: docker-prod-virtual.docker.mirantis.net/mirantis/external/grafana:${_param:apt_mk_version}
ibumarskovf240d1f2018-02-01 16:38:05 +040053 influxdb_port: 8086
54 influxdb_admin_password: password
55 influxdb_stacklight_password: lmapass
56 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
57 prometheus_influxdb_db: prometheus
58 prometheus_influxdb_username: lma
59 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
60 remote_collector_telegraf_host: monitoring_remote_agent
61 linux:
62 network:
63 interface:
64 ens4:
65 enabled: true
66 type: eth
67 proto: static
68 address: ${_param:single_address}
69 netmask: 255.255.255.0