From 6a7ee18538561c772b0bfbc48805e2a2de74a9c6 Mon Sep 17 00:00:00 2001 From: Zhijiang Hu Date: Fri, 13 Apr 2018 17:54:50 +0800 Subject: Update OS image for target nodes During deployment of DPDK scenario for Queens, we encountered kernel panic and soft lock. Hope a Kernel upgrade may help. Change-Id: I741cc81fcce499a93832a5980f0ed2fd568f957f Signed-off-by: Zhijiang Hu --- code/makefile_patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/makefile_patch.sh b/code/makefile_patch.sh index 4f06515d..150bf84d 100755 --- a/code/makefile_patch.sh +++ b/code/makefile_patch.sh @@ -17,7 +17,7 @@ imageversion="180410142414" imageserver="http://artifacts.opnfv.org/daisy/upstream" imagename="kolla-image-$imagebranch-$imageversion.tgz" -isoname="CentOS-7-x86_64-Minimal-1611.iso" +isoname="CentOS-7-x86_64-Minimal-1802-01.iso" isourl="http://buildlogs.centos.org/rolling/7/isos/x86_64/${isoname}" cirros_server="http://download.cirros-cloud.net" -- cgit 1.2.3-korg