summaryrefslogtreecommitdiffstats
path: root/scenarios/os-odl-sfc/xci_overrides
blob: 74cba615db20a8f9ac5ca41c282ae62c2b76e3f5 (plain)
1
2
3
4
5
6
7
8
9
10
if [[ $XCI_FLAVOR == "ha" ]]; then
    export VM_MEMORY_SIZE=20480
else
    export VM_MEMORY_SIZE=16384
fi

# Until this feature is developed, ODL_VERSION must be intialized:
# https://github.com/ansible/ansible/issues/17329
# otherwise the lookup in vars/main returns an empty string when not defined
export ODL_VERSION=${ODL_VERSION:-oxygen}