blob: 96f565c414e16f2ca5285884d052ca3e25518120 [file] [log] [blame]
Vasyl Saienko91160482018-02-20 17:31:33 +02001classes:
2- system.docker.host
3- system.linux.system.repo.mcp.apt_mirantis.influxdb
4- system.linux.system.repo.mcp.extra
5- 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.linux.system.repo.docker
9- system.heka.remote_collector.container
10- system.heka.remote_collector.input.amqp
11- system.heka.remote_collector.output.elasticsearch
12- system.heka.remote_collector.output.telegraf
13- system.elasticsearch.server.cluster
14- system.elasticsearch.server.curator
15- system.kibana.server.single
16- system.haproxy.proxy.listen.stacklight.elasticsearch
17- system.haproxy.proxy.listen.stacklight.kibana
18- system.haproxy.proxy.listen.stacklight.influxdb_relay
19- service.haproxy.proxy.single
20- system.influxdb.relay.cluster
21- system.influxdb.server.single
22- system.influxdb.database.stacklight
23- system.influxdb.database.ceilometer
24- system.keepalived.cluster.instance.prometheus_server_vip
25- system.telegraf.agent.remote
26- system.prometheus.server.remote_write.docker
27- system.prometheus.server.alertmanager.dns
28- system.prometheus.server.target.dns
29- system.docker.swarm.stack.monitoring
30- system.docker.swarm.stack.monitoring.remote_collector
31- system.docker.swarm.stack.dashboard
32- cluster.virtual-mcp-pike-dvr-ssl
33parameters:
34 _param:
35 heka_amqp_host: ${_param:openstack_control_address}
36 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
37 keepalived_prometheus_vip_address: ${_param:stacklight_monitor_address}
38 keepalived_prometheus_vip_password: 'password'
39 keepalived_prometheus_vip_interface: ens4
40 cluster_vip_address: ${_param:stacklight_monitor_address}
41 cluster_local_address: ${_param:single_address}
42 cluster_elasticsearch_port: 9200
43 cluster_kibana_port: 5601
44 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
45 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
46 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
47 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
48 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
49 docker_image_remote_collector: docker-prod-virtual.docker.mirantis.net/openstack-docker/heka:latest
50 docker_image_prometheus_relay: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus_relay:latest
51 docker_image_grafana: grafana/grafana:4.5.2
52 influxdb_port: 8086
53 influxdb_admin_password: password
54 influxdb_stacklight_password: lmapass
55 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
56 prometheus_influxdb_db: lma
57 prometheus_influxdb_username: lma
58 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
59 remote_collector_telegraf_host: monitoring_remote_agent
60 linux:
61 network:
62 interface:
63 ens4:
64 enabled: true
65 type: eth
66 proto: static
67 address: ${_param:single_address}
68 netmask: 255.255.255.0