From aec4b9a88ec277d30642339440735c8ca6af389b Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Mon, 5 Nov 2018 14:53:47 +0000 Subject: [PATCH] Remove Dragonflow ML2 driver Dragonflow is no longer maintained as an OpenStack project [1] and has therefore been removed from OpenStack-Ansible as a supported ML2 driver for neutron. [1] https://review.openstack.org/613856 Depends-On: https://review.openstack.org/615576 Change-Id: I3dc43800faf8eac5dcc8767c69f3cdab1eebe021 --- playbooks/defaults/repo_packages/openstack_services.yml | 7 ------- scripts/sources-branch-updater.sh | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/playbooks/defaults/repo_packages/openstack_services.yml b/playbooks/defaults/repo_packages/openstack_services.yml index d4d9e6bec4..ebe6a1b53d 100644 --- a/playbooks/defaults/repo_packages/openstack_services.yml +++ b/playbooks/defaults/repo_packages/openstack_services.yml @@ -77,13 +77,6 @@ designate_dashboard_git_project_group: horizon_all designate_dashboard_git_track_branch: master -## Dragonflow service -dragonflow_git_repo: https://git.openstack.org/openstack/dragonflow -dragonflow_git_install_branch: 0f05fc13d7bd26097d16c634c5ddeb63f9bfaecd # HEAD of "master" as of 08.08.2018 -dragonflow_git_project_group: neutron_all -dragonflow_git_track_branch: master - - ## Glance service glance_git_repo: https://git.openstack.org/openstack/glance glance_git_install_branch: bfa25c5e5c05399506404e66d53b0d61eaa06ab7 # HEAD of "master" as of 08.08.2018 diff --git a/scripts/sources-branch-updater.sh b/scripts/sources-branch-updater.sh index 15b2a481ef..e911ee9d03 100755 --- a/scripts/sources-branch-updater.sh +++ b/scripts/sources-branch-updater.sh @@ -39,7 +39,7 @@ if [[ -z ${OPENSTACK_SERVICE_LIST} ]]; then # Define the repositories to skip in an array. # These items are removed as they are not service projects # and therefore do not have policy/api-paste/etc files. - OPENSTACK_REPO_SKIP_LIST=( requirements dragonflow swift3 ) + OPENSTACK_REPO_SKIP_LIST=( requirements swift3 ) # Define the skip regex for any additional items to remove. # Items with a '-' are removed as those repositories are