blob: df40e21a1e6097bf7566b00df40f78b1c63b734a [file] [log] [blame]
yatinkarel02c07e52021-12-16 12:35:13 +05301- nodeset:
2 name: neutron-nested-virt-ubuntu-focal
3 nodes:
4 - name: controller
5 label: nested-virt-ubuntu-focal
6 groups:
7 - name: tempest
8 nodes:
9 - controller
10
yatin3c309842022-12-16 15:59:14 +000011# Base nested switch job for non EM releases
yatinkarel02c07e52021-12-16 12:35:13 +053012- job:
Slawek Kaplonski8988a012022-04-07 10:50:44 +020013 name: neutron-tempest-plugin-base-nested-switch
14 parent: neutron-tempest-plugin-base
yatinkarel02c07e52021-12-16 12:35:13 +053015 abstract: true
Ghanshyam Mannd8e48b32023-01-25 15:42:27 -060016 branches: ^(?!stable/(queens|rocky|stein|train|ussuri|victoria|wallaby)).*$
yatinkarel02c07e52021-12-16 12:35:13 +053017 # Comment nodeset and vars to switch back to non nested nodes
18 nodeset: neutron-nested-virt-ubuntu-focal
19 vars:
20 devstack_localrc:
21 LIBVIRT_TYPE: kvm
Slawek Kaplonskifea6b0b2023-01-04 10:16:20 +010022 # cirros 0.6.1 not booting when host-passthrough is used
23 # LIBVIRT_CPU_MODE: host-passthrough
24 CIRROS_VERSION: 0.6.1
25 DEFAULT_IMAGE_NAME: cirros-0.6.1-x86_64-disk
26 DEFAULT_IMAGE_FILE_NAME: cirros-0.6.1-x86_64-disk.img
yatinkarel02c07e52021-12-16 12:35:13 +053027
28# Base nested switch job for EM releases
29- job:
yatinkarel92dcce42023-01-04 14:03:38 +053030 name: neutron-tempest-plugin-base-nested-switch
Slawek Kaplonski8988a012022-04-07 10:50:44 +020031 parent: neutron-tempest-plugin-base
yatinkarel02c07e52021-12-16 12:35:13 +053032 abstract: true
Ghanshyam Mannd8e48b32023-01-25 15:42:27 -060033 branches: ^(stable/(queens|rocky|stein|train|ussuri|victoria|wallaby)).*$