From: Periyasamy Palanisamy Date: Fri, 26 Jan 2018 10:40:35 +0000 (+0100) Subject: correct XCI scenario variable X-Git-Tag: 6.0.0~23 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=9de9e41b112dcf88c20cf70b4743ac373a6de46a;p=sdnvpn.git correct XCI scenario variable Change-Id: I4fcd3773457b6acb14720b84ba145ed9cac0368c Signed-off-by: Periyasamy Palanisamy --- diff --git a/scenarios/os-odl-bgpvpn/xci_overrides b/scenarios/os-odl-bgpvpn/xci_overrides index 4e897d0..8b25c4f 100644 --- a/scenarios/os-odl-bgpvpn/xci_overrides +++ b/scenarios/os-odl-bgpvpn/xci_overrides @@ -1,7 +1,7 @@ #!/bin/bash -if [[ $OPNFV_SCENARIO == "os-odl-bgpvpn" ]] && [[ $XCI_FLAVOR == "ha" ]]; then +if [[ $DEPLOY_SCENARIO == "os-odl-bgpvpn" ]] && [[ $XCI_FLAVOR == "ha" ]]; then export VM_MEMORY_SIZE=20480 -elif [[ $OPNFV_SCENARIO == "os-odl-bgpvpn" ]]; then +elif [[ $DEPLOY_SCENARIO == "os-odl-bgpvpn" ]]; then export VM_MEMORY_SIZE=16384 fi \ No newline at end of file