File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
environments/.caas/inventory/group_vars/all Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- # Override openondemand_address because its needed in openondemand_scrape_configs
3
- # which is used in prometheus_scrape_configs
4
- openondemand_address : " {{ hostvars[groups['openondemand'].0].api_address if 'openondemand' in groups else '' }}"
5
-
6
- # Override group_var set in ansible-slurm-appliance all group - unless
7
- # OOD is being deployed then there won't be an OOD group
8
- prometheus_scrape_configs : " {{ prometheus_scrape_configs_default + (openondemand_scrape_configs if ( 'openondemand' in groups ) else [] ) }}"
9
2
10
3
# Set Prometheus storage retention size
11
- prometheus_storage_retention_size : " {{ metrics_db_maximum_size }}GB"
4
+ prometheus_storage_retention_size : " {{ metrics_db_maximum_size }}GB"
You can’t perform that action at this time.
0 commit comments