157cfe621c
- Run TLS job on multinode env (5 nodes). - Run umbrella job on multinode env. Update openstack umbrella chart values to work on multiple nodes (deploy mariadb and rabbit with general storage class). Change-Id: I50eabc2e56646c2e75cc84aad2280a6bb1a44df0
78 lines
2.4 KiB
YAML
78 lines
2.4 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.
|
|
|
|
- job:
|
|
name: openstack-helm-keystone-ldap-2023-2-ubuntu_jammy
|
|
parent: openstack-helm-keystone-ldap
|
|
nodeset: openstack-helm-1node-ubuntu_jammy
|
|
vars:
|
|
osh_params:
|
|
openstack_release: "2023.2"
|
|
container_distro_name: ubuntu
|
|
container_distro_version: jammy
|
|
feature_gates: ldap
|
|
|
|
- job:
|
|
name: openstack-helm-horizon-2023-2-ubuntu_jammy
|
|
parent: openstack-helm-horizon
|
|
nodeset: openstack-helm-1node-ubuntu_jammy
|
|
vars:
|
|
osh_params:
|
|
openstack_release: "2023.2"
|
|
container_distro_name: ubuntu
|
|
container_distro_version: jammy
|
|
feature_gates: logo
|
|
|
|
- job:
|
|
name: openstack-helm-cinder-2023-2-ubuntu_jammy
|
|
parent: openstack-helm-cinder-rook
|
|
nodeset: openstack-helm-3nodes-ubuntu_jammy
|
|
vars:
|
|
osh_params:
|
|
openstack_release: "2023.2"
|
|
container_distro_name: ubuntu
|
|
container_distro_version: jammy
|
|
|
|
- job:
|
|
name: openstack-helm-compute-kit-2023-2-ubuntu_jammy
|
|
parent: openstack-helm-compute-kit
|
|
nodeset: openstack-helm-3nodes-ubuntu_jammy
|
|
vars:
|
|
osh_params:
|
|
openstack_release: "2023.2"
|
|
container_distro_name: ubuntu
|
|
container_distro_version: jammy
|
|
|
|
- job:
|
|
name: openstack-helm-compute-kit-metallb-2023-2-ubuntu_jammy
|
|
parent: openstack-helm-compute-kit
|
|
nodeset: openstack-helm-1node-2nodes-ubuntu_jammy
|
|
vars:
|
|
metallb_setup: true
|
|
osh_params:
|
|
openstack_release: "2023.2"
|
|
container_distro_name: ubuntu
|
|
container_distro_version: jammy
|
|
feature_gates: metallb
|
|
|
|
- job:
|
|
name: openstack-helm-compute-kit-ovn-2023-2-ubuntu_jammy
|
|
parent: openstack-helm-compute-kit-ovn
|
|
nodeset: openstack-helm-3nodes-ubuntu_jammy
|
|
vars:
|
|
osh_params:
|
|
openstack_release: "2023.2"
|
|
container_distro_name: ubuntu
|
|
container_distro_version: jammy
|
|
feature_gates: ovn
|