blob: 22937645fc8fda7e1a51996f853f4576cf65aad0 [file] [log] [blame]
Martin Polreich1ee2e092017-08-10 16:06:57 +02001classes:
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 Polreich4342c3d2017-08-02 13:48:01 +02007 stacklight_monitor_address: 172.16.10.252
8 stacklight_monitor_node01_hostname: mon01
9 stacklight_monitor_node02_hostname: mon02
10 stacklight_monitor_node03_hostname: mon03
Adam Tengler98bd6562017-08-01 12:54:50 +020011 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
Martin Polreich4342c3d2017-08-02 13:48:01 +020014
15 # Glusterfs
16 glusterfs_service_host: ${_param:stacklight_monitor_address}
17
18 # Prometheus
19 prometheus_control_address: ${_param:stacklight_monitor_address}
20
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
29
Ales Komarekc12dd412017-06-27 16:24:42 +020030 heka_elasticsearch_host: ${_param:stacklight_monitor_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020031 elasticsearch_port: 9200
Ales Komarekc12dd412017-06-27 16:24:42 +020032 stacklight_environment: ${_param:cluster_domain}
Martin Polreichc2620352017-08-10 13:57:19 +020033 stacklight_notification_topic: stacklight_notifications
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:
Adam Tengler98bd6562017-08-01 12:54:50 +020043 address: ${_param:stacklight_monitor_node01_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020044 names:
Martin Polreich4342c3d2017-08-02 13:48:01 +020045 - ${_param:stacklight_monitor_node01_hostname}
46 - ${_param:stacklight_monitor_node01_hostname}.${_param:cluster_domain}
Ales Komarekc12dd412017-06-27 16:24:42 +020047 mon02:
Adam Tengler98bd6562017-08-01 12:54:50 +020048 address: ${_param:stacklight_monitor_node02_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020049 names:
Martin Polreich4342c3d2017-08-02 13:48:01 +020050 - ${_param:stacklight_monitor_node02_hostname}
51 - ${_param:stacklight_monitor_node02_hostname}.${_param:cluster_domain}
Ales Komarekc12dd412017-06-27 16:24:42 +020052 mon03:
Adam Tengler98bd6562017-08-01 12:54:50 +020053 address: ${_param:stacklight_monitor_node03_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020054 names:
Martin Polreich4342c3d2017-08-02 13:48:01 +020055 - ${_param:stacklight_monitor_node03_hostname}
56 - ${_param:stacklight_monitor_node03_hostname}.${_param:cluster_domain}