diff options
author | Tim Rozet <trozet@redhat.com> | 2016-08-16 02:54:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-16 02:54:36 +0000 |
commit | 153c3d00021e34f808526bb19ac6cf491b79c9d2 (patch) | |
tree | 90ce06e7fa95e8cb0941206585bf17abd11b2118 | |
parent | 14bad841d9b2480becb16923f055b71356f5dfe3 (diff) | |
parent | d4015fe0ec5b5d2fa42ad4d98181364a78f58285 (diff) |
Merge "Increases RAM for controller in ODL NoHA"
-rwxr-xr-x | lib/virtual-setup-functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |