From 77706c0584454cac0dde32947f0ddeb84ee64b0e Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Fri, 10 Mar 2017 15:07:12 -0500 Subject: Remove ocata puppet-ovn injection This was needed in Danube, can be removed for Euphrates+ JIRA: APEX-431 Change-Id: Ic2101581c3ae9cbf80d5ed6b64be8e7b3bc9abf7 Signed-off-by: Dan Radez --- build/overcloud-full.sh | 9 --------- 1 file changed, 9 deletions(-) (limited to 'build/overcloud-full.sh') diff --git a/build/overcloud-full.sh b/build/overcloud-full.sh index 9de6d9ab..963579f3 100755 --- a/build/overcloud-full.sh +++ b/build/overcloud-full.sh @@ -68,13 +68,6 @@ pushd puppet-tacker > /dev/null git archive --format=tar.gz --prefix=tacker/ origin/stable/ocata > ${BUILD_DIR}/puppet-tacker.tar.gz popd > /dev/null -# tar up the ovn puppet module -rm -rf puppet-ovn -git clone https://github.com/openstack/puppet-ovn -pushd puppet-ovn > /dev/null -git archive --format=tar.gz --prefix=ovn/ origin/stable/ocata > ${BUILD_DIR}/puppet-ovn.tar.gz -popd > /dev/null - # Master FD.IO Repo cat > ${BUILD_DIR}/fdio.repo << EOF [fdio-master] @@ -158,8 +151,6 @@ LIBGUESTFS_BACKEND=direct virt-customize \ --install /root/$tacker_pkg \ --upload ${BUILD_DIR}/noarch/$tackerclient_pkg:/root/ \ --install /root/$tackerclient_pkg \ - --upload ${BUILD_DIR}/puppet-ovn.tar.gz:/etc/puppet/modules/ \ - --run-command "cd /etc/puppet/modules/ && rm -fr ovn && tar xzf puppet-ovn.tar.gz" \ --run-command "curl -f https://copr.fedorainfracloud.org/coprs/leifmadsen/ovs-master/repo/epel-7/leifmadsen-ovs-master-epel-7.repo > /etc/yum.repos.d/leifmadsen-ovs-master-epel-7.repo" \ --run-command "mkdir /root/ovs27" \ --run-command "yumdownloader --destdir=/root/ovs27 openvswitch*2.7* python-openvswitch-2.7*" \ -- cgit 1.2.3-korg