blob: f57c228308c80227f8d292508654e969f9b19297 [file] [log] [blame]
Martin Polreich1ee2e092017-08-10 16:06:57 +02001classes:
Simon Pasquier7ceb4b62017-08-23 16:30:46 +02002- service.grafana.collector
Martin Polreich1ee2e092017-08-10 16:06:57 +02003- 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 Polreich1ee2e092017-08-10 16:06:57 +02006- system.prometheus.collector
7- system.telegraf.agent
Ales Komarekc12dd412017-06-27 16:24:42 +02008parameters:
9 _param:
10 stacklight_monitor_address: 172.16.10.251
Martin Polreich1f587122017-07-19 11:16:35 +020011 stacklight_node01_hostname: mon01
12 stacklight_node02_hostname: mon02
13 stacklight_node03_hostname: mon03
14 stacklight_node01_address: 172.16.10.107
15 stacklight_node02_address: 172.16.10.108
16 stacklight_node03_address: 172.16.10.109
Ales Komarekc12dd412017-06-27 16:24:42 +020017 # GlusterFS
18 glusterfs_service_host: ${_param:stacklight_monitor_address}
19 # Prometheus
20 prometheus_control_address: ${_param:stacklight_monitor_address}
21
22 mysql_admin_user: root
23 mysql_admin_password: workshop
24
25 mysql_grafana_password: password
26 cluster_local_address: ${_param:single_address}
27 galera_server_cluster_name: monitoring_cluster
28 galera_server_maintenance_password: workshop
29 galera_server_admin_password: workshop
Martin Polreich1f587122017-07-19 11:16:35 +020030
31 heka_elasticsearch_host: ${_param:stacklight_monitor_address}
32 elasticsearch_port: 9200
33 stacklight_environment: ${_param:cluster_domain}
Ales Komarekc12dd412017-06-27 16:24:42 +020034 linux:
35 network:
36 host:
37 mon:
38 address: ${_param:stacklight_monitor_address}
39 names:
40 - mon
41 - mon.${_param:cluster_domain}
42 mon01:
Martin Polreich1f587122017-07-19 11:16:35 +020043 address: ${_param:stacklight_node01_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020044 names:
Martin Polreich1f587122017-07-19 11:16:35 +020045 - ${_param:stacklight_node01_hostname}
46 - ${_param:stacklight_node01_hostname}.${_param:cluster_domain}
Ales Komarekc12dd412017-06-27 16:24:42 +020047 mon02:
Martin Polreich1f587122017-07-19 11:16:35 +020048 address: ${_param:stacklight_node02_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020049 names:
Martin Polreich1f587122017-07-19 11:16:35 +020050 - ${_param:stacklight_node02_hostname}
51 - ${_param:stacklight_node02_hostname}.${_param:cluster_domain}
Ales Komarekc12dd412017-06-27 16:24:42 +020052 mon03:
Martin Polreich1f587122017-07-19 11:16:35 +020053 address: ${_param:stacklight_node03_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020054 names:
Martin Polreich1f587122017-07-19 11:16:35 +020055 - ${_param:stacklight_node03_hostname}
56 - ${_param:stacklight_node03_hostname}.${_param:cluster_domain}
Ales Komarekc12dd412017-06-27 16:24:42 +020057 system:
58 name: ${_param:infra_config_hostname}
Simon Pasquier7ceb4b62017-08-23 16:30:46 +020059 domain: ${_param:cluster_domain}