diff options
author | Tim Rozet <trozet@redhat.com> | 2016-05-19 16:18:29 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-05-19 16:18:29 -0400 |
commit | 1e839cf966d0bcfb33775be472bc72be0df75f82 (patch) | |
tree | 2e8fea4f099f386661d71968580abe1b88d2adf3 | |
parent | 50ec69e104bd2ce26f22521b9a3caa4c16e0bca7 (diff) |
Bumps Undercloud to 12GB
Testing this to see if it improves stability of deploys
Change-Id: I1bd2539e87230c080e2e652a1d74681d95a293fe
Signed-off-by: Tim Rozet <trozet@redhat.com>
-rwxr-xr-x | ci/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |