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