X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=scenarios%2Fos-odl-nofeature%2Fxci_overrides;fp=scenarios%2Fos-odl-nofeature%2Fxci_overrides;h=2c65df0d5f59e69b047de4a9d0a97ef93b73a0a8;hb=d013255d33d28ac70c6276a81a3129c83d441740;hp=0000000000000000000000000000000000000000;hpb=1a936625eaa2bb7ca6844202138118907b5bcb91;p=releng-xci-scenarios.git 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