diff options
author | Manuel Buil <mbuil@suse.com> | 2017-09-28 16:07:19 +0200 |
---|---|---|
committer | Manuel Buil <mbuil@suse.com> | 2017-12-12 09:32:34 +0000 |
commit | 0c40c1ddc2af665aef1f7fb29a6c44a847fe4c75 (patch) | |
tree | 3a9b1af5640023a7b638bc961a7479cef9319663 /xci/playbooks | |
parent | 56155e34ee8cd33792e26573c58abd51b9bfd290 (diff) |
Connect sfc-odl scenario with xci
Change-Id: I5a3f533f61b6572d8070fe5f0a306ef9d418ced8
Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'xci/playbooks')
-rw-r--r-- | xci/playbooks/bootstrap-scenarios.yml | 4 |
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' |