94 lines
2.9 KiB
YAML
94 lines
2.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
|
|
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:
|
|
VAR_RUN_PATH: /usr/local/var/run
|
|
Q_USE_PROVIDERNET_FOR_PUBLIC: true
|
|
PHYSICAL_NETWORK: public
|
|
OVN_L3_CREATE_PUBLIC_NETWORK: true
|
|
# OVN already builds from source by default
|
|
Q_BUILD_OVS_FROM_GIT: false
|
|
KURYR_NEUTRON_DEFAULT_ROUTER: kuryr-router
|
|
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
|
|
|
|
- job:
|
|
name: kuryr-kubernetes-tempest-containerized-ovn
|
|
parent: kuryr-kubernetes-tempest-ovn
|
|
description: |
|
|
Kuryr-Kubernetes tempest job using OVN and Containerized
|
|
vars:
|
|
devstack_localrc:
|
|
KURYR_K8S_CONTAINERIZED_DEPLOYMENT: true
|
|
|
|
- job:
|
|
name: kuryr-kubernetes-tempest-containerized-ovn-ipv6
|
|
parent: kuryr-kubernetes-tempest-containerized-ovn
|
|
description: |
|
|
Kuryr-Kubernetes tempest job running kuryr containerized with OVN and
|
|
IPv6 pod and service networks
|
|
vars:
|
|
devstack_localrc:
|
|
KURYR_IPV6: true
|
|
voting: false
|
|
|
|
- job:
|
|
name: kuryr-kubernetes-tempest-dragonflow
|
|
parent: kuryr-kubernetes-tempest
|
|
description: |
|
|
Kuryr-Kubernetes tempest job using Dragonflow
|
|
required-projects:
|
|
- openstack/dragonflow
|
|
vars:
|
|
devstack_localrc:
|
|
Q_ENABLE_DRAGONFLOW_LOCAL_CONTROLLER: true
|
|
DF_RUNNING_IN_GATE: true
|
|
TUNNEL_TYPE: vxlan
|
|
DF_L2_RESPONDER: true
|
|
OVS_INSTALL_FROM_GIT: false
|
|
OVS_BRANCH: master
|
|
devstack_services:
|
|
q-agt: false
|
|
q-dhcp: false
|
|
q-l3: false
|
|
q-trunk: true
|
|
df-redis: true
|
|
df-redis-server: true
|
|
df-controller: true
|
|
df-ext-services: true
|
|
df-l3-agent: true
|
|
devstack_plugins:
|
|
dragonflow: https://github.com/openstack/dragonflow
|
|
voting: false
|