summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYolanda Robla Mota <yroblamo@redhat.com>2016-08-22 11:40:46 +0200
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2017-08-11 12:56:12 -0700
commit239d562888968dabc565d1ec33f91db0a4a1fa44 (patch)
tree31ae315f46a23cf0193432c1df7f1f055dbf1b11
parent5919cda1cc03eb38b046722278ac31a810fcda46 (diff)
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 <yroblamo@redhat.com>
-rwxr-xr-xbifrost/scripts/test-bifrost-deployment.sh1
1 files changed, 1 insertions, 0 deletions
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