summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhijiang Hu <hu.zhijiang@zte.com.cn>2017-11-17 02:13:14 -0500
committerZhijiang Hu <hu.zhijiang@zte.com.cn>2017-11-17 02:13:14 -0500
commit8dbc1fdd91884d315053c5e108af51fccc63f2a1 (patch)
tree2c46e1155563e8c28ffa72870ee0b6bd4a31b094
parent885fc9bb2ba45c46d8b3f4d18f2745e53295f66e (diff)
Update image to solve kolla-box missing packaget
Change-Id: I66cd8261533f0bb81d9e8839dbd3b819dbd2de88 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
-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 50c8ade6..e082c038 100755
--- a/code/install_interface_patch.sh
+++ b/code/install_interface_patch.sh
@@ -9,7 +9,7 @@
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
imagebranch="pike"
-imageversion="171116161159"
+imageversion="171117113539"
imageserver="http://artifacts.opnfv.org/daisy/upstream"
imagedir="/var/lib/daisy/versionfile/kolla"
imagename="kolla-image-$imagebranch-$imageversion.tgz"
diff --git a/code/makefile_patch.sh b/code/makefile_patch.sh
index 3bbcb9d1..bdfdf17f 100755
--- a/code/makefile_patch.sh
+++ b/code/makefile_patch.sh
@@ -13,7 +13,7 @@ TOOLS_PATH=$1
CACHE_PATH=/home/cache
imagebranch="pike"
-imageversion="171116161159"
+imageversion="171117113539"
imageserver="http://artifacts.opnfv.org/daisy/upstream"
imagename="kolla-image-$imagebranch-$imageversion.tgz"