diff options
Diffstat (limited to 'scenarios/os-odl-nofeature/xci_overrides')
-rw-r--r-- | scenarios/os-odl-nofeature/xci_overrides | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scenarios/os-odl-nofeature/xci_overrides b/scenarios/os-odl-nofeature/xci_overrides new file mode 100644 index 0000000..2c65df0 --- /dev/null +++ b/scenarios/os-odl-nofeature/xci_overrides @@ -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 |