blob: 612cab3bb52eb0a076dfc6722eb77f1e5acf33c3 [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 Pasquier41725422017-05-11 09:43:41 +02007- system.heka.remote_collector
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
10- system.glusterfs.client.cluster
11- system.glusterfs.client.volume.prometheus
Martin Polreich33e83232017-06-12 17:18:03 +020012- system.glusterfs.client.volume.grafana
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 Pasquierf2b5a3b2017-06-06 17:32:21 +020018- system.haproxy.proxy.listen.stacklight.influxdb
Marek Celoudbc643142017-04-07 15:02:38 +020019- service.haproxy.proxy.single
Simon Pasquierf2b5a3b2017-06-06 17:32:21 +020020- system.influxdb.server.single
21- system.influxdb.database.stacklight
Simon Pasquier41725422017-05-11 09:43:41 +020022- system.keepalived.cluster.instance.prometheus_server_vip
Bartosz Kupidurab53993a2017-06-06 14:56:59 +020023- system.telegraf.agent.remote
Bartosz Kupiduraaddf22f2017-06-12 13:29:04 +020024- system.prometheus.server.remote_write.docker
Bartosz Kupiduraa4162762017-05-25 11:30:08 +020025- system.prometheus.server.alertmanager.dns
Simon Pasquier41725422017-05-11 09:43:41 +020026- system.prometheus.server.target.dns
27- system.docker.swarm.stack.monitoring
Simon Pasquierf7614022017-05-18 11:53:24 +020028- system.docker.swarm.stack.dashboard
Simon Pasquier41725422017-05-11 09:43:41 +020029- cluster.virtual-mcp11-dvr
Marek Celoudbc643142017-04-07 15:02:38 +020030parameters:
31 _param:
Marek Celoudbc643142017-04-07 15:02:38 +020032 heka_amqp_host: ${_param:openstack_control_address}
33 kibana_elasticsearch_host: ${_param:stacklight_monitor_address}
Simon Pasquier41725422017-05-11 09:43:41 +020034 keepalived_prometheus_vip_address: ${_param:stacklight_monitor_address}
35 keepalived_prometheus_vip_password: 'password'
36 keepalived_prometheus_vip_interface: ens4
Marek Celoudbc643142017-04-07 15:02:38 +020037 cluster_vip_address: ${_param:stacklight_monitor_address}
38 cluster_elasticsearch_port: 9200
39 cluster_kibana_port: 5601
Simon Pasquier41725422017-05-11 09:43:41 +020040 cluster_node01_hostname: mon01
Marek Celoudbc643142017-04-07 15:02:38 +020041 cluster_node01_address: ${_param:stacklight_monitor_node01_address}
Simon Pasquier41725422017-05-11 09:43:41 +020042 cluster_node02_hostname: mon02
Marek Celoudbc643142017-04-07 15:02:38 +020043 cluster_node02_address: ${_param:stacklight_monitor_node02_address}
Simon Pasquier41725422017-05-11 09:43:41 +020044 cluster_node03_hostname: mon03
Marek Celoudbc643142017-04-07 15:02:38 +020045 cluster_node03_address: ${_param:stacklight_monitor_node03_address}
Simon Pasquier41725422017-05-11 09:43:41 +020046 grafana_admin_password: admin
Simon Pasquier994b69d2017-06-08 15:58:53 +020047 grafana_database_type: mysql
48 grafana_database_host: ${_param:openstack_database_address}
49 grafana_database_password: ${_param:mysql_grafana_password}
Martin Polreich33e83232017-06-12 17:18:03 +020050 docker_grafana_replicas: 3
Bartosz Kupidurab53993a2017-06-06 14:56:59 +020051 docker_image_alertmanager: mirantis/alertmanager:latest
52 docker_image_pushgateway: mirantis/pushgateway:latest
53 docker_image_prometheus: mirantis/prometheus:latest
54 docker_image_remote_agent: mirantis/telegraf:latest
Bartosz Kupiduraf3584dc2017-06-12 09:48:19 +020055 docker_image_remote_storage_adapter: mirantis/remote_storage_adapter: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}/"
65 prometheus_influxdb_db: lma
66 prometheus_influxdb_username: lma
67 prometheus_influxdb_password: ${_param:influxdb_stacklight_password}
Marek Celoudbc643142017-04-07 15:02:38 +020068 linux:
69 network:
70 interface:
71 ens4:
72 enabled: true
73 type: eth
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020074 proto: static
75 address: ${_param:single_address}
76 netmask: 255.255.255.0