blob: 6e5af3a1500e066d63731c8f70247e8ddd0c9fed [file] [log] [blame]
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +02001classes:
2- system.docker.host
3- system.linux.system.repo.mcp.apt_mirantis.influxdb
Mateusz Matuszkowiakd1df6d12018-06-26 16:20:18 +02004- system.linux.system.repo.mcp.apt_mirantis.elastic.5x
5- system.linux.system.repo.mcp.apt_mirantis.kibana.5x
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +02006- system.linux.system.repo.mcp.apt_mirantis.docker
7- system.heka.remote_collector.container
8- system.heka.remote_collector.input.amqp
9- system.heka.remote_collector.output.elasticsearch
10- system.heka.remote_collector.output.telegraf
11- system.elasticsearch.server.cluster
12- system.elasticsearch.server.curator
13- system.kibana.server.single
14- system.haproxy.proxy.listen.stacklight.elasticsearch
15- system.haproxy.proxy.listen.stacklight.kibana
16- system.haproxy.proxy.listen.stacklight.influxdb_relay
17- service.haproxy.proxy.single
18- system.influxdb.relay.cluster
19- system.influxdb.server.single
20- system.influxdb.database.stacklight
21- system.influxdb.database.ceilometer
22- system.keepalived.cluster.instance.prometheus_server_vip
23- system.telegraf.agent.remote
24- system.prometheus.server.remote_write.docker
25- system.prometheus.server.alertmanager.dns
26- system.prometheus.server.target.dns
Mateusz Matuszkowiak6b97dc82018-02-19 12:07:52 +010027- system.docker.swarm.stack.monitoring.prometheus_global
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020028- system.docker.swarm.stack.monitoring.remote_collector
29- system.docker.swarm.stack.dashboard
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020030- cluster.virtual-mcp-pike-dvr-ceph-rgw
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020031parameters:
32 _param:
33 heka_amqp_host: ${_param:openstack_control_address}
34 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
Mateusz Matuszkowiakd1df6d12018-06-26 16:20:18 +020035 elasticsearch_version: 5
36 kibana_version: 5
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020037 keepalived_prometheus_vip_address: ${_param:stacklight_monitor_address}
38 keepalived_prometheus_vip_password: 'password'
39 keepalived_prometheus_vip_interface: ens4
40 cluster_vip_address: ${_param:stacklight_monitor_address}
41 cluster_local_address: ${_param:single_address}
42 cluster_elasticsearch_port: 9200
43 cluster_kibana_port: 5601
44 cluster_node01_hostname: mon01
45 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
46 cluster_node02_hostname: mon02
47 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
48 cluster_node03_hostname: mon03
49 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
50 docker_image_alertmanager: docker-prod-local.artifactory.mirantis.com/openstack-docker/alertmanager:${_param:apt_mk_version}
51 docker_image_pushgateway: docker-prod-local.artifactory.mirantis.com/openstack-docker/pushgateway:${_param:apt_mk_version}
52 docker_image_prometheus: docker-prod-local.artifactory.mirantis.com/openstack-docker/prometheus:${_param:apt_mk_version}
53 docker_image_remote_agent: docker-prod-local.artifactory.mirantis.com/openstack-docker/telegraf:${_param:apt_mk_version}
54 docker_image_remote_storage_adapter: docker-prod-local.artifactory.mirantis.com/openstack-docker/remote_storage_adapter:${_param:apt_mk_version}
55 docker_image_remote_collector: docker-prod-local.artifactory.mirantis.com/openstack-docker/heka:${_param:apt_mk_version}
56 docker_image_prometheus_relay: docker-prod-local.artifactory.mirantis.com/openstack-docker/prometheus_relay:${_param:apt_mk_version}
Ildar Svetlove14997a2018-06-09 13:31:48 +040057 docker_image_grafana: docker-prod-local.artifactory.mirantis.com/mirantis/external/grafana:${_param:apt_mk_version}
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020058 influxdb_port: 8086
59 influxdb_admin_password: password
60 influxdb_stacklight_password: lmapass
61 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
62 prometheus_influxdb_db: lma
63 prometheus_influxdb_username: lma
64 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
65 remote_collector_telegraf_host: monitoring_remote_agent
66 linux:
67 network:
68 interface:
69 ens4:
70 enabled: true
71 type: eth
72 proto: static
73 address: ${_param:single_address}
74 netmask: 255.255.255.0