Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebuild nova-compute image to address bug 2091033 #1468

Merged
merged 1 commit into from
Jan 21, 2025
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 @@ -42,6 +42,9 @@ kolla_image_tags:
nova:
rocky-9: 2023.1-rocky-9-20240926T151818
ubuntu-jammy: 2023.1-ubuntu-jammy-20240926T151818
nova_compute:
rocky-9: 2023.1-rocky-9-20250121T090235
ubuntu-jammy: 2023.1-ubuntu-jammy-20250121T090235
octavia:
rocky-9: 2023.1-rocky-9-20241015T100903
ubuntu-jammy: 2023.1-ubuntu-jammy-20241015T100903
Expand Down
4 changes: 4 additions & 0 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ kolla_sources:
type: git
location: https://github.com/stackhpc/networking-mlnx
reference: stackhpc/{{ openstack_release }}
nova-base:
type: git
location: https://github.com/stackhpc/nova.git
reference: stackhpc/{{ openstack_release }}
nova-compute-plugin-networking-mlnx:
type: git
location: https://github.com/stackhpc/networking-mlnx
Expand Down
7 changes: 7 additions & 0 deletions releasenotes/notes/nova-bug-2091033-4f54893f67af5c7c.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
fixes:
- |
Updates the ``nova-compute`` container image to fix `bug 2091033
<https://bugs.launchpad.net/nova/+bug/2091033>`__. This bug would cause
``nova-compute`` to freeze, which would result in frequent monitoring
alerts.