diff options
author | Markos Chandras <mchandras@suse.de> | 2017-11-23 17:08:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-11-23 17:08:43 +0000 |
commit | 182bd5c4a33ed9f852f74e6d20635787739edcab (patch) | |
tree | d6cd044efb079228ca64797353a67a42d5ddcbac /xci/playbooks | |
parent | 942c767df043918266065521dbb0246c32dd9281 (diff) | |
parent | 0148ae45f7810b6a10d752b72485dbd7eac71f95 (diff) |
Merge "Integrate inband os-nosdn-ovs scenario"
Diffstat (limited to 'xci/playbooks')
-rw-r--r-- | xci/playbooks/bootstrap-scenarios.yml | 5 |
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' |