blob: 69e841fbc6c612c3a5271b606f379697143081cb [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
11# Base nested switch job for non EM releases
12- job:
13 name: neutron-tempest-plugin-scenario-nested-switch
14 parent: neutron-tempest-plugin-scenario
15 abstract: true
16 branches: ^(?!stable/(queens|rocky|stein|train|ussuri)).*$
17 # 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
22 LIBVIRT_CPU_MODE: host-passthrough
23 CIRROS_VERSION: 0.5.1
24 DEFAULT_IMAGE_NAME: cirros-0.5.1-x86_64-disk
25 DEFAULT_IMAGE_FILE_NAME: cirros-0.5.1-x86_64-disk.img
26
27# Base nested switch job for EM releases
28- job:
29 name: neutron-tempest-plugin-scenario-nested-switch
30 parent: neutron-tempest-plugin-scenario
31 abstract: true
32 branches: ^(stable/(queens|rocky|stein|train|ussuri)).*$