From c99ff281f6294897b5f5211734d43fe4d566a762 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Tue, 3 Apr 2018 11:36:02 +0200 Subject: Simplify odl scenarios So far we were building the repo url variable in the odl scenarios. Moving that logic to ODL role probably makes more sense as it can be reused by all scenarios. This patch passes the odl_version to OSA. That variable will be processed by the ODL role, which will finally generate the repo url variable deploy-scenario:os-odl-nofeature installer-type:osa Change-Id: I0c9da069238348af6d00d8422ca478cb4be4cfad Signed-off-by: Manuel Buil --- xci/scenarios/os-odl-nofeature/vars/main.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 xci/scenarios/os-odl-nofeature/vars/main.yml (limited to 'xci/scenarios/os-odl-nofeature/vars') diff --git a/xci/scenarios/os-odl-nofeature/vars/main.yml b/xci/scenarios/os-odl-nofeature/vars/main.yml new file mode 100644 index 00000000..629b50c7 --- /dev/null +++ b/xci/scenarios/os-odl-nofeature/vars/main.yml @@ -0,0 +1,2 @@ +--- +odl_repo_version: "{{ lookup('env','ODL_VERSION') }}" -- cgit 1.2.3-korg