blob: 0c56d52cee6dba558659c1ba66c7f6552df62572 [file] [log] [blame]
Tatyana Leontovich444b3462017-11-13 13:33:33 +02001classes:
2- system.docker.host
Dennis Dmitriev73ec43f2017-12-22 19:35:57 +02003- system.linux.system.repo.mcp.apt_mirantis.influxdb
4- system.linux.system.repo.mcp.apt_mirantis.elastic
5- system.linux.system.repo.mcp.apt_mirantis.kibana
6- system.linux.system.repo.mcp.apt_mirantis.docker
Tatyana Leontovich444b3462017-11-13 13:33:33 +02007- 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 Leontovich444b3462017-11-13 13:33:33 +020028- system.docker.swarm.stack.monitoring.remote_collector
29- system.docker.swarm.stack.dashboard
30- cluster.virtual-mcp-ocata-ovs-ceph
31parameters:
32 _param:
33 heka_amqp_host: ${_param:openstack_control_address}
34 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
35 keepalived_prometheus_vip_address: ${_param:stacklight_monitor_address}
36 keepalived_prometheus_vip_password: 'password'
37 keepalived_prometheus_vip_interface: ens4
38 cluster_vip_address: ${_param:stacklight_monitor_address}
39 cluster_local_address: ${_param:single_address}
40 cluster_elasticsearch_port: 9200
41 cluster_kibana_port: 5601
42 cluster_node01_hostname: mon01
43 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
44 cluster_node02_hostname: mon02
45 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
46 cluster_node03_hostname: mon03
47 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Dennis Dmitriev73ec43f2017-12-22 19:35:57 +020048 docker_image_alertmanager: docker-prod-local.artifactory.mirantis.com/openstack-docker/alertmanager:${_param:apt_mk_version}
49 docker_image_pushgateway: docker-prod-local.artifactory.mirantis.com/openstack-docker/pushgateway:${_param:apt_mk_version}
50 docker_image_prometheus: docker-prod-local.artifactory.mirantis.com/openstack-docker/prometheus:${_param:apt_mk_version}
51 docker_image_remote_agent: docker-prod-local.artifactory.mirantis.com/openstack-docker/telegraf:${_param:apt_mk_version}
52 docker_image_remote_storage_adapter: docker-prod-local.artifactory.mirantis.com/openstack-docker/remote_storage_adapter:${_param:apt_mk_version}
53 docker_image_remote_collector: docker-prod-local.artifactory.mirantis.com/openstack-docker/heka:${_param:apt_mk_version}
54 docker_image_prometheus_relay: docker-prod-local.artifactory.mirantis.com/openstack-docker/prometheus_relay:${_param:apt_mk_version}
55 docker_image_grafana: docker-prod-local.artifactory.mirantis.com/mirantis/external/grafana:${_param:apt_mk_version}
Tatyana Leontovich444b3462017-11-13 13:33:33 +020056 influxdb_port: 8086
57 influxdb_admin_password: password
58 influxdb_stacklight_password: lmapass
59 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
60 prometheus_influxdb_db: lma
61 prometheus_influxdb_username: lma
62 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
63 remote_collector_telegraf_host: monitoring_remote_agent
64 linux:
65 network:
66 interface:
67 ens4:
68 enabled: true
69 type: eth
70 proto: static
71 address: ${_param:single_address}
72 netmask: 255.255.255.0