Move generic scenarios into scenarios folder for alignment
[releng-xci-scenarios.git] / scenarios / os-odl-nofeature / xci_overrides
diff --git a/scenarios/os-odl-nofeature/xci_overrides b/scenarios/os-odl-nofeature/xci_overrides
new file mode 100644 (file)
index 0000000..2c65df0
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+if [[ $DEPLOY_SCENARIO == "os-odl-nofeature" ]] && [[ $XCI_FLAVOR == "ha" ]]; then
+    export VM_MEMORY_SIZE=20480
+elif [[ $DEPLOY_SCENARIO == "os-odl-nofeature" ]]; then
+    export VM_MEMORY_SIZE=16384
+fi