From 4b331132907e3b7bbc6d3ccc57d799ef0ff65101 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Tue, 23 Jun 2020 10:26:50 -0500 Subject: [PATCH] Remove dragonflow Dragonflow was removed from governance in 2018 and is now being retired. This cleans up references to dragonflow jobs and configuration. http://lists.openstack.org/pipermail/openstack-discuss/2020-June/015600.html This backport drops sample config file and docs changes and only removes the zuul configuration since conceivable the project could still be used with older branches. Change-Id: Ie990da4e68e82d998768fa0c047cca4cccd59915 Signed-off-by: Sean McGinnis (cherry picked from commit cded615f86bbf44597df62617a002329dfad74d3) (cherry picked from commit 2bf9ca4599912454a86434675ee57ed522d47e60) --- .zuul.d/sdn.yaml | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/.zuul.d/sdn.yaml b/.zuul.d/sdn.yaml index f18fd4f94..8a2238a47 100644 --- a/.zuul.d/sdn.yaml +++ b/.zuul.d/sdn.yaml @@ -52,32 +52,3 @@ vars: devstack_localrc: KURYR_K8S_CONTAINERIZED_DEPLOYMENT: true - -- 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