blob: bdc2c09cfefd42dc53329a0a24479db193fc9a6a [file] [log] [blame]
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +03001classes:
Tatyana Leontovich81b32a92017-07-20 16:24:23 +03002- system.docker.host
3- system.linux.system.repo.glusterfs
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +03004- system.linux.system.repo.influxdb
Tatyana Leontovich81b32a92017-07-20 16:24:23 +03005- system.linux.system.repo.mcp.salt
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +03006- system.linux.system.repo.tcp_elastic
Tatyana Leontovich81b32a92017-07-20 16:24:23 +03007- system.heka.remote_collector.container
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +03008- system.heka.remote_collector.input.amqp
Tatyana Leontovich81b32a92017-07-20 16:24:23 +03009- system.heka.remote_collector.output.elasticsearch
10- system.heka.remote_collector.output.telegraf
11- system.glusterfs.client.cluster
12- system.glusterfs.client.volume.prometheus
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030013- system.elasticsearch.server.cluster
14- system.elasticsearch.server.curator
15- system.kibana.server.single
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030016- system.haproxy.proxy.listen.stacklight.elasticsearch
17- system.haproxy.proxy.listen.stacklight.kibana
Tatyana Leontovich65f78482017-09-06 19:20:57 +030018- system.haproxy.proxy.listen.stacklight.influxdb_relay
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030019- service.haproxy.proxy.single
Tatyana Leontovich65f78482017-09-06 19:20:57 +030020- system.influxdb.relay.cluster
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030021- 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-ocata-dvr
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030033parameters:
34 _param:
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030035 heka_amqp_host: ${_param:openstack_control_address}
36 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030037 keepalived_prometheus_vip_address: ${_param:stacklight_monitor_address}
38 keepalived_prometheus_vip_password: 'password'
39 keepalived_prometheus_vip_interface: ens4
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030040 cluster_vip_address: ${_param:stacklight_monitor_address}
Tatyana Leontovich65f78482017-09-06 19:20:57 +030041 cluster_local_address: ${_param:single_address}
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030042 cluster_elasticsearch_port: 9200
43 cluster_kibana_port: 5601
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030044 cluster_node01_hostname: mon01
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030045 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030046 cluster_node02_hostname: mon02
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030047 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030048 cluster_node03_hostname: mon03
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030049 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030050 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
51 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
52 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
53 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
54 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
55 docker_image_remote_collector: docker-prod-virtual.docker.mirantis.net/openstack-docker/heka:latest
56 docker_image_grafana: grafana/grafana:4.3.2
57 prometheus_glusterfs_service_host: ${_param:openstack_control_address}
58 glusterfs_node01_address: ${_param:openstack_control_node01_address}
59 glusterfs_node02_address: ${_param:openstack_control_node02_address}
60 glusterfs_node03_address: ${_param:openstack_control_node03_address}
61 influxdb_port: 8086
62 influxdb_admin_password: password
63 influxdb_stacklight_password: lmapass
64 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
65 prometheus_influxdb_db: lma
66 prometheus_influxdb_username: lma
67 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
68 remote_collector_telegraf_host: monitoring_remote_agent
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030069 linux:
70 network:
71 interface:
72 ens4:
73 enabled: true
74 type: eth
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020075 proto: static
76 address: ${_param:single_address}
77 netmask: 255.255.255.0