summaryrefslogtreecommitdiffstats
path: root/code
diff options
context:
space:
mode:
authorZhijiang Hu <hu.zhijiang@zte.com.cn>2017-10-26 11:38:45 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-26 11:38:45 +0000
commitb09f1e970d7a9dfb68216975c2705bab3d84eac8 (patch)
treef4065fac0183c80667fd2a1fd0ef5991b85fff09 /code
parente422c79b1e7071f80711ada90fd9f800c0e0001d (diff)
parent707a7b00f7fe6762ba1c433a5657309c5364e2d9 (diff)
Merge "Update artifacts url" into stable/euphrates
Diffstat (limited to 'code')
-rwxr-xr-xcode/install_interface_patch.sh2
-rwxr-xr-xcode/makefile_patch.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/code/install_interface_patch.sh b/code/install_interface_patch.sh
index 6e239490..5177425b 100755
--- a/code/install_interface_patch.sh
+++ b/code/install_interface_patch.sh
@@ -10,7 +10,7 @@
##############################################################################
imagebranch="ocata"
imageversion="170811155446"
-imageserver="http://120.24.17.215"
+imageserver="http://artifacts.opnfv.org/daisy/upstream"
imagedir="/var/lib/daisy/versionfile/kolla"
imagename="kolla-image-$imagebranch-$imageversion.tgz"
mkdir -p $imagedir
diff --git a/code/makefile_patch.sh b/code/makefile_patch.sh
index 1893d946..5e734910 100755
--- a/code/makefile_patch.sh
+++ b/code/makefile_patch.sh
@@ -14,7 +14,7 @@ CACHE_PATH=/home/cache
imagebranch="ocata"
imageversion="170811155446"
-imageserver="http://120.24.17.215"
+imageserver="http://artifacts.opnfv.org/daisy/upstream"
imagename="kolla-image-$imagebranch-$imageversion.tgz"
isoname="CentOS-7-x86_64-Minimal-1611.iso"