From: Yolanda Robla Mota Date: Mon, 22 Aug 2016 09:40:46 +0000 (+0200) Subject: Increase the disk in the infracloud vms X-Git-Tag: colorado.1.0~132^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=3646110e662ab76ad01a98423d187c3b73a4b7bc;p=releng.git Increase the disk in the infracloud vms The 10g disk space is not enough to spin up some vms and test. With default flavors, just a m1.small needs 20g of disk. Increasing to 100g of disk in each vm, so we can test with better conditions. Change-Id: I7b273dc5881cb6af67b7852c1318ea739217602f Signed-off-by: Yolanda Robla --- diff --git a/prototypes/bifrost/scripts/test-bifrost-deployment.sh b/prototypes/bifrost/scripts/test-bifrost-deployment.sh index 807d823e0..5df58f8eb 100755 --- a/prototypes/bifrost/scripts/test-bifrost-deployment.sh +++ b/prototypes/bifrost/scripts/test-bifrost-deployment.sh @@ -34,6 +34,7 @@ TEST_VM_NUM_NODES=3 export TEST_VM_NODE_NAMES="jumphost.opnfvlocal controller00.opnfvlocal compute00.opnfvlocal" export VM_DOMAIN_TYPE="kvm" export VM_CPU=4 +export VM_DISK=100 TEST_PLAYBOOK="test-bifrost-infracloud.yaml" USE_INSPECTOR=true USE_CIRROS=false