kuryr-kubernetes/.zuul.d/sdn.yaml

62 lines
1.9 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.
- job:
name: kuryr-kubernetes-tempest-ovn
parent: kuryr-kubernetes-tempest-octavia
description: |
Kuryr-Kubernetes tempest job using OVN
required-projects:
- openstack/networking-ovn
host-vars:
controller:
devstack_plugins:
networking-ovn: https://opendev.org/openstack/networking-ovn
neutron: https://opendev.org/openstack/neutron
vars:
devstack_localrc:
OVS_HOST_PATH: /usr/local/var/run/openvswitch
Q_USE_PROVIDERNET_FOR_PUBLIC: true
PHYSICAL_NETWORK: public
OVN_L3_CREATE_PUBLIC_NETWORK: true
devstack_services:
ovn-northd: true
ovn-controller: true
networking-ovn-metadata-agent: true
q-agt: false
q-l3: false
q-dhcp: false
q-meta: false
q-trunk: true
kuryr-daemon: true
voting: false
- job:
name: kuryr-kubernetes-tempest-daemon-ovn
parent: kuryr-kubernetes-tempest-ovn
description: |
Kuryr-Kubernetes tempest job using OVN, CNI daemon
vars:
devstack_services:
kuryr-daemon: true
- job:
name: kuryr-kubernetes-tempest-daemon-containerized-ovn
parent: kuryr-kubernetes-tempest-daemon-ovn
description: |
Kuryr-Kubernetes tempest job using OVN, CNI daemon and Containerized
vars:
devstack_localrc:
KURYR_K8S_CONTAINERIZED_DEPLOYMENT: true