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