From 1edefd3def79e3b333e287485d4c447a94666b93 Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Fri, 29 Sep 2017 10:14:46 -0400 Subject: Increase overcloud qcow2 size by 1500mb We are seeing build failures with 1200mb qcow2 size expansion, increasing to 1500mb. Change-Id: Ib177525559c7905c78fe5931c172fce01846b4c3 Signed-off-by: Feng Pan --- build/overcloud-full.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/overcloud-full.sh b/build/overcloud-full.sh index 2e964022..9b4f8490 100755 --- a/build/overcloud-full.sh +++ b/build/overcloud-full.sh @@ -41,8 +41,8 @@ rm -rf vsperf vsperf.tar.gz git clone https://gerrit.opnfv.org/gerrit/vswitchperf vsperf tar czf vsperf.tar.gz vsperf -# Increase disk size by 1200MB to accommodate more packages -qemu-img resize overcloud-full_build.qcow2 +1200M +# Increase disk size by 1500MB to accommodate more packages +qemu-img resize overcloud-full_build.qcow2 +1500M # expand file system to max disk size # installing forked apex-puppet-tripleo -- cgit 1.2.3-korg