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:
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
9
12
magnum :
10
13
rocky-9 : 2024.1-rocky-9-20250102T094625
11
14
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
632
632
# kolla_enable_influxdb:
633
633
# kolla_enable_ironic:
634
634
# kolla_enable_ironic_neutron_agent:
635
- kolla_enable_ironic_prometheus_exporter : false
635
+ # kolla_enable_ironic_prometheus_exporter:
636
636
# kolla_enable_iscsid:
637
637
# kolla_enable_keepalived:
638
638
# 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