opnfv onosfw path update

Change-Id: I9551a4d24aa398e2bf97ba8becca9eaaa0bf95af
Signed-off-by: sathishkumar_murugesan <sathishcold@gmail.com>
This commit is contained in:
sathishkumar_murugesan
2017-04-20 16:22:23 +05:30
parent c7d6c2faf8
commit 76eb72e207

View File

@@ -2,7 +2,8 @@
set -eux
DIR="$(dirname `readlink -f $0`)"
TARGET="${DIR}/deployment_scripts/puppet/modules/onos/files"
base_url=http://205.177.226.237:9999/onosfw
base_url=http://artifacts.opnfv.org/compass4nfv/package/master/onosfw
jdk_url=http://download.oracle.com/otn/java/jdk/8u51-b16/
repo_target="${DIR}/repositories/ubuntu"
onos=https://downloads.onosproject.org/release//onos-1.8.4.tar.gz
package=package_ovs_debian.tar.gz
@@ -16,9 +17,8 @@ if [ ! -f $onos ]; then
fi
if [ ! -f $jdk ]; then
wget $base_url/$jdk -P $TARGET
wget $jdk_url/$jdk -P $TARGET
wget $base_url/$repo -P $TARGET
wget $base_url/$img -P $TARGET
fi
cd $repo_target