blob: 71b5ff39c857ec84201c7820ca48a210fc0fd4d8 [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001parameters:
2 _param:
Martin Polreich4342c3d2017-08-02 13:48:01 +02003 stacklight_monitor_address: 172.16.10.252
4 stacklight_monitor_node01_hostname: mon01
5 stacklight_monitor_node02_hostname: mon02
6 stacklight_monitor_node03_hostname: mon03
Adam Tengler98bd6562017-08-01 12:54:50 +02007 stacklight_monitor_node01_address: 172.16.10.107
8 stacklight_monitor_node02_address: 172.16.10.108
9 stacklight_monitor_node03_address: 172.16.10.109
Martin Polreich4342c3d2017-08-02 13:48:01 +020010
11 # Glusterfs
12 glusterfs_service_host: ${_param:stacklight_monitor_address}
13
14 # Prometheus
15 prometheus_control_address: ${_param:stacklight_monitor_address}
16
17 mysql_admin_user: root
18 mysql_admin_password: workshop
19
20 mysql_grafana_password: password
21 cluster_local_address: ${_param:single_address}
22 galera_server_cluster_name: monitoring_cluster
23 galera_server_maintenance_password: workshop
24 galera_server_admin_password: workshop
25
Ales Komarekc12dd412017-06-27 16:24:42 +020026 heka_elasticsearch_host: ${_param:stacklight_monitor_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020027 elasticsearch_port: 9200
Ales Komarekc12dd412017-06-27 16:24:42 +020028 stacklight_environment: ${_param:cluster_domain}
Martin Polreichc2620352017-08-10 13:57:19 +020029 stacklight_notification_topic: stacklight_notifications
Ales Komarekc12dd412017-06-27 16:24:42 +020030 linux:
31 network:
32 host:
33 mon:
34 address: ${_param:stacklight_monitor_address}
35 names:
36 - mon
37 - mon.${_param:cluster_domain}
38 mon01:
Adam Tengler98bd6562017-08-01 12:54:50 +020039 address: ${_param:stacklight_monitor_node01_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020040 names:
Martin Polreich4342c3d2017-08-02 13:48:01 +020041 - ${_param:stacklight_monitor_node01_hostname}
42 - ${_param:stacklight_monitor_node01_hostname}.${_param:cluster_domain}
Ales Komarekc12dd412017-06-27 16:24:42 +020043 mon02:
Adam Tengler98bd6562017-08-01 12:54:50 +020044 address: ${_param:stacklight_monitor_node02_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020045 names:
Martin Polreich4342c3d2017-08-02 13:48:01 +020046 - ${_param:stacklight_monitor_node02_hostname}
47 - ${_param:stacklight_monitor_node02_hostname}.${_param:cluster_domain}
Ales Komarekc12dd412017-06-27 16:24:42 +020048 mon03:
Adam Tengler98bd6562017-08-01 12:54:50 +020049 address: ${_param:stacklight_monitor_node03_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020050 names:
Martin Polreich4342c3d2017-08-02 13:48:01 +020051 - ${_param:stacklight_monitor_node03_hostname}
52 - ${_param:stacklight_monitor_node03_hostname}.${_param:cluster_domain}