From: Zhijiang Hu Date: Wed, 10 Jan 2018 12:27:25 +0000 (-0500) Subject: Update image X-Git-Tag: opnfv-6.0.0~21 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F53%2F50353%2F1;p=daisy.git Update image This fallbacks ODL version to opendaylight-6.3.0-0.1.20171122snap208.el7 trying to solve VM creation error occurred with opendaylight-6.3.0-0.1.20171211rel2065.el7. Upstream change is [1]: [1] https://review.openstack.org/#/c/532487/1 Change-Id: Ia5c70932b98c04beae2bc8464091c0b2f48b9d34 Signed-off-by: Zhijiang Hu --- diff --git a/code/install_interface_patch.sh b/code/install_interface_patch.sh index 70aef47f..8243e3a6 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="171226232545" +imageversion="180110175058" 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 53242f91..eca5e841 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="171226232545" +imageversion="180110175058" imageserver="http://artifacts.opnfv.org/daisy/upstream" imagename="kolla-image-$imagebranch-$imageversion.tgz"