blob: e11bc04841fbafbbb52405a8f0060a524288c8e9 [file] [log] [blame]
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +02001classes:
2- system.docker.host
3- 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
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
27- system.docker.swarm.stack.monitoring
28- 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}
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}
48 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: grafana/grafana:4.5.2
56 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