summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-08-18 13:13:54 -0400
committerDan Radez <dradez@redhat.com>2016-08-22 13:26:29 -0400
commit9c776d55e9f69de416823acff52017e9ea6ca5a8 (patch)
treedfb60c97d7e37a1b59edf2a5edc9d0208af80024 /ci
parent768da1ab4788130d62848b2db172503fa5b37e02 (diff)
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 <dradez@redhat.com>
Diffstat (limited to 'ci')
-rwxr-xr-xci/deploy.sh2
1 files changed, 1 insertions, 1 deletions
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"