Skip to content

Update Nova images #744

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

Merged
merged 3 commits into from
Nov 6, 2023
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
4 changes: 4 additions & 0 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ kolla_sources:
type: git
location: https://github.com/stackhpc/networking-generic-switch.git
reference: stackhpc/{{ openstack_release }}
nova-base:
type: git
location: https://github.com/stackhpc/nova.git
reference: stackhpc/{{ openstack_release }}

###############################################################################
# Kolla image build configuration.
Expand Down
1 change: 1 addition & 0 deletions etc/kayobe/kolla/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ kayobe_image_tags:
# with signature: `Missing section footer for 0000:00:01.3/piix4_pm`. Test carefully before bumping.
centos: yoga-20230718T112646

nova_tag: yoga-20231103T161400
nova_libvirt_tag: "{% raw %}{{ kayobe_image_tags['nova_libvirt'][kolla_base_distro] | default(nova_tag) }}{% endraw %}"

# These overrides are currently redundant, but are kept because it's not obvious that you need them if setting haproxy_tag
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
fixes:
- |
Fixes an issue when live migrating instances to hosts with cgroups v2
enabled (Ubuntu Jammy and Rocky 9). See
`Nova bug report <https://bugs.launchpad.net/nova/+bug/1978489>`__.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
fixes:
- |
Fixes a race condition when launching multiple Ironic instances
in parallel (as is commonly triggered when using Terraform/OpenTofu).
See `Nova bug report <https://bugs.launchpad.net/nova/+bug/1974070>`__.