Skip to content

Commit 6f41f44

Browse files
authored
Update Nova images (#744)
* Build nova from StackHPC fork We need to include some fixes that haven't landed upstream yet. * Bump nova tag Includes: - stackhpc/nova#55 - stackhpc/nova#56 * Add release notes
1 parent 2f4aeb0 commit 6f41f44

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed

etc/kayobe/kolla.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ kolla_sources:
141141
type: git
142142
location: https://github.com/stackhpc/networking-generic-switch.git
143143
reference: stackhpc/{{ openstack_release }}
144+
nova-base:
145+
type: git
146+
location: https://github.com/stackhpc/nova.git
147+
reference: stackhpc/{{ openstack_release }}
144148

145149
###############################################################################
146150
# Kolla image build configuration.

etc/kayobe/kolla/globals.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ kayobe_image_tags:
2020
# with signature: `Missing section footer for 0000:00:01.3/piix4_pm`. Test carefully before bumping.
2121
centos: yoga-20230718T112646
2222

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

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

0 commit comments

Comments
 (0)