summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2016-08-22 10:57:18 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-22 10:57:18 +0000
commitd376b8ce2d24b67338c13fe6eedebf059fb74c29 (patch)
treee920cb6511b76c8c24f9ad08a496b48a28792a6d
parent0f68367fe54a6943a887cc6f087938258b8be9cd (diff)
parent3646110e662ab76ad01a98423d187c3b73a4b7bc (diff)
Merge "Increase the disk in the infracloud vms"
-rwxr-xr-xprototypes/bifrost/scripts/test-bifrost-deployment.sh1
1 files changed, 1 insertions, 0 deletions
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