From f5208cf13b61b41ecd339546c2d076d0d098d1e5 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Wed, 17 Aug 2016 11:09:42 -0400 Subject: Updates to Caching - updates cache to use the cache dir as a linked representation of the build dir - fixing cache build/extract JIRA: APEX-325 Change-Id: I80bf67e5d55ca2e069ca72e6b47303368bda0433 Signed-off-by: Dan Radez --- build/overcloud-opendaylight.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build/overcloud-opendaylight.sh') diff --git a/build/overcloud-opendaylight.sh b/build/overcloud-opendaylight.sh index 4152c195..49c5f21e 100755 --- a/build/overcloud-opendaylight.sh +++ b/build/overcloud-opendaylight.sh @@ -53,8 +53,7 @@ gpgcheck=0 EOF # SDNVPN - Copy tunnel setup script -wget https://raw.githubusercontent.com/openstack/fuel-plugin-opendaylight/brahmaputra-sr2/deployment_scripts/puppet/modules/opendaylight/templates/setup_TEPs.py - +curl -fO https://raw.githubusercontent.com/openstack/fuel-plugin-opendaylight/brahmaputra-sr2/deployment_scripts/puppet/modules/opendaylight/templates/setup_TEPs.py # install ODL packages # install Jolokia for ODL HA -- cgit 1.2.3-korg