blob: 2d4dc23f3ed8c9b141470ee5fcc567da7a58f681 [file] [log] [blame]
Martin Polreichd8dc1ed2017-08-16 13:24:26 +00001classes:
Simon Pasquier7ceb4b62017-08-23 16:30:46 +02002- service.grafana.collector
Martin Polreichd8dc1ed2017-08-16 13:24:26 +00003- system.linux.system.repo.mcp.extra
Simon Pasquier7ceb4b62017-08-23 16:30:46 +02004- system.heka.log_collector.single
5- system.heka.log_collector.output.telegraf
Martin Polreichd8dc1ed2017-08-16 13:24:26 +00006- system.prometheus.collector
7- system.telegraf.agent
Ales Komarekc12dd412017-06-27 16:24:42 +02008parameters:
9 _param:
Martin Polreich60f94c72017-07-17 09:29:10 +020010 stacklight_monitor_address: 172.16.10.252
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000011 stacklight_monitor_node01_hostname: mon01
12 stacklight_monitor_node02_hostname: mon02
13 stacklight_monitor_node03_hostname: mon03
14 stacklight_monitor_node01_address: 172.16.10.107
15 stacklight_monitor_node02_address: 172.16.10.108
16 stacklight_monitor_node03_address: 172.16.10.109
Ales Komarekc12dd412017-06-27 16:24:42 +020017
Ales Komarekc12dd412017-06-27 16:24:42 +020018 # Prometheus
Martin Polreich60f94c72017-07-17 09:29:10 +020019 prometheus_control_address: ${_param:stacklight_monitor_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020020
21 mysql_admin_user: root
22 mysql_admin_password: workshop
23
24 mysql_grafana_password: password
25 cluster_local_address: ${_param:single_address}
26 galera_server_cluster_name: monitoring_cluster
27 galera_server_maintenance_password: workshop
28 galera_server_admin_password: workshop
Martin Polreich60f94c72017-07-17 09:29:10 +020029
30 heka_elasticsearch_host: ${_param:stacklight_monitor_address}
31 elasticsearch_port: 9200
32 stacklight_environment: ${_param:cluster_domain}
Ales Komarekc12dd412017-06-27 16:24:42 +020033 linux:
34 network:
35 host:
36 mon:
Martin Polreich60f94c72017-07-17 09:29:10 +020037 address: ${_param:stacklight_monitor_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020038 names:
39 - mon
40 - mon.${_param:cluster_domain}
41 mon01:
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000042 address: ${_param:stacklight_monitor_node01_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020043 names:
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000044 - ${_param:stacklight_monitor_node01_hostname}
45 - ${_param:stacklight_monitor_node01_hostname}.${_param:cluster_domain}
Ales Komarekc12dd412017-06-27 16:24:42 +020046 mon02:
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000047 address: ${_param:stacklight_monitor_node02_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020048 names:
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000049 - ${_param:stacklight_monitor_node02_hostname}
50 - ${_param:stacklight_monitor_node02_hostname}.${_param:cluster_domain}
Ales Komarekc12dd412017-06-27 16:24:42 +020051 mon03:
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000052 address: ${_param:stacklight_monitor_node03_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020053 names:
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000054 - ${_param:stacklight_monitor_node03_hostname}
55 - ${_param:stacklight_monitor_node03_hostname}.${_param:cluster_domain}
Ales Komarekc12dd412017-06-27 16:24:42 +020056 system:
57 name: ${_param:infra_config_hostname}
58 domain: ${_param:cluster_domain}