diff options
author | Manuel Buil <mbuil@suse.com> | 2017-12-21 15:10:41 +0100 |
---|---|---|
committer | Manuel Buil <mbuil@suse.com> | 2017-12-21 16:53:06 +0100 |
commit | 75c8dafa546b6ce13032241255d6976a28d76e2e (patch) | |
tree | 26cefea30b5a91d39547d4ac504d8fd1223eacbf /scenarios | |
parent | 163aacce943bf07a5603587b9ae681ff9bf4605b (diff) |
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 <mbuil@suse.com>
Diffstat (limited to 'scenarios')
-rw-r--r-- | scenarios/os-odl-sfc/xci_overrides | 5 |
1 files changed, 5 insertions, 0 deletions
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 |