kuryr-kubernetes/.zuul.d/nodesets.yaml
Michał Dulko e8592cd86c 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
2022-03-10 10:42:34 +01:00

64 lines
1.7 KiB
YAML

# Copyright 2018 Red Hat, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
- nodeset:
name: openstack-centos-7-single-node
nodes:
- name: controller
label: centos-7
groups:
- name: tempest
nodes:
- controller
- nodeset:
name: kuryr-nested-virt-ubuntu-focal
nodes:
- name: controller
label: nested-virt-ubuntu-focal
groups:
- 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