diff options
-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 |