Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
| 3 | stacklight_monitor_address: 172.16.10.253 |
Adam Tengler | 98bd656 | 2017-08-01 12:54:50 +0200 | [diff] [blame^] | 4 | stacklight_monitor_node01_address: 172.16.10.107 |
| 5 | stacklight_monitor_node02_address: 172.16.10.108 |
| 6 | stacklight_monitor_node03_address: 172.16.10.109 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 7 | stacklight_telemetry_node01_address: ${_param:stacklight_monitor_node01_address} |
| 8 | stacklight_log_address: ${_param:stacklight_monitor_address} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 9 | stacklight_telemetry_address: ${_param:stacklight_monitor_address} |
| 10 | |
| 11 | heka_elasticsearch_host: ${_param:stacklight_monitor_address} |
| 12 | heka_influxdb_host: ${_param:stacklight_monitor_node01_address} |
| 13 | heka_aggregator_host: ${_param:stacklight_monitor_address} |
| 14 | aggregator_port: 5565 |
| 15 | grafana_user: admin |
| 16 | grafana_password: password |
| 17 | grafana_influxdb_host: ${_param:stacklight_monitor_node01_address} |
| 18 | elasticsearch_port: 9200 |
| 19 | influxdb_stacklight_password: lmapass |
| 20 | influxdb_admin_password: password |
| 21 | influxdb_port: 8086 |
| 22 | influxdb_database: lma |
| 23 | influxdb_user: lma |
| 24 | influxdb_password: lmapass |
| 25 | nagios_host: ${_param:stacklight_monitor_address} |
| 26 | nagios_status_port: 8001 |
| 27 | nagios_username: nagiosadmin |
| 28 | nagios_password: secret |
| 29 | nagios_notification_smtp_server: 127.0.0.1 |
| 30 | nagios_notification_from: 'nagios@localhost' |
| 31 | nagios_notification_email: 'root@localhost' |
| 32 | stacklight_environment: ${_param:cluster_domain} |
| 33 | stacklight_notification_topic: stacklight_notifications |
| 34 | linux: |
| 35 | network: |
| 36 | host: |
| 37 | mon: |
| 38 | address: ${_param:stacklight_monitor_address} |
| 39 | names: |
| 40 | - mon |
| 41 | - mon.${_param:cluster_domain} |
| 42 | mon01: |
Adam Tengler | 98bd656 | 2017-08-01 12:54:50 +0200 | [diff] [blame^] | 43 | address: ${_param:stacklight_monitor_node01_address} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 44 | names: |
| 45 | - mon01 |
| 46 | - mon01.${_param:cluster_domain} |
| 47 | mon02: |
Adam Tengler | 98bd656 | 2017-08-01 12:54:50 +0200 | [diff] [blame^] | 48 | address: ${_param:stacklight_monitor_node02_address} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 49 | names: |
| 50 | - mon02 |
| 51 | - mon02.${_param:cluster_domain} |
| 52 | mon03: |
Adam Tengler | 98bd656 | 2017-08-01 12:54:50 +0200 | [diff] [blame^] | 53 | address: ${_param:stacklight_monitor_node03_address} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 54 | names: |
| 55 | - mon03 |
| 56 | - mon03.${_param:cluster_domain} |