diff options
author | Manuel Buil <mbuil@suse.com> | 2018-10-23 15:41:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-10-23 15:41:35 +0000 |
commit | 471a2422aa270ebcee562ee7389adffa868f872f (patch) | |
tree | 2d3ee5c272980fc9b03b3e1a4dcb46f2cebac7a0 /scenarios/os-odl-sfc_osm/xci_overrides | |
parent | 03334c4c2cdb42a469b174ffd8718189d5cc8907 (diff) | |
parent | 4c7e3e983bd92d3793658c5d04fabea140cf0d51 (diff) |
Merge "Create new scenario: os-odl-sfc_osm"
Diffstat (limited to 'scenarios/os-odl-sfc_osm/xci_overrides')
-rw-r--r-- | scenarios/os-odl-sfc_osm/xci_overrides | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scenarios/os-odl-sfc_osm/xci_overrides b/scenarios/os-odl-sfc_osm/xci_overrides new file mode 100644 index 00000000..ecbff0ee --- /dev/null +++ b/scenarios/os-odl-sfc_osm/xci_overrides @@ -0,0 +1,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:-latest_release} |