blob: 98cad9300c19293f29e78b406754bf83098deaab [file] [log] [blame]
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +03001classes:
Tatyana Leontovich81b32a92017-07-20 16:24:23 +03002- system.docker.host
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +03003- system.linux.system.repo.influxdb
Tatyana Leontovich81b32a92017-07-20 16:24:23 +03004- system.linux.system.repo.mcp.salt
Olivier Bourdon1a49f052017-09-07 09:31:34 +02005- system.linux.system.repo.elasticsearch
Tatyana Leontovich81b32a92017-07-20 16:24:23 +03006- system.heka.remote_collector.container
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +03007- system.heka.remote_collector.input.amqp
Tatyana Leontovich81b32a92017-07-20 16:24:23 +03008- system.heka.remote_collector.output.elasticsearch
9- system.heka.remote_collector.output.telegraf
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030010- system.elasticsearch.server.cluster
11- system.elasticsearch.server.curator
12- system.kibana.server.single
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030013- system.haproxy.proxy.listen.stacklight.elasticsearch
14- system.haproxy.proxy.listen.stacklight.kibana
Tatyana Leontovich65f78482017-09-06 19:20:57 +030015- system.haproxy.proxy.listen.stacklight.influxdb_relay
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030016- service.haproxy.proxy.single
Tatyana Leontovich65f78482017-09-06 19:20:57 +030017- system.influxdb.relay.cluster
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030018- system.influxdb.server.single
19- system.influxdb.database.stacklight
20- system.influxdb.database.ceilometer
21- system.keepalived.cluster.instance.prometheus_server_vip
22- system.telegraf.agent.remote
23- system.prometheus.server.remote_write.docker
24- system.prometheus.server.alertmanager.dns
25- system.prometheus.server.target.dns
26- system.docker.swarm.stack.monitoring
27- system.docker.swarm.stack.monitoring.remote_collector
28- system.docker.swarm.stack.dashboard
29- cluster.virtual-mcp-ocata-dvr
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030030parameters:
31 _param:
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030032 heka_amqp_host: ${_param:openstack_control_address}
33 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030034 keepalived_prometheus_vip_address: ${_param:stacklight_monitor_address}
35 keepalived_prometheus_vip_password: 'password'
36 keepalived_prometheus_vip_interface: ens4
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030037 cluster_vip_address: ${_param:stacklight_monitor_address}
Tatyana Leontovich65f78482017-09-06 19:20:57 +030038 cluster_local_address: ${_param:single_address}
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030039 cluster_elasticsearch_port: 9200
40 cluster_kibana_port: 5601
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030041 cluster_node01_hostname: mon01
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030042 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030043 cluster_node02_hostname: mon02
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030044 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030045 cluster_node03_hostname: mon03
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030046 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030047 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
48 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
49 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
50 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
51 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
52 docker_image_remote_collector: docker-prod-virtual.docker.mirantis.net/openstack-docker/heka:latest
53 docker_image_grafana: grafana/grafana:4.3.2
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030054 influxdb_port: 8086
55 influxdb_admin_password: password
56 influxdb_stacklight_password: lmapass
57 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
58 prometheus_influxdb_db: lma
59 prometheus_influxdb_username: lma
60 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
61 remote_collector_telegraf_host: monitoring_remote_agent
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030062 linux:
63 network:
64 interface:
65 ens4:
66 enabled: true
67 type: eth
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020068 proto: static
69 address: ${_param:single_address}
70 netmask: 255.255.255.0