blob: fa5217c143aeef1b6965aad760ac225c5d4edf95 [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
yatinkarel667393b2023-05-09 18:31:55 +053011- nodeset:
12 name: neutron-nested-virt-ubuntu-jammy
13 nodes:
14 - name: controller
15 label: nested-virt-ubuntu-jammy
16 groups:
17 - name: tempest
18 nodes:
19 - controller
20
Rodolfo Alonso Hernandeze0b3c242024-10-22 18:05:37 +000021- nodeset:
22 name: neutron-nested-virt-ubuntu-noble
23 nodes:
24 - name: controller
25 label: nested-virt-ubuntu-noble
26 groups:
27 - name: tempest
28 nodes:
29 - controller
30
31# Base nested switch job for 2025.1 and later
yatinkarel02c07e52021-12-16 12:35:13 +053032- job:
Slawek Kaplonski8988a012022-04-07 10:50:44 +020033 name: neutron-tempest-plugin-base-nested-switch
34 parent: neutron-tempest-plugin-base
yatinkarel02c07e52021-12-16 12:35:13 +053035 abstract: true
yatinkarel97409c62023-09-22 11:41:17 +053036 branches:
Rodolfo Alonso Hernandeze0b3c242024-10-22 18:05:37 +000037 regex: ^(unmaintained|stable/(victoria|wallaby|xena|yoga|zed|2023|2024)).*$
yatinkarel97409c62023-09-22 11:41:17 +053038 negate: true
yatinkarel02c07e52021-12-16 12:35:13 +053039 # Comment nodeset and vars to switch back to non nested nodes
Rodolfo Alonso Hernandeze0b3c242024-10-22 18:05:37 +000040 nodeset: neutron-nested-virt-ubuntu-noble
yatinkarel667393b2023-05-09 18:31:55 +053041 vars: &nested_virt_vars
yatinkarel02c07e52021-12-16 12:35:13 +053042 devstack_localrc:
43 LIBVIRT_TYPE: kvm
yatinkarele4a1f532023-10-04 15:01:50 +053044 # NOTE(ykarel): seeing issues with host-passthrough mode
45 # https://bugs.launchpad.net/neutron/+bug/2036603
46 # LIBVIRT_CPU_MODE: host-passthrough
yatinkarela7a7ce82024-07-15 12:24:46 +053047 # TODO(ykarel): switch to 0.6.2+ once lp#2045549 is fixed
48 CIRROS_VERSION: 0.5.3
49 DEFAULT_IMAGE_NAME: cirros-0.5.3-x86_64-disk
50 DEFAULT_IMAGE_FILE_NAME: cirros-0.5.3-x86_64-disk.img
yatinkarel02c07e52021-12-16 12:35:13 +053051
Rodolfo Alonso Hernandeze0b3c242024-10-22 18:05:37 +000052# Base nested switch job for 2023.1 till 2024.2
53- job:
54 name: neutron-tempest-plugin-base-nested-switch
55 parent: neutron-tempest-plugin-base
56 abstract: true
57 branches: ^(unmaintained|stable)/(2023|2024).*$
58 # Comment nodeset and vars to switch back to non nested nodes
59 nodeset: neutron-nested-virt-ubuntu-jammy
60 vars: *nested_virt_vars
61
yatinkarel667393b2023-05-09 18:31:55 +053062# Base nested switch job for yoga and zed
63- job:
64 name: neutron-tempest-plugin-base-nested-switch
65 parent: neutron-tempest-plugin-base
66 abstract: true
yatinkarelff96cde2024-02-08 18:35:56 +053067 branches: ^(unmaintained|stable)/(yoga|zed)$
yatinkarel667393b2023-05-09 18:31:55 +053068 # Comment nodeset and vars to switch back to non nested nodes
69 nodeset: neutron-nested-virt-ubuntu-focal
70 vars: *nested_virt_vars
71
yatinkarel02c07e52021-12-16 12:35:13 +053072# Base nested switch job for EM releases
73- job:
yatinkarel92dcce42023-01-04 14:03:38 +053074 name: neutron-tempest-plugin-base-nested-switch
Slawek Kaplonski8988a012022-04-07 10:50:44 +020075 parent: neutron-tempest-plugin-base
yatinkarel02c07e52021-12-16 12:35:13 +053076 abstract: true
Takashi Kajinami84d56d02024-02-09 14:29:31 +090077 branches: ^(stable/(victoria|wallaby|xena)).*$