opnfv onosfw path update
Change-Id: I9551a4d24aa398e2bf97ba8becca9eaaa0bf95af Signed-off-by: sathishkumar_murugesan <sathishcold@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user