diff options
author | Dan Radez <dradez@redhat.com> | 2016-08-17 11:09:42 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-12-01 08:42:27 -0500 |
commit | f5208cf13b61b41ecd339546c2d076d0d098d1e5 (patch) | |
tree | 61e42480291e26e42bb55de67c4620b0c2dc5a0d /build/overcloud-opendaylight.sh | |
parent | 199e92bf52cc75046eb41daa917bf91a65708c9f (diff) |
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 <dradez@redhat.com>
Diffstat (limited to 'build/overcloud-opendaylight.sh')
-rwxr-xr-x | build/overcloud-opendaylight.sh | 3 |
1 files changed, 1 insertions, 2 deletions
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 |