Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
Martin Polreich | 4342c3d | 2017-08-02 13:48:01 +0200 | [diff] [blame] | 3 | 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 Tengler | 98bd656 | 2017-08-01 12:54:50 +0200 | [diff] [blame] | 7 | 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 Polreich | 4342c3d | 2017-08-02 13:48:01 +0200 | [diff] [blame] | 10 | |
| 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 Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 26 | heka_elasticsearch_host: ${_param:stacklight_monitor_address} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 27 | elasticsearch_port: 9200 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 28 | stacklight_environment: ${_param:cluster_domain} |
Martin Polreich | c262035 | 2017-08-10 13:57:19 +0200 | [diff] [blame^] | 29 | stacklight_notification_topic: stacklight_notifications |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 30 | 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 Tengler | 98bd656 | 2017-08-01 12:54:50 +0200 | [diff] [blame] | 39 | address: ${_param:stacklight_monitor_node01_address} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 40 | names: |
Martin Polreich | 4342c3d | 2017-08-02 13:48:01 +0200 | [diff] [blame] | 41 | - ${_param:stacklight_monitor_node01_hostname} |
| 42 | - ${_param:stacklight_monitor_node01_hostname}.${_param:cluster_domain} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 43 | mon02: |
Adam Tengler | 98bd656 | 2017-08-01 12:54:50 +0200 | [diff] [blame] | 44 | address: ${_param:stacklight_monitor_node02_address} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 45 | names: |
Martin Polreich | 4342c3d | 2017-08-02 13:48:01 +0200 | [diff] [blame] | 46 | - ${_param:stacklight_monitor_node02_hostname} |
| 47 | - ${_param:stacklight_monitor_node02_hostname}.${_param:cluster_domain} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 48 | mon03: |
Adam Tengler | 98bd656 | 2017-08-01 12:54:50 +0200 | [diff] [blame] | 49 | address: ${_param:stacklight_monitor_node03_address} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 50 | names: |
Martin Polreich | 4342c3d | 2017-08-02 13:48:01 +0200 | [diff] [blame] | 51 | - ${_param:stacklight_monitor_node03_hostname} |
| 52 | - ${_param:stacklight_monitor_node03_hostname}.${_param:cluster_domain} |