vitalygusev | 4e9e073 | 2018-03-19 15:38:12 +0400 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
Dmitry Kalashnik | 4eb5e8f | 2018-07-03 18:06:33 +0400 | [diff] [blame^] | 3 | stacklight_monitor_hostname: mon |
| 4 | stacklight_monitor_node01_hostname: mon01 |
| 5 | stacklight_monitor_node02_hostname: mon02 |
| 6 | stacklight_monitor_node03_hostname: mon03 |
| 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} |
vitalygusev | 4e9e073 | 2018-03-19 15:38:12 +0400 | [diff] [blame] | 14 | prometheus_control_address: ${_param:stacklight_monitor_address} |
| 15 | heka_elasticsearch_host: ${_param:stacklight_monitor_address} |
| 16 | elasticsearch_port: 9200 |
| 17 | stacklight_environment: ${_param:cluster_domain} |
| 18 | stacklight_notification_topic: stacklight_notifications |
| 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} |
| 23 | fluentd_elasticsearch_host: ${_param:stacklight_log_address} |
| 24 | linux: |
| 25 | network: |
| 26 | host: |
| 27 | mon: |
| 28 | address: ${_param:stacklight_monitor_address} |
| 29 | names: |
Dmitry Kalashnik | 4eb5e8f | 2018-07-03 18:06:33 +0400 | [diff] [blame^] | 30 | - ${_param:stacklight_monitor_hostname} |
| 31 | - ${_param:stacklight_monitor_hostname}.${_param:cluster_domain} |
vitalygusev | 4e9e073 | 2018-03-19 15:38:12 +0400 | [diff] [blame] | 32 | mon01: |
| 33 | address: ${_param:stacklight_monitor_node01_address} |
| 34 | names: |
Dmitry Kalashnik | 4eb5e8f | 2018-07-03 18:06:33 +0400 | [diff] [blame^] | 35 | - ${_param:stacklight_monitor_node01_hostname} |
| 36 | - ${_param:stacklight_monitor_node01_hostname}.${_param:cluster_domain} |
vitalygusev | 4e9e073 | 2018-03-19 15:38:12 +0400 | [diff] [blame] | 37 | mon02: |
| 38 | address: ${_param:stacklight_monitor_node02_address} |
| 39 | names: |
Dmitry Kalashnik | 4eb5e8f | 2018-07-03 18:06:33 +0400 | [diff] [blame^] | 40 | - ${_param:stacklight_monitor_node02_hostname} |
| 41 | - ${_param:stacklight_monitor_node02_hostname}.${_param:cluster_domain} |
vitalygusev | 4e9e073 | 2018-03-19 15:38:12 +0400 | [diff] [blame] | 42 | mon03: |
| 43 | address: ${_param:stacklight_monitor_node03_address} |
| 44 | names: |
Dmitry Kalashnik | 4eb5e8f | 2018-07-03 18:06:33 +0400 | [diff] [blame^] | 45 | - ${_param:stacklight_monitor_node03_hostname} |
| 46 | - ${_param:stacklight_monitor_node03_hostname}.${_param:cluster_domain} |