blob: 6f1b9e07d25752581e2239bcf9f73601013ecfcd [file] [log] [blame]
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +03001classes:
Tatyana Leontoviche80eb132017-08-31 15:33:03 +03002- system.docker.host
3- system.linux.system.repo.glusterfs
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +03004- system.linux.system.repo.influxdb
Tatyana Leontoviche80eb132017-08-31 15:33:03 +03005- system.linux.system.repo.mcp.salt
6- system.linux.system.repo.tcp_elastic
7- system.heka.remote_collector.container
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +03008- system.heka.remote_collector.input.amqp
Tatyana Leontoviche80eb132017-08-31 15:33:03 +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 Leontoviche80eb132017-08-31 15:33:03 +030018- system.haproxy.proxy.listen.stacklight.influxdb
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030019- service.haproxy.proxy.single
Tatyana Leontoviche80eb132017-08-31 15:33:03 +030020- system.influxdb.server.single
21- system.influxdb.database.stacklight
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
29- system.docker.swarm.stack.monitoring.remote_collector
30- system.docker.swarm.stack.dashboard
31- cluster.virtual-mcp-ocata-ovs
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030032parameters:
33 _param:
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030034 heka_amqp_host: ${_param:openstack_control_address}
35 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
Tatyana Leontoviche80eb132017-08-31 15:33:03 +030036 keepalived_prometheus_vip_address: ${_param:stacklight_monitor_address}
37 keepalived_prometheus_vip_password: 'password'
38 keepalived_prometheus_vip_interface: ens4
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030039 cluster_vip_address: ${_param:stacklight_monitor_address}
40 cluster_elasticsearch_port: 9200
41 cluster_kibana_port: 5601
Tatyana Leontoviche80eb132017-08-31 15:33:03 +030042 cluster_node01_hostname: mon01
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030043 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
Tatyana Leontoviche80eb132017-08-31 15:33:03 +030044 cluster_node02_hostname: mon02
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030045 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
Tatyana Leontoviche80eb132017-08-31 15:33:03 +030046 cluster_node03_hostname: mon03
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030047 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Tatyana Leontoviche80eb132017-08-31 15:33:03 +030048 docker_image_alertmanager: docker-prod-virtual.docker.mirantis.net/openstack-docker/alertmanager:latest
49 docker_image_pushgateway: docker-prod-virtual.docker.mirantis.net/openstack-docker/pushgateway:latest
50 docker_image_prometheus: docker-prod-virtual.docker.mirantis.net/openstack-docker/prometheus:latest
51 docker_image_remote_agent: docker-prod-virtual.docker.mirantis.net/openstack-docker/telegraf:latest
52 docker_image_remote_storage_adapter: docker-prod-virtual.docker.mirantis.net/openstack-docker/remote_storage_adapter:latest
53 docker_image_remote_collector: docker-prod-virtual.docker.mirantis.net/openstack-docker/heka:latest
54 docker_image_grafana: grafana/grafana:4.3.2
55 prometheus_glusterfs_service_host: ${_param:openstack_control_address}
56 glusterfs_node01_address: ${_param:openstack_control_node01_address}
57 glusterfs_node02_address: ${_param:openstack_control_node02_address}
58 glusterfs_node03_address: ${_param:openstack_control_node03_address}
59 influxdb_port: 8086
60 influxdb_admin_password: password
61 influxdb_stacklight_password: lmapass
62 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
63 prometheus_influxdb_db: lma
64 prometheus_influxdb_username: lma
65 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
66 remote_collector_telegraf_host: monitoring_remote_agent
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030067 linux:
68 network:
69 interface:
70 ens4:
71 enabled: true
72 type: eth
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020073 proto: static
74 address: ${_param:single_address}
75 netmask: 255.255.255.0