From 75c8dafa546b6ce13032241255d6976a28d76e2e Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Thu, 21 Dec 2017 15:10:41 +0100 Subject: Add the xci_overrides file We can override variables by default using this file. One of those variables is the VM_MEMORY_SIZE Change-Id: I19f12151a65e90399e1ffcfa2465256bc5376abe Signed-off-by: Manuel Buil --- scenarios/os-odl-sfc/xci_overrides | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scenarios/os-odl-sfc/xci_overrides diff --git a/scenarios/os-odl-sfc/xci_overrides b/scenarios/os-odl-sfc/xci_overrides new file mode 100644 index 00000000..0f8f7436 --- /dev/null +++ b/scenarios/os-odl-sfc/xci_overrides @@ -0,0 +1,5 @@ +if [[ $XCI_FLAVOR == "ha" ]]; then + export VM_MEMORY_SIZE=20480 +else + export VM_MEMORY_SIZE=16384 +fi -- cgit 1.2.3-korg