From: Tim Rozet Date: Mon, 15 Aug 2016 18:50:24 +0000 (-0400) Subject: Increases RAM for controller in ODL NoHA X-Git-Tag: colorado.1.0~82^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=d4015fe0ec5b5d2fa42ad4d98181364a78f58285;p=apex.git Increases RAM for controller in ODL NoHA JIRA: APEX-234 Change-Id: Ieb055d5de33177dd6f6b5286f3ff1608d62fbf60 Signed-off-by: Tim Rozet --- diff --git a/lib/virtual-setup-functions.sh b/lib/virtual-setup-functions.sh index ed4d4dfd..abff25e4 100755 --- a/lib/virtual-setup-functions.sh +++ b/lib/virtual-setup-functions.sh @@ -45,7 +45,7 @@ EOF VM_COMPUTES=$((VM_COMPUTES - 1)) else capability="profile:control" - if [[ "${deploy_options_array['sdn_controller']}" == 'opendaylight' && "$ha_enabled" == "True" && "$ramsize" -lt 10240 ]]; then + if [[ "${deploy_options_array['sdn_controller']}" == 'opendaylight' && "$ramsize" -lt 10240 ]]; then echo "WARN: RAM per controller too low. OpenDaylight specified in HA deployment requires at least 10GB" echo "INFO: Increasing RAM per controller to 10GB" ramsize=10240