We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acbf4c9 + 7392689 commit e7c9c40Copy full SHA for e7c9c40
etc/kayobe/kolla/config/prometheus/prometheus.yml.d/60-redfish.yml
@@ -16,7 +16,7 @@ scrape_configs:
16
- target_label: __address__
17
replacement: "{{ lookup('vars', admin_oc_net_name ~ '_ips')[groups.seed.0] }}:9610"
18
static_configs:
19
-{% for host in groups.get('redfish_exporter_targets', []) %}
+{% for host in (groups.get('redfish_exporter_targets', []) | sort) %}
20
- targets:
21
- '{{ hostvars[host]["redfish_exporter_target_address"] }}'
22
labels:
0 commit comments