diff options
author | 2018-04-13 17:54:50 +0800 | |
---|---|---|
committer | 2018-04-13 17:54:50 +0800 | |
commit | 6a7ee18538561c772b0bfbc48805e2a2de74a9c6 (patch) | |
tree | 4f810c66478cb8c7a682793f17ccf4b1393622d3 | |
parent | c314d9c3a5f522f9b2979ef03b218c852b72cfb3 (diff) |
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 <hu.zhijiang@zte.com.cn>
-rwxr-xr-x | code/makefile_patch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |