diff options
Diffstat (limited to 'prototypes')
-rwxr-xr-x | prototypes/bifrost/scripts/test-bifrost-deployment.sh | 1 |
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 100755 --- 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 |