diff options
Diffstat (limited to 'xci/playbooks/bootstrap-scenarios.yml')
-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' |