From 9c776d55e9f69de416823acff52017e9ea6ca5a8 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Thu, 18 Aug 2016 13:13:54 -0400 Subject: correcting the virtual baremetal defaults Defaults for virtual deployments was not correct, there were three baremetal nodes being created by default for a noha deployment. JIRA: APEX-221 Change-Id: I8b13ffb620d8ebaed4308725edbc7e84279872dd Signed-off-by: Dan Radez --- ci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/deploy.sh b/ci/deploy.sh index 71433683..91663dfc 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -45,7 +45,7 @@ OPNFV_NETWORK_TYPES="admin_network private_network public_network storage_networ VM_CPUS=4 VM_RAM=8 -VM_COMPUTES=2 +VM_COMPUTES=1 # Netmap used to map networks to OVS bridge names NET_MAP['admin_network']="br-admin" -- cgit 1.2.3-korg