summaryrefslogtreecommitdiffstats
path: root/bifrost
diff options
context:
space:
mode:
authorYolanda Robla Mota <yroblamo@redhat.com>2016-08-19 13:37:41 +0200
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2017-08-11 12:56:12 -0700
commit5919cda1cc03eb38b046722278ac31a810fcda46 (patch)
tree874d43066c5e14c83c0eef3608467210d52d9b26 /bifrost
parent81ed220f6ba8a1a3b27a24a5465d13c081b82d39 (diff)
Increase the number of vcpus in testing
It defaults to 1 cpu, and that means that computes won't be able to spin up any node because the number of cpus are exhausted. Currently the playbook doesn't allow to individually set cpus, so defaulting everything to 4 temporarily. Change-Id: Ic6058b28f5d75a270e3897157ba034f804af8ab0 Signed-Off-By: Yolanda Robla <yroblamo@redhat.com>
Diffstat (limited to 'bifrost')
-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 ecd05e07..807d823e 100755
--- a/bifrost/scripts/test-bifrost-deployment.sh
+++ b/bifrost/scripts/test-bifrost-deployment.sh
@@ -33,6 +33,7 @@ BUILD_IMAGE=true
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
TEST_PLAYBOOK="test-bifrost-infracloud.yaml"
USE_INSPECTOR=true
USE_CIRROS=false