summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhijiang Hu <hu.zhijiang@zte.com.cn>2017-10-26 07:44:04 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-26 07:44:04 +0000
commit4637bbfef69cfd1a5c7bd1f0466cde64050c0d61 (patch)
tree0e9d6c9c254e03ca6884ae82369d5981f6b4194e
parent5fe7c289c0588ace681979138a20dc893ee64831 (diff)
parent6a0f0d01557c896d6deeafb8aec125458fbe6115 (diff)
Merge "Update artifacts url"
-rwxr-xr-xcode/install_interface_patch.sh2
-rwxr-xr-xcode/makefile_patch.sh2
-rw-r--r--docs/release/installation/upgrade.rst2
3 files changed, 3 insertions, 3 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"
diff --git a/docs/release/installation/upgrade.rst b/docs/release/installation/upgrade.rst
index ce95d50b..164c72c9 100644
--- a/docs/release/installation/upgrade.rst
+++ b/docs/release/installation/upgrade.rst
@@ -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.