blob: 2f073e8b13f9fb8d10407a013bb7ff022050ea1a [file] [log] [blame]
ibumarskov95a8e2c2018-04-25 15:24:36 +04001classes:
2- system.docker.host
3- system.linux.system.repo.influxdb
4- system.linux.system.repo.mcp.salt
5- system.linux.system.repo.mcp.apt_mirantis.elastic
6- system.linux.system.repo.mcp.apt_mirantis.kibana
7- system.linux.system.repo.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.prometheus
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
28- system.docker.swarm.stack.monitoring.prometheus_global
29- system.docker.swarm.stack.monitoring.remote_collector
30- system.docker.swarm.stack.dashboard
31- cluster.virtual-mcp-mitaka-ovs-trusty
32parameters:
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'
ibumarskov100f95e2018-05-21 09:46:33 +040038 keepalived_prometheus_vip_interface: eth1
ibumarskov95a8e2c2018-04-25 15:24:36 +040039 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}
Ildar Svetlove14997a2018-06-09 13:31:48 +040049 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:${_param:apt_mk_version}
50 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:${_param:apt_mk_version}
51 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:${_param:apt_mk_version}
52 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:${_param:apt_mk_version}
53 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:${_param:apt_mk_version}
54 docker_image_remote_collector: docker-prod-virtual.docker.mirantis.net/openstack-docker/heka:${_param:apt_mk_version}
55 docker_image_prometheus_relay: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus_relay:${_param:apt_mk_version}
56 docker_image_grafana: docker-prod-virtual.docker.mirantis.net/mirantis/external/grafana:${_param:apt_mk_version}
ibumarskov95a8e2c2018-04-25 15:24:36 +040057 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: prometheus
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:
ibumarskov100f95e2018-05-21 09:46:33 +040068 eth1:
ibumarskov95a8e2c2018-04-25 15:24:36 +040069 enabled: true
70 type: eth
71 proto: static
72 address: ${_param:single_address}
73 netmask: 255.255.255.0