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,3 +6,6 @@ kolla_image_tags:
6
6
openstack :
7
7
rocky-9 : 2024.1-rocky-9-20241218T141751
8
8
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
Original file line number Diff line number Diff line change @@ -635,7 +635,7 @@ kolla_enable_heat: false
635
635
# kolla_enable_influxdb:
636
636
# kolla_enable_ironic:
637
637
# kolla_enable_ironic_neutron_agent:
638
- kolla_enable_ironic_prometheus_exporter : false
638
+ # kolla_enable_ironic_prometheus_exporter:
639
639
# kolla_enable_iscsid:
640
640
# kolla_enable_keepalived:
641
641
# kolla_enable_keystone:
Original file line number Diff line number Diff line change @@ -478,6 +478,7 @@ stackhpc_pulp_images_kolla:
478
478
- ironic-conductor
479
479
- ironic-inspector
480
480
- ironic-neutron-agent
481
+ - ironic-prometheus-exporter
481
482
- ironic-pxe
482
483
- keepalived
483
484
- 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