From: Tim Rozet Date: Thu, 19 May 2016 20:18:29 +0000 (-0400) Subject: Bumps Undercloud to 12GB X-Git-Tag: colorado.1.0~234^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F97%2F14397%2F1;p=apex.git Bumps Undercloud to 12GB Testing this to see if it improves stability of deploys Change-Id: I1bd2539e87230c080e2e652a1d74681d95a293fe Signed-off-by: Tim Rozet --- diff --git a/ci/deploy.sh b/ci/deploy.sh index e11d6ee0..5cde7992 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -372,7 +372,7 @@ function setup_undercloud_vm { if [[ $enabled_network_list =~ "public_network" ]]; then undercloud_nets+=" public_network" fi - define_vm undercloud hd 30 "$undercloud_nets" 4 10240 + define_vm undercloud hd 30 "$undercloud_nets" 4 12288 ### this doesn't work for some reason I was getting hangup events so using cp instead #virsh vol-upload --pool default --vol undercloud.qcow2 --file $CONFIG/stack/undercloud.qcow2