Run *all* Amphora jobs with nested virtualization
In I950e81d3f9f23493f26d9f824d3052ed375ae62b I've forced the jobs explicitly saying "amphora" to run on clouds with nested virtualization enabled. I however omitted the jobs that are not having "amphora" in the name - defaults, IPv6 and OVS jobs. This commit fixes this. Change-Id: I1e70118bb9c7d80e78806c3319c95af7efd01a08
This commit is contained in:
parent
3f66afa57f
commit
e8592cd86c
@ -219,6 +219,7 @@
|
||||
- job:
|
||||
name: kuryr-kubernetes-octavia-base-ovs
|
||||
parent: kuryr-kubernetes-base-ovs
|
||||
nodeset: kuryr-nested-virt-ubuntu-focal
|
||||
description: |
|
||||
Kuryr-Kubernetes tempest job using octavia
|
||||
required-projects:
|
||||
|
@ -31,3 +31,33 @@
|
||||
- name: tempest
|
||||
nodes:
|
||||
- controller
|
||||
|
||||
- nodeset:
|
||||
name: kuryr-nested-virt-two-node-focal
|
||||
nodes:
|
||||
- name: controller
|
||||
label: nested-virt-ubuntu-focal
|
||||
- name: compute1
|
||||
label: nested-virt-ubuntu-focal
|
||||
groups:
|
||||
# Node where tests are executed and test results collected
|
||||
- name: tempest
|
||||
nodes:
|
||||
- controller
|
||||
# Nodes running the compute service
|
||||
- name: compute
|
||||
nodes:
|
||||
- controller
|
||||
- compute1
|
||||
# Nodes that are not the controller
|
||||
- name: subnode
|
||||
nodes:
|
||||
- compute1
|
||||
# Switch node for multinode networking setup
|
||||
- name: switch
|
||||
nodes:
|
||||
- controller
|
||||
# Peer nodes for multinode networking setup
|
||||
- name: peers
|
||||
nodes:
|
||||
- compute1
|
||||
|
@ -46,6 +46,7 @@
|
||||
- job:
|
||||
name: kuryr-kubernetes-tempest-defaults
|
||||
parent: kuryr-kubernetes-octavia-base
|
||||
nodeset: kuryr-nested-virt-ubuntu-focal
|
||||
description: |
|
||||
Kuryr-Kubernetes tempest job running kuryr containerized with OVN,
|
||||
Octavias amphora, default set of handlers, default SG driver and default
|
||||
@ -82,6 +83,7 @@
|
||||
|
||||
- job:
|
||||
name: kuryr-kubernetes-tempest-ipv6
|
||||
nodeset: kuryr-nested-virt-ubuntu-focal
|
||||
parent: kuryr-kubernetes-octavia-base
|
||||
description: |
|
||||
Kuryr-Kubernetes tempest job running kuryr containerized with IPv6 pod
|
||||
@ -232,7 +234,6 @@
|
||||
- job:
|
||||
name: kuryr-kubernetes-tempest-amphora-ovs
|
||||
parent: kuryr-kubernetes-octavia-base-ovs
|
||||
nodeset: kuryr-nested-virt-ubuntu-focal
|
||||
vars:
|
||||
devstack_localrc:
|
||||
KURYR_EP_DRIVER_OCTAVIA_PROVIDER: amphora
|
||||
|
@ -17,7 +17,7 @@
|
||||
parent: kuryr-kubernetes-octavia-base
|
||||
description: |
|
||||
Kuryr-Kubernetes tempest multinode job with OVN
|
||||
nodeset: openstack-two-node-focal
|
||||
nodeset: kuryr-nested-virt-two-node-focal
|
||||
host-vars:
|
||||
controller:
|
||||
devstack_plugins:
|
||||
@ -98,7 +98,7 @@
|
||||
parent: kuryr-kubernetes-octavia-base-ovs
|
||||
description: |
|
||||
Kuryr-Kubernetes tempest multinode job with OVS
|
||||
nodeset: openstack-two-node-focal
|
||||
nodeset: kuryr-nested-virt-two-node-focal
|
||||
group-vars:
|
||||
subnode:
|
||||
devstack_plugins:
|
||||
|
Loading…
Reference in New Issue
Block a user