blob: 9e47cb38992f869098a1f4540f61d8063bc8c4ab [file] [log] [blame]
Marek Celoudbc643142017-04-07 15:02:38 +02001classes:
Simon Pasquier41725422017-05-11 09:43:41 +02002- system.docker.host
3- system.linux.system.repo.glusterfs
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +02004- system.linux.system.repo.influxdb
Simon Pasquier41725422017-05-11 09:43:41 +02005- system.linux.system.repo.mcp.salt
Marek Celoudbc643142017-04-07 15:02:38 +02006- system.linux.system.repo.tcp_elastic
Simon Pasquier453cca22017-06-27 15:03:30 +02007- system.heka.remote_collector.container
Marek Celoudbc643142017-04-07 15:02:38 +02008- system.heka.remote_collector.input.amqp
Simon Pasquier41725422017-05-11 09:43:41 +02009- system.heka.remote_collector.output.elasticsearch
Simon Pasquier453cca22017-06-27 15:03:30 +020010- system.heka.remote_collector.output.telegraf
Simon Pasquier41725422017-05-11 09:43:41 +020011- system.glusterfs.client.cluster
12- system.glusterfs.client.volume.prometheus
Marek Celoudbc643142017-04-07 15:02:38 +020013- system.elasticsearch.server.cluster
14- system.elasticsearch.server.curator
15- system.kibana.server.single
Marek Celoudbc643142017-04-07 15:02:38 +020016- system.haproxy.proxy.listen.stacklight.elasticsearch
17- system.haproxy.proxy.listen.stacklight.kibana
Simon Pasquier91b07092017-08-31 15:04:06 +020018- system.haproxy.proxy.listen.stacklight.influxdb_relay
Marek Celoudbc643142017-04-07 15:02:38 +020019- service.haproxy.proxy.single
Simon Pasquier91b07092017-08-31 15:04:06 +020020- system.influxdb.relay.cluster
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020021- system.influxdb.server.single
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020022- system.influxdb.database.prometheus
Ildar Svetlov54ec4562017-07-03 15:25:10 +040023- system.influxdb.database.ceilometer
Simon Pasquier41725422017-05-11 09:43:41 +020024- system.keepalived.cluster.instance.prometheus_server_vip
Bartosz Kupidurab53993a2017-06-06 14:56:59 +020025- system.telegraf.agent.remote
Bartosz Kupiduraaddf22f2017-06-12 13:29:04 +020026- system.prometheus.server.remote_write.docker
Bartosz Kupiduraa4162762017-05-25 11:30:08 +020027- system.prometheus.server.alertmanager.dns
Simon Pasquier41725422017-05-11 09:43:41 +020028- system.prometheus.server.target.dns
29- system.docker.swarm.stack.monitoring
Simon Pasquier453cca22017-06-27 15:03:30 +020030- system.docker.swarm.stack.monitoring.remote_collector
Simon Pasquierf7614022017-05-18 11:53:24 +020031- system.docker.swarm.stack.dashboard
Simon Pasquier41725422017-05-11 09:43:41 +020032- cluster.virtual-mcp11-dvr
Marek Celoudbc643142017-04-07 15:02:38 +020033parameters:
34 _param:
Marek Celoudbc643142017-04-07 15:02:38 +020035 heka_amqp_host: ${_param:openstack_control_address}
36 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
Simon Pasquier41725422017-05-11 09:43:41 +020037 keepalived_prometheus_vip_address: ${_param:stacklight_monitor_address}
38 keepalived_prometheus_vip_password: 'password'
39 keepalived_prometheus_vip_interface: ens4
Marek Celoudbc643142017-04-07 15:02:38 +020040 cluster_vip_address: ${_param:stacklight_monitor_address}
Simon Pasquier91b07092017-08-31 15:04:06 +020041 cluster_local_address: ${_param:single_address}
Marek Celoudbc643142017-04-07 15:02:38 +020042 cluster_elasticsearch_port: 9200
43 cluster_kibana_port: 5601
Simon Pasquier41725422017-05-11 09:43:41 +020044 cluster_node01_hostname: mon01
Marek Celoudbc643142017-04-07 15:02:38 +020045 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
Simon Pasquier41725422017-05-11 09:43:41 +020046 cluster_node02_hostname: mon02
Marek Celoudbc643142017-04-07 15:02:38 +020047 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
Simon Pasquier41725422017-05-11 09:43:41 +020048 cluster_node03_hostname: mon03
Marek Celoudbc643142017-04-07 15:02:38 +020049 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Simon Pasquier4a802be2017-06-29 12:54:50 +020050 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
Simon Pasquier4376c162017-06-15 10:11:58 +020056 docker_image_grafana: grafana/grafana:4.3.2
Simon Pasquier41725422017-05-11 09:43:41 +020057 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}
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020061 influxdb_port: 8086
62 influxdb_admin_password: password
63 influxdb_stacklight_password: lmapass
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020064 prometheus_influxdb_url: "http://${_param:stacklight_monitor_address}:${_param:influxdb_port}/"
Bartosz Kupidura514fb5f2017-08-02 14:19:25 +020065 prometheus_influxdb_db: prometheus
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020066 prometheus_influxdb_username: lma
67 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
Simon Pasquier453cca22017-06-27 15:03:30 +020068 remote_collector_telegraf_host: monitoring_remote_agent
Marek Celoudbc643142017-04-07 15:02:38 +020069 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