aboutsummaryrefslogtreecommitdiffstats
path: root/os-odl-nofeature/xci_overrides
diff options
context:
space:
mode:
authorpperiyasamy <periyasamy.palanisamy@ericsson.com>2017-08-14 14:52:14 +0530
committerPeriyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>2017-11-29 09:18:34 +0000
commit4f95ebe6944bc50be1d3de98d544c1c3f4ff0a8d (patch)
treeb22897cb6df30120409c234dfce331114194d734 /os-odl-nofeature/xci_overrides
parent2a50d0abd5297652c59a18edcf05608e34343ac3 (diff)
add os-odl-nofeature scenario
Change-Id: I1355f4beb061caab7315b6f619a96cfaa9f52d2b Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Diffstat (limited to 'os-odl-nofeature/xci_overrides')
-rw-r--r--os-odl-nofeature/xci_overrides7
1 files changed, 7 insertions, 0 deletions
diff --git a/os-odl-nofeature/xci_overrides b/os-odl-nofeature/xci_overrides
new file mode 100644
index 0000000..ed6c448
--- /dev/null
+++ b/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