Skip to content

Commit 6a41454

Browse files
authored
Add ironic-prometheus-exporter (#1474)
1 parent 201b5a7 commit 6a41454

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

etc/kayobe/kolla-image-tags.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

etc/kayobe/pulp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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).

0 commit comments

Comments
 (0)