summaryrefslogtreecommitdiffstats
path: root/xci/playbooks/bootstrap-scenarios.yml
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-11-23 17:08:43 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-11-23 17:08:43 +0000
commit182bd5c4a33ed9f852f74e6d20635787739edcab (patch)
treed6cd044efb079228ca64797353a67a42d5ddcbac /xci/playbooks/bootstrap-scenarios.yml
parent942c767df043918266065521dbb0246c32dd9281 (diff)
parent0148ae45f7810b6a10d752b72485dbd7eac71f95 (diff)
Merge "Integrate inband os-nosdn-ovs scenario"
Diffstat (limited to 'xci/playbooks/bootstrap-scenarios.yml')
-rw-r--r--xci/playbooks/bootstrap-scenarios.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/xci/playbooks/bootstrap-scenarios.yml b/xci/playbooks/bootstrap-scenarios.yml
index e7bd7dc9..da5baf0f 100644
--- a/xci/playbooks/bootstrap-scenarios.yml
+++ b/xci/playbooks/bootstrap-scenarios.yml
@@ -8,3 +8,8 @@
# include_role:
# name: "foobar"
# when: OPNFV_SCENARIO == "foobar"
+
+- name: Prepare everything to run the os-nosdn-ovs scenario
+ include_role:
+ name: "os-nosdn-ovs"
+ when: OPNFV_SCENARIO == 'os-nosdn-ovs'