Skip to content

Commit 558232b

Browse files
committed
Use noble image from stackhpc/master to avoid kernel issue
1 parent 6ec87ff commit 558232b

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

.automation.conf/config.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ if [ ! -z ${KAYOBE_ENVIRONMENT:+x} ]; then
2929
# https://bugs.launchpad.net/ubuntu/+source/linux-meta-oracle-6.8/+bug/2104178
3030
# which blocks attaching interfaces to neutron routers in OVS system.
3131
# Ignoring sets of tests failing because of this until kernel fix is released.
32-
export KAYOBE_AUTOMATION_TEMPEST_SKIPLIST=ci-aio-tempest-refstack
3332
fi
3433

3534
if [[ "$KAYOBE_ENVIRONMENT" =~ "ci-multinode" ]]; then

.automation.conf/tempest/skip-lists/ci-aio-tempest-refstack

Lines changed: 0 additions & 8 deletions
This file was deleted.

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)