From 0c40c1ddc2af665aef1f7fb29a6c44a847fe4c75 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Thu, 28 Sep 2017 16:07:19 +0200 Subject: Connect sfc-odl scenario with xci Change-Id: I5a3f533f61b6572d8070fe5f0a306ef9d418ced8 Signed-off-by: Manuel Buil --- xci/playbooks/bootstrap-scenarios.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xci/playbooks') diff --git a/xci/playbooks/bootstrap-scenarios.yml b/xci/playbooks/bootstrap-scenarios.yml index d7b43dd6..c7646e0d 100644 --- a/xci/playbooks/bootstrap-scenarios.yml +++ b/xci/playbooks/bootstrap-scenarios.yml @@ -17,3 +17,7 @@ include_role: name: "os-odl-nofeature" when: OPNFV_SCENARIO == 'os-odl-nofeature' +- name: Prepare everything to run the os-odl-sfc scenario + include_role: + name: "os-odl-sfc" + when: OPNFV_SCENARIO == 'os-odl-sfc' -- cgit 1.2.3-korg