diff options
Diffstat (limited to 'scenarios/os-odl-bgpvpn/xci_overrides')
-rw-r--r-- | scenarios/os-odl-bgpvpn/xci_overrides | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scenarios/os-odl-bgpvpn/xci_overrides b/scenarios/os-odl-bgpvpn/xci_overrides new file mode 100644 index 0000000..4e897d0 --- /dev/null +++ b/scenarios/os-odl-bgpvpn/xci_overrides @@ -0,0 +1,7 @@ +#!/bin/bash + +if [[ $OPNFV_SCENARIO == "os-odl-bgpvpn" ]] && [[ $XCI_FLAVOR == "ha" ]]; then + export VM_MEMORY_SIZE=20480 +elif [[ $OPNFV_SCENARIO == "os-odl-bgpvpn" ]]; then + export VM_MEMORY_SIZE=16384 +fi
\ No newline at end of file |