summaryrefslogtreecommitdiffstats
path: root/xci/playbooks/bootstrap-scenarios.yml
diff options
context:
space:
mode:
Diffstat (limited to 'xci/playbooks/bootstrap-scenarios.yml')
-rw-r--r--xci/playbooks/bootstrap-scenarios.yml4
1 files changed, 4 insertions, 0 deletions
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'