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} |
Ildar Svetlov | 669aaee | 2018-02-15 10:33:35 +0400 | [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} |
Dmitry Kalashnik | d09e931 | 2018-01-22 16:53:49 +0400 | [diff] [blame] | 23 | fluentd_elasticsearch_host: ${_param:stacklight_log_address} |
Marek Celoud | bc64314 | 2017-04-07 15:02:38 +0200 | [diff] [blame] | 24 | linux: |
| 25 | network: |
| 26 | host: |
| 27 | mon: |
| 28 | address: ${_param:stacklight_monitor_address} |
| 29 | names: |
ibumarskov | 4149c3d | 2017-09-08 12:09:10 +0300 | [diff] [blame] | 30 | - ${_param:stacklight_monitor_hostname} |
| 31 | - ${_param:stacklight_monitor_hostname}.${_param:cluster_domain} |
Marek Celoud | bc64314 | 2017-04-07 15:02:38 +0200 | [diff] [blame] | 32 | mon01: |
| 33 | address: ${_param:stacklight_monitor_node01_address} |
| 34 | names: |
ibumarskov | 4149c3d | 2017-09-08 12:09:10 +0300 | [diff] [blame] | 35 | - ${_param:stacklight_monitor_node01_hostname} |
| 36 | - ${_param:stacklight_monitor_node01_hostname}.${_param:cluster_domain} |
Marek Celoud | bc64314 | 2017-04-07 15:02:38 +0200 | [diff] [blame] | 37 | mon02: |
| 38 | address: ${_param:stacklight_monitor_node02_address} |
| 39 | names: |
ibumarskov | 4149c3d | 2017-09-08 12:09:10 +0300 | [diff] [blame] | 40 | - ${_param:stacklight_monitor_node02_hostname} |
| 41 | - ${_param:stacklight_monitor_node02_hostname}.${_param:cluster_domain} |
Marek Celoud | bc64314 | 2017-04-07 15:02:38 +0200 | [diff] [blame] | 42 | mon03: |
| 43 | address: ${_param:stacklight_monitor_node03_address} |
| 44 | names: |
ibumarskov | 4149c3d | 2017-09-08 12:09:10 +0300 | [diff] [blame] | 45 | - ${_param:stacklight_monitor_node03_hostname} |
| 46 | - ${_param:stacklight_monitor_node03_hostname}.${_param:cluster_domain} |