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 |
ibumarskov | ed39e09 | 2017-09-06 13:17:35 +0400 | [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_telemetry_node01_address: ${_param:stacklight_monitor_node01_address} |
| 12 | stacklight_log_address: ${_param:stacklight_monitor_address} |
| 13 | stacklight_telemetry_address: ${_param:stacklight_monitor_address} |
Marek Celoud | bc64314 | 2017-04-07 15:02:38 +0200 | [diff] [blame] | 14 | heka_elasticsearch_host: ${_param:stacklight_monitor_address} |
| 15 | heka_influxdb_host: ${_param:stacklight_monitor_node01_address} |
| 16 | heka_aggregator_host: ${_param:stacklight_monitor_address} |
| 17 | aggregator_port: 5565 |
| 18 | grafana_user: admin |
| 19 | grafana_password: password |
| 20 | grafana_influxdb_host: ${_param:stacklight_monitor_node01_address} |
| 21 | elasticsearch_port: 9200 |
| 22 | influxdb_stacklight_password: lmapass |
| 23 | influxdb_admin_password: password |
| 24 | influxdb_port: 8086 |
| 25 | influxdb_database: lma |
| 26 | influxdb_user: lma |
| 27 | influxdb_password: lmapass |
| 28 | nagios_host: ${_param:stacklight_monitor_address} |
| 29 | nagios_status_port: 8001 |
| 30 | nagios_username: nagiosadmin |
| 31 | nagios_password: secret |
| 32 | nagios_notification_smtp_server: 127.0.0.1 |
| 33 | nagios_notification_from: 'nagios@localhost' |
| 34 | nagios_notification_email: 'root@localhost' |
| 35 | stacklight_environment: ${_param:cluster_domain} |
| 36 | stacklight_notification_topic: stacklight_notifications |
| 37 | linux: |
| 38 | network: |
| 39 | host: |
| 40 | mon: |
| 41 | address: ${_param:stacklight_monitor_address} |
| 42 | names: |
ibumarskov | 4149c3d | 2017-09-08 12:09:10 +0300 | [diff] [blame] | 43 | - ${_param:stacklight_monitor_hostname} |
| 44 | - ${_param:stacklight_monitor_hostname}.${_param:cluster_domain} |
Marek Celoud | bc64314 | 2017-04-07 15:02:38 +0200 | [diff] [blame] | 45 | mon01: |
| 46 | address: ${_param:stacklight_monitor_node01_address} |
| 47 | names: |
ibumarskov | 4149c3d | 2017-09-08 12:09:10 +0300 | [diff] [blame] | 48 | - ${_param:stacklight_monitor_node01_hostname} |
| 49 | - ${_param:stacklight_monitor_node01_hostname}.${_param:cluster_domain} |
Marek Celoud | bc64314 | 2017-04-07 15:02:38 +0200 | [diff] [blame] | 50 | mon02: |
| 51 | address: ${_param:stacklight_monitor_node02_address} |
| 52 | names: |
ibumarskov | 4149c3d | 2017-09-08 12:09:10 +0300 | [diff] [blame] | 53 | - ${_param:stacklight_monitor_node02_hostname} |
| 54 | - ${_param:stacklight_monitor_node02_hostname}.${_param:cluster_domain} |
Marek Celoud | bc64314 | 2017-04-07 15:02:38 +0200 | [diff] [blame] | 55 | mon03: |
| 56 | address: ${_param:stacklight_monitor_node03_address} |
| 57 | names: |
ibumarskov | 4149c3d | 2017-09-08 12:09:10 +0300 | [diff] [blame] | 58 | - ${_param:stacklight_monitor_node03_hostname} |
| 59 | - ${_param:stacklight_monitor_node03_hostname}.${_param:cluster_domain} |