whitebox-neutron-tempest-pl.../zuul.d/base-nested-switch.yaml
yatinkarel 204b394315 Switch jobs to run on ubuntu noble
Default testing distro for epoxy cycle is ubuntu noble[1].
Also noble includes OVN latest LTS version i.e 24.03 so
removing build from source vars.
Also use crudini package instead of pip module as latest
pip don't allow modules to be install system wide.

[1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html

Change-Id: I10a46b9f9aa1708b840353892e95069c0ffa5d06
2024-12-27 15:09:18 +05:30

29 lines
965 B
YAML

- nodeset:
name: whitebox-neutron-single-node-ubuntu-noble
nodes:
- name: controller
label: nested-virt-ubuntu-noble
groups:
- name: tempest
nodes:
- controller
- job:
name: whitebox-neutron-tempest-plugin-base-nested-switch
parent: whitebox-neutron-tempest-plugin-base
abstract: true
branches:
regex: ^(unmaintained|stable/(victoria|wallaby|xena|yoga|zed)).*$
negate: true
# Comment nodeset and vars to switch back to non nested nodes
nodeset: whitebox-neutron-single-node-ubuntu-noble
vars: &nested_virt_vars
devstack_localrc:
LIBVIRT_TYPE: kvm
# NOTE(ykarel): seeing issues with host-passthrough mode
# https://bugs.launchpad.net/neutron/+bug/2036603
# LIBVIRT_CPU_MODE: host-passthrough
CIRROS_VERSION: 0.6.2
DEFAULT_IMAGE_NAME: cirros-0.6.2-x86_64-disk
DEFAULT_IMAGE_FILE_NAME: cirros-0.6.2-x86_64-disk.img