Files
openstack-helm/zuul.d/nodesets.yaml
Vladimir Kozhukalov fbea6d2d35 [octavia] Add test case for load balancer
We've been merging quite a few improvements for Ocatavia
chart recently but we've been skipping testing them.
This PS adds the Octavia test case which tests the
simplest load balancing env with two workload instances
and one amphora instance.

The PS also brings some changes to the Octavia chart:

- Run driver agent as a separate deployment on network nodes
- Run worker as a daemonset (same as health manager) on network
  nodes. It creates an interface attached to the Octavia
  management network to get access to amophora instances.

Change-Id: Id12e30eb7aac432e3f12b83e1f93d98e54c503cf
Signed-off-by: Vladimir Kozhukalov <kozhukalov@gmail.com>
2025-07-29 05:37:06 -05:00

428 lines
9.1 KiB
YAML

---
# 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-helm-1node-ubuntu_focal
nodes:
- name: primary
label: ubuntu-focal
groups:
- name: primary
nodes:
- primary
- name: k8s_cluster
nodes:
- primary
- name: k8s_control_plane
nodes:
- primary
- nodeset:
name: openstack-helm-3nodes-ubuntu_focal
nodes:
- name: primary
label: ubuntu-focal
- name: node-1
label: ubuntu-focal
- name: node-2
label: ubuntu-focal
groups:
- name: primary
nodes:
- primary
- name: nodes
nodes:
- node-1
- node-2
- name: k8s_cluster
nodes:
- primary
- node-1
- node-2
- name: k8s_control_plane
nodes:
- primary
- name: k8s_nodes
nodes:
- node-1
- node-2
- nodeset:
name: openstack-helm-1node-32GB-ubuntu_focal
nodes:
- name: primary
# This label is available in vexxhost ca-ymq-1 region
# The flavor v3-standard-8 in this particular region has
# 32GB nodes. The number of such nodes is extremely limited.
label: ubuntu-focal-32GB
groups:
- name: primary
nodes:
- primary
- name: k8s_cluster
nodes:
- primary
- name: k8s_control_plane
nodes:
- primary
- nodeset:
name: openstack-helm-1node-ubuntu_jammy
nodes:
- name: primary
label: ubuntu-jammy
groups:
- name: primary
nodes:
- primary
- name: k8s_cluster
nodes:
- primary
- name: k8s_control_plane
nodes:
- primary
- nodeset:
name: openstack-helm-3nodes-ubuntu_jammy
nodes:
- name: primary
label: ubuntu-jammy
- name: node-1
label: ubuntu-jammy
- name: node-2
label: ubuntu-jammy
groups:
- name: primary
nodes:
- primary
- name: nodes
nodes:
- node-1
- node-2
- name: k8s_cluster
nodes:
- primary
- node-1
- node-2
- name: k8s_control_plane
nodes:
- primary
- name: k8s_nodes
nodes:
- node-1
- node-2
- nodeset:
name: openstack-helm-1node-2nodes-ubuntu_jammy
nodes:
- name: primary
label: ubuntu-jammy
- name: node-1
label: ubuntu-jammy
- name: node-2
label: ubuntu-jammy
groups:
- name: primary
nodes:
- primary
- name: k8s_cluster
nodes:
- node-1
- node-2
- name: k8s_control_plane
nodes:
- node-1
- name: k8s_nodes
nodes:
- node-2
- nodeset:
name: openstack-helm-1node-3nodes-ubuntu_jammy
nodes:
- name: primary
label: ubuntu-jammy
- name: node-1
label: ubuntu-jammy
- name: node-2
label: ubuntu-jammy
- name: node-3
label: ubuntu-jammy
groups:
- name: primary
nodes:
- primary
- name: k8s_cluster
nodes:
- node-1
- node-2
- node-3
- name: k8s_control_plane
nodes:
- node-1
- name: k8s_nodes
nodes:
- node-2
- node-3
- nodeset:
name: openstack-helm-1node-32GB-ubuntu_jammy
nodes:
- name: primary
# This label is available in vexxhost ca-ymq-1 region
# The flavor v3-standard-8 in this particular region has
# 32GB nodes. The number of such nodes is extremely limited.
label: ubuntu-jammy-32GB
groups:
- name: primary
nodes:
- primary
- name: k8s_cluster
nodes:
- primary
- name: k8s_control_plane
nodes:
- primary
- nodeset:
name: openstack-helm-4nodes-ubuntu_jammy
nodes:
- name: primary
label: ubuntu-jammy
- name: node-1
label: ubuntu-jammy
- name: node-2
label: ubuntu-jammy
- name: node-3
label: ubuntu-jammy
groups:
- name: primary
nodes:
- primary
- name: nodes
nodes:
- node-1
- node-2
- node-3
- name: k8s_cluster
nodes:
- primary
- node-1
- node-2
- node-3
- name: k8s_control_plane
nodes:
- primary
- name: k8s_nodes
nodes:
- node-1
- node-2
- node-3
- nodeset:
name: openstack-helm-5nodes-ubuntu_jammy
nodes:
- name: primary
label: ubuntu-jammy
- name: node-1
label: ubuntu-jammy
- name: node-2
label: ubuntu-jammy
- name: node-3
label: ubuntu-jammy
- name: node-4
label: ubuntu-jammy
groups:
- name: primary
nodes:
- primary
- name: nodes
nodes:
- node-1
- node-2
- node-3
- node-4
- name: k8s_cluster
nodes:
- primary
- node-1
- node-2
- node-3
- node-4
- name: k8s_control_plane
nodes:
- primary
- name: k8s_nodes
nodes:
- node-1
- node-2
- node-3
- node-4
- nodeset:
name: openstack-helm-1node-ubuntu_noble
nodes:
- name: primary
label: ubuntu-noble
groups:
- name: primary
nodes:
- primary
- name: k8s_cluster
nodes:
- primary
- name: k8s_control_plane
nodes:
- primary
- nodeset:
name: openstack-helm-3nodes-ubuntu_noble
nodes:
- name: primary
label: ubuntu-noble
- name: node-1
label: ubuntu-noble
- name: node-2
label: ubuntu-noble
groups:
- name: primary
nodes:
- primary
- name: nodes
nodes:
- node-1
- node-2
- name: k8s_cluster
nodes:
- primary
- node-1
- node-2
- name: k8s_control_plane
nodes:
- primary
- name: k8s_nodes
nodes:
- node-1
- node-2
- nodeset:
name: openstack-helm-1node-2nodes-ubuntu_noble
nodes:
- name: primary
label: ubuntu-noble
- name: node-1
label: ubuntu-noble
- name: node-2
label: ubuntu-noble
groups:
- name: primary
nodes:
- primary
- name: k8s_cluster
nodes:
- node-1
- node-2
- name: k8s_control_plane
nodes:
- node-1
- name: k8s_nodes
nodes:
- node-2
- nodeset:
name: openstack-helm-1node-3nodes-ubuntu_noble
nodes:
- name: primary
label: ubuntu-noble
- name: node-1
label: ubuntu-noble
- name: node-2
label: ubuntu-noble
- name: node-3
label: ubuntu-noble
groups:
- name: primary
nodes:
- primary
- name: k8s_cluster
nodes:
- node-1
- node-2
- node-3
- name: k8s_control_plane
nodes:
- node-1
- name: k8s_nodes
nodes:
- node-2
- node-3
- nodeset:
name: openstack-helm-1node-32GB-ubuntu_noble
nodes:
- name: primary
# This label is available in vexxhost ca-ymq-1 region
# The flavor v3-standard-8 in this particular region has
# 32GB nodes. The number of such nodes is extremely limited.
label: ubuntu-noble-32GB
groups:
- name: primary
nodes:
- primary
- name: k8s_cluster
nodes:
- primary
- name: k8s_control_plane
nodes:
- primary
- nodeset:
name: openstack-helm-5nodes-ubuntu_noble
nodes:
- name: primary
label: ubuntu-noble
- name: node-1
label: ubuntu-noble
- name: node-2
label: ubuntu-noble
- name: node-3
label: ubuntu-noble
- name: node-4
label: ubuntu-noble
groups:
- name: primary
nodes:
- primary
- name: nodes
nodes:
- node-1
- node-2
- node-3
- node-4
- name: k8s_cluster
nodes:
- primary
- node-1
- node-2
- node-3
- node-4
- name: k8s_control_plane
nodes:
- primary
- name: k8s_nodes
nodes:
- node-1
- node-2
- node-3
- node-4
...