We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2de65 commit 5d92993Copy full SHA for 5d92993
group_vars/prometheus.yml
@@ -8,4 +8,4 @@ openondemand_address: "{{ hostvars[groups['openondemand'].0].api_address if 'ope
8
prometheus_scrape_configs: "{{ prometheus_scrape_configs_default + (openondemand_scrape_configs if ( 'openondemand' in groups ) else [] ) }}"
9
10
# Fix Prometheus storage retention size to 80% of state volume size
11
-prometheus_storage_retention_size: "{{ ( 0.8 * hostvars[groups['openstack']].state_volume_size ) | int ~ 'GB' }}"
+prometheus_storage_retention_size: "{{ ( 0.8 * ( hostvars[groups['openstack']].state_volume_size | int ) ) | int ~ 'GB' }}"
0 commit comments