File tree Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ kolla_image_tags:
66 openstack :
77 rocky-9 : 2024.1-rocky-9-20241218T141751
88 ubuntu-jammy : 2024.1-ubuntu-jammy-20241218T141809
9+ ironic_prometheus_exporter :
10+ rocky-9 : 2024.1-rocky-9-20250124T081816
11+ ubuntu-jammy : 2024.1-ubuntu-jammy-20250124T081816
912 magnum :
1013 rocky-9 : 2024.1-rocky-9-20250102T094625
1114 ubuntu-jammy : 2024.1-ubuntu-jammy-20250102T094625
Original file line number Diff line number Diff line change @@ -632,7 +632,7 @@ kolla_enable_heat: false
632632# kolla_enable_influxdb:
633633# kolla_enable_ironic:
634634# kolla_enable_ironic_neutron_agent:
635- kolla_enable_ironic_prometheus_exporter : false
635+ # kolla_enable_ironic_prometheus_exporter:
636636# kolla_enable_iscsid:
637637# kolla_enable_keepalived:
638638# kolla_enable_keystone:
Original file line number Diff line number Diff line change @@ -478,6 +478,7 @@ stackhpc_pulp_images_kolla:
478478 - ironic-conductor
479479 - ironic-inspector
480480 - ironic-neutron-agent
481+ - ironic-prometheus-exporter
481482 - ironic-pxe
482483 - keepalived
483484 - keystone
Original file line number Diff line number Diff line change 1+ ---
2+ features :
3+ - |
4+ ``ironic-prometheus-exporter`` container image has been added and enabled
5+ by default when kolla_enable_ironic and kolla_enable_prometheus are true
6+ (following upstream defaults).
You can’t perform that action at this time.
0 commit comments