diff options
author | 2017-11-08 13:57:15 +0100 | |
---|---|---|
committer | 2017-11-23 12:20:03 +0100 | |
commit | 0148ae45f7810b6a10d752b72485dbd7eac71f95 (patch) | |
tree | 053164c2237a6024f014bcbfee56a36799af3c4a /xci/playbooks | |
parent | 4ffe62585886f4a4e23a8e6f271f4de03eaeea10 (diff) |
Integrate inband os-nosdn-ovs scenario
Change-Id: I9253edf028fce571e04f9f82103a94952e05d2d4
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
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' |