summaryrefslogtreecommitdiffstats
path: root/prototypes
diff options
context:
space:
mode:
authorYolanda Robla Mota <yroblamo@redhat.com>2016-08-19 13:37:41 +0200
committerYolanda Robla Mota <yroblamo@redhat.com>2016-08-19 13:40:04 +0200
commit2f69ed9d3d5c65998a3ac146f04411fcdd3607ca (patch)
tree8b7e45be61761247244edd7344881704b8baf260 /prototypes
parent18c8896d2f07ecd4dece2bebedf41e3357d571f3 (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 'prototypes')
-rw-r--r--prototypes/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 ecd05e07b..807d823e0 100644
--- a/prototypes/bifrost/scripts/test-bifrost-deployment.sh
+++ b/prototypes/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