Increase the disk in the infracloud vms 75/19175/1
authorYolanda Robla Mota <yroblamo@redhat.com>
Mon, 22 Aug 2016 09:40:46 +0000 (11:40 +0200)
committerYolanda Robla Mota <yroblamo@redhat.com>
Mon, 22 Aug 2016 09:48:02 +0000 (11:48 +0200)
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 <yroblamo@redhat.com>
prototypes/bifrost/scripts/test-bifrost-deployment.sh

index 807d823..5df58f8 100755 (executable)
@@ -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