diff options
author | Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com> | 2018-01-26 11:40:35 +0100 |
---|---|---|
committer | Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com> | 2018-01-26 11:40:35 +0100 |
commit | 9de9e41b112dcf88c20cf70b4743ac373a6de46a (patch) | |
tree | f3fae091706635b3a0405f4d789d8a4ad26017d8 /scenarios/os-odl-bgpvpn/xci_overrides | |
parent | 56791ea2dc5bcd0ba2d1811753dbbb5934fd8a92 (diff) |
correct XCI scenario variable
Change-Id: I4fcd3773457b6acb14720b84ba145ed9cac0368c
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Diffstat (limited to 'scenarios/os-odl-bgpvpn/xci_overrides')
-rw-r--r-- | scenarios/os-odl-bgpvpn/xci_overrides | 4 |
1 files changed, 2 insertions, 2 deletions
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 |