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: 6.0.0~491 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=239d562888968dabc565d1ec33f91db0a4a1fa44;p=releng-xci.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/bifrost/scripts/test-bifrost-deployment.sh b/bifrost/scripts/test-bifrost-deployment.sh index 807d823e..5df58f8e 100755 --- a/bifrost/scripts/test-bifrost-deployment.sh +++ b/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