Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ kolla_image_tags:
openstack:
rocky-9: 2024.1-rocky-9-20241218T141751
ubuntu-jammy: 2024.1-ubuntu-jammy-20241218T141809
ironic_prometheus_exporter:
rocky-9: 2024.1-rocky-9-20250124T081816
ubuntu-jammy: 2024.1-ubuntu-jammy-20250124T081816
magnum:
rocky-9: 2024.1-rocky-9-20250102T094625
ubuntu-jammy: 2024.1-ubuntu-jammy-20250102T094625
Expand Down
2 changes: 1 addition & 1 deletion etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ kolla_enable_heat: false
#kolla_enable_influxdb:
#kolla_enable_ironic:
#kolla_enable_ironic_neutron_agent:
kolla_enable_ironic_prometheus_exporter: false
#kolla_enable_ironic_prometheus_exporter:
#kolla_enable_iscsid:
#kolla_enable_keepalived:
#kolla_enable_keystone:
Expand Down
1 change: 1 addition & 0 deletions etc/kayobe/pulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ stackhpc_pulp_images_kolla:
- ironic-conductor
- ironic-inspector
- ironic-neutron-agent
- ironic-prometheus-exporter
- ironic-pxe
- keepalived
- keystone
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
features:
- |
``ironic-prometheus-exporter`` container image has been added and enabled
by default when kolla_enable_ironic and kolla_enable_prometheus are true
(following upstream defaults).
Loading