Update artifacts url 37/46237/1
authorJulien <zhang.jun3g@zte.com.cn>
Thu, 26 Oct 2017 07:00:24 +0000 (15:00 +0800)
committerJulien <zhang.jun3g@zte.com.cn>
Thu, 26 Oct 2017 07:00:24 +0000 (15:00 +0800)
Use artifacts.opnfv.org intead of other urls

Change-Id: I9a04d89cfbb8ee3c1296cff4a60180ae3248f1f2
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
code/install_interface_patch.sh
code/makefile_patch.sh
docs/release/installation/upgrade.rst

index 6e23949..5177425 100755 (executable)
@@ -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
index 1893d94..5e73491 100755 (executable)
@@ -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"
index ce95d50..164c72c 100644 (file)
@@ -11,7 +11,7 @@ update OpenStack minor version as the follows:
 Since Daisy's Kolla images are build by meeting the OPNFV requirements
 and have their own file packaging layout, Daisy requires user to
 always use Kolla image file built by Daisy team. Currently, it can be
-got from http://120.24.17.215/, or please
+got from http://artifacts.opnfv.org/daisy/upstream, or please
 see :ref:`this chapter <daisy-build-kolla-image>`
 for how to build your own image.