summaryrefslogtreecommitdiffstats
path: root/xci/scenarios/os-odl-nofeature/vars
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2018-04-03 11:36:02 +0200
committerManuel Buil <mbuil@suse.com>2018-04-12 13:05:44 +0000
commitc99ff281f6294897b5f5211734d43fe4d566a762 (patch)
treeb78c9b4f31adc403cdf944f3dacfe5c3164e800f /xci/scenarios/os-odl-nofeature/vars
parentbea090a9a959a13043789be229c11076cc56d40d (diff)
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 <mbuil@suse.com>
Diffstat (limited to 'xci/scenarios/os-odl-nofeature/vars')
-rw-r--r--xci/scenarios/os-odl-nofeature/vars/main.yml2
1 files changed, 2 insertions, 0 deletions
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') }}"