aboutsummaryrefslogtreecommitdiffstats
path: root/scenarios/os-odl-sfc/xci_overrides
diff options
context:
space:
mode:
Diffstat (limited to 'scenarios/os-odl-sfc/xci_overrides')
-rw-r--r--scenarios/os-odl-sfc/xci_overrides5
1 files changed, 5 insertions, 0 deletions
diff --git a/scenarios/os-odl-sfc/xci_overrides b/scenarios/os-odl-sfc/xci_overrides
index 0f8f7436..74cba615 100644
--- a/scenarios/os-odl-sfc/xci_overrides
+++ b/scenarios/os-odl-sfc/xci_overrides
@@ -3,3 +3,8 @@ if [[ $XCI_FLAVOR == "ha" ]]; then
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}