We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0417e commit 2d78cb2Copy full SHA for 2d78cb2
1 file changed
etc/kayobe/pulp-host-image-versions.yml
@@ -3,4 +3,9 @@
3
# These images must be in SMS, since they are used by our AIO CI runners
4
stackhpc_rocky_9_overcloud_host_image_version: "2024.1-20241209T151515"
5
stackhpc_ubuntu_jammy_overcloud_host_image_version: "2024.1-20250408T082408"
6
-stackhpc_ubuntu_noble_overcloud_host_image_version: "2024.1-20250408T092345"
+# 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