blob: 5a4688cc593f0b2609af4204bacaaea35e9fb6d5 [file] [log] [blame]
ibumarskovf240d1f2018-02-01 16:38:05 +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.elasticsearch.server.cluster
9- system.elasticsearch.server.curator
10- system.kibana.server.single
11- system.haproxy.proxy.listen.stacklight.elasticsearch
12- system.haproxy.proxy.listen.stacklight.kibana
13- system.haproxy.proxy.listen.stacklight.influxdb_relay
14- service.haproxy.proxy.single
15- system.influxdb.relay.cluster
16- system.influxdb.server.single
17- system.influxdb.database.prometheus
18- system.influxdb.database.ceilometer
19- system.keepalived.cluster.instance.prometheus_server_vip
20- system.telegraf.agent.remote
21- system.prometheus.server.remote_write.docker
22- system.prometheus.server.alertmanager.dns
23- system.prometheus.server.target.dns
Mateusz Matuszkowiak6b97dc82018-02-19 12:07:52 +010024- system.docker.swarm.stack.monitoring.prometheus_global
ibumarskovf240d1f2018-02-01 16:38:05 +040025- system.docker.swarm.stack.dashboard
26- cluster.virtual-mcp-mitaka-dvr
27parameters:
28 _param:
29 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
30 keepalived_prometheus_vip_address: ${_param:stacklight_monitor_address}
31 keepalived_prometheus_vip_password: 'password'
32 keepalived_prometheus_vip_interface: ens4
33 cluster_vip_address: ${_param:stacklight_monitor_address}
34 cluster_local_address: ${_param:single_address}
35 cluster_elasticsearch_port: 9200
36 cluster_kibana_port: 5601
37 cluster_node01_hostname: mon01
38 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
39 cluster_node02_hostname: mon02
40 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
41 cluster_node03_hostname: mon03
42 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
43 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
44 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
45 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
46 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
47 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
48 docker_image_remote_collector: docker-prod-virtual.docker.mirantis.net/openstack-docker/heka:latest
49 docker_image_prometheus_relay: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus_relay:latest
Ildar Svetlovf2ddb582018-03-20 18:56:25 +040050 docker_image_grafana: grafana/grafana:5.0.3
ibumarskovf240d1f2018-02-01 16:38:05 +040051 influxdb_port: 8086
52 influxdb_admin_password: password
53 influxdb_stacklight_password: lmapass
54 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
55 prometheus_influxdb_db: prometheus
56 prometheus_influxdb_username: lma
57 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
58 remote_collector_telegraf_host: monitoring_remote_agent
59 linux:
60 network:
61 interface:
62 ens4:
63 enabled: true
64 type: eth
65 proto: static
66 address: ${_param:single_address}
67 netmask: 255.255.255.0