Bumps Undercloud to 12GB 97/14397/1
authorTim Rozet <trozet@redhat.com>
Thu, 19 May 2016 20:18:29 +0000 (16:18 -0400)
committerTim Rozet <trozet@redhat.com>
Thu, 19 May 2016 20:18:29 +0000 (16:18 -0400)
Testing this to see if it improves stability of deploys

Change-Id: I1bd2539e87230c080e2e652a1d74681d95a293fe
Signed-off-by: Tim Rozet <trozet@redhat.com>
ci/deploy.sh

index e11d6ee..5cde799 100755 (executable)
@@ -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