From 1c0da7e52a0f44397db799d5e529c1b415ca5183 Mon Sep 17 00:00:00 2001 From: Charles Farquhar Date: Wed, 21 Sep 2016 21:41:58 -0500 Subject: [PATCH] Add Swift3 middleware to openstack_services This change causes the repo building process to clone the swift3 middleware repo so a swift3 wheel can be built. Change-Id: If8ec396da90532b390975aab151e2439597fbc6a Related-Bug: 1625053 --- playbooks/defaults/repo_packages/openstack_services.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/playbooks/defaults/repo_packages/openstack_services.yml b/playbooks/defaults/repo_packages/openstack_services.yml index b249c01be1..951a409c99 100644 --- a/playbooks/defaults/repo_packages/openstack_services.yml +++ b/playbooks/defaults/repo_packages/openstack_services.yml @@ -198,6 +198,13 @@ swift_git_dest: "/opt/swift_{{ swift_git_install_branch | replace('/', '_') }}" swift_git_project_group: swift_all +## Swift3 middleware +swift3_git_repo: https://git.openstack.org/openstack/swift3 +swift3_git_install_branch: e1598e29d971eaa8855c1e00a72b19ea7d2cd023 # HEAD of "master" as of 15.02.2017 +swift3_git_dest: "/opt/swift3_{{ swift3_git_install_branch | replace('/', '_') }}" +swift3_git_project_group: swift_all + + ## Ironic service ironic_git_repo: https://git.openstack.org/openstack/ironic ironic_git_install_branch: f9ecaca12f7675cf17e84d947b8e5dbf03256005 # HEAD of "master" as of 03.03.2017