Marek Celoud | bc64314 | 2017-04-07 15:02:38 +0200 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
ibumarskov | 4149c3d | 2017-09-08 12:09:10 +0300 | [diff] [blame] | 3 | stacklight_monitor_hostname: ctl |
| 4 | stacklight_monitor_node01_hostname: mon01 |
| 5 | stacklight_monitor_node02_hostname: mon02 |
| 6 | stacklight_monitor_node03_hostname: mon03 |
Simon Pasquier | 8a6005e | 2017-09-05 15:31:14 +0200 | [diff] [blame] | 7 | stacklight_monitor_address: 172.16.10.253 |
| 8 | stacklight_monitor_node01_address: 172.16.10.107 |
| 9 | stacklight_monitor_node02_address: 172.16.10.108 |
| 10 | stacklight_monitor_node03_address: 172.16.10.109 |
| 11 | stacklight_log_address: ${_param:stacklight_monitor_address} |
| 12 | stacklight_telemetry_address: ${_param:stacklight_monitor_address} |
| 13 | stacklight_telemetry_node01_address: ${_param:stacklight_monitor_node01_address} |
Dmitry Kalashnik | 457b846 | 2017-06-06 14:04:54 +0400 | [diff] [blame] | 14 | prometheus_control_address: ${_param:stacklight_monitor_address} |
Marek Celoud | bc64314 | 2017-04-07 15:02:38 +0200 | [diff] [blame] | 15 | heka_elasticsearch_host: ${_param:stacklight_monitor_address} |
Marek Celoud | bc64314 | 2017-04-07 15:02:38 +0200 | [diff] [blame] | 16 | elasticsearch_port: 9200 |
Marek Celoud | bc64314 | 2017-04-07 15:02:38 +0200 | [diff] [blame] | 17 | stacklight_environment: ${_param:cluster_domain} |
| 18 | stacklight_notification_topic: stacklight_notifications |
Dennis Dmitriev | e90fb3c | 2017-07-22 12:38:36 +0300 | [diff] [blame] | 19 | grafana_admin_password: admin |
| 20 | grafana_database_type: mysql |
| 21 | grafana_database_host: ${_param:openstack_database_address} |
| 22 | grafana_database_password: ${_param:mysql_grafana_password} |
Marek Celoud | bc64314 | 2017-04-07 15:02:38 +0200 | [diff] [blame] | 23 | linux: |
| 24 | network: |
| 25 | host: |
| 26 | mon: |
| 27 | address: ${_param:stacklight_monitor_address} |
| 28 | names: |
ibumarskov | 4149c3d | 2017-09-08 12:09:10 +0300 | [diff] [blame] | 29 | - ${_param:stacklight_monitor_hostname} |
| 30 | - ${_param:stacklight_monitor_hostname}.${_param:cluster_domain} |
Marek Celoud | bc64314 | 2017-04-07 15:02:38 +0200 | [diff] [blame] | 31 | mon01: |
| 32 | address: ${_param:stacklight_monitor_node01_address} |
| 33 | names: |
ibumarskov | 4149c3d | 2017-09-08 12:09:10 +0300 | [diff] [blame] | 34 | - ${_param:stacklight_monitor_node01_hostname} |
| 35 | - ${_param:stacklight_monitor_node01_hostname}.${_param:cluster_domain} |
Marek Celoud | bc64314 | 2017-04-07 15:02:38 +0200 | [diff] [blame] | 36 | mon02: |
| 37 | address: ${_param:stacklight_monitor_node02_address} |
| 38 | names: |
ibumarskov | 4149c3d | 2017-09-08 12:09:10 +0300 | [diff] [blame] | 39 | - ${_param:stacklight_monitor_node02_hostname} |
| 40 | - ${_param:stacklight_monitor_node02_hostname}.${_param:cluster_domain} |
Marek Celoud | bc64314 | 2017-04-07 15:02:38 +0200 | [diff] [blame] | 41 | mon03: |
| 42 | address: ${_param:stacklight_monitor_node03_address} |
| 43 | names: |
ibumarskov | 4149c3d | 2017-09-08 12:09:10 +0300 | [diff] [blame] | 44 | - ${_param:stacklight_monitor_node03_hostname} |
| 45 | - ${_param:stacklight_monitor_node03_hostname}.${_param:cluster_domain} |