
Deploying without kuryr-daemon is deprecated since Rocky and we announced that it will be removed in the Rocky release notes. This commit removes all the code that allows that, updates the documentation, DevStack plugin and gates definitions. Implements: blueprint remove-non-daemon Change-Id: I65598d4a6ecb5c3dfde04dc5fefd7b02fc72a0cb
83 lines
2.5 KiB
YAML
83 lines
2.5 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://git.openstack.org/openstack/networking-ovn
|
|
neutron: https://git.openstack.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
|
|
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
|
|
voting: false
|
|
|
|
- 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-dragonflow
|
|
parent: kuryr-kubernetes-tempest-octavia
|
|
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
|