Skip to content

Commit 2d78cb2

Browse files
committed
Use noble image from stackhpc/master to avoid kernel issue
1 parent 3e0417e commit 2d78cb2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

etc/kayobe/pulp-host-image-versions.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,9 @@
33
# These images must be in SMS, since they are used by our AIO CI runners
44
stackhpc_rocky_9_overcloud_host_image_version: "2024.1-20241209T151515"
55
stackhpc_ubuntu_jammy_overcloud_host_image_version: "2024.1-20250408T082408"
6-
stackhpc_ubuntu_noble_overcloud_host_image_version: "2024.1-20250408T092345"
6+
# NOTE(seunghun1ee): Ubuntu Noble kernel 6.8.0-57-generic has iptables bug
7+
# https://bugs.launchpad.net/ubuntu/+source/linux-meta-oracle-6.8/+bug/2104178
8+
# Which prevents Neutron to populate router and its port when the OpenStack
9+
# cloud uses OVS.
10+
# Using image from master (kernel version: 6.8.0-52-generic) to avoid this issue
11+
stackhpc_ubuntu_noble_overcloud_host_image_version: "master-20250304T085258"

0 commit comments

Comments
 (0)