blob: 6df9960d5be93d0f1dc250204248a07b6895ebde [file] [log] [blame]
Martin Polreichd8dc1ed2017-08-16 13:24:26 +00001classes:
2- system.linux.system.repo.mcp.extra
3- system.prometheus.collector
4- system.telegraf.agent
Ales Komarekc12dd412017-06-27 16:24:42 +02005parameters:
6 _param:
Martin Polreich60f94c72017-07-17 09:29:10 +02007 stacklight_monitor_address: 172.16.10.252
Martin Polreichd8dc1ed2017-08-16 13:24:26 +00008 stacklight_monitor_node01_hostname: mon01
9 stacklight_monitor_node02_hostname: mon02
10 stacklight_monitor_node03_hostname: mon03
11 stacklight_monitor_node01_address: 172.16.10.107
12 stacklight_monitor_node02_address: 172.16.10.108
13 stacklight_monitor_node03_address: 172.16.10.109
Ales Komarekc12dd412017-06-27 16:24:42 +020014
15 # Glusterfs
Martin Polreich60f94c72017-07-17 09:29:10 +020016 glusterfs_service_host: ${_param:stacklight_monitor_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020017
18 # 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}