summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-05-19 16:18:29 -0400
committerTim Rozet <trozet@redhat.com>2016-05-19 16:18:29 -0400
commit1e839cf966d0bcfb33775be472bc72be0df75f82 (patch)
tree2e8fea4f099f386661d71968580abe1b88d2adf3 /ci/deploy.sh
parent50ec69e104bd2ce26f22521b9a3caa4c16e0bca7 (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>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh2
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