diff options
author | Markos Chandras <mchandras@suse.de> | 2017-12-01 08:40:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-01 08:40:03 +0000 |
commit | 389db16cdd7b4355e29481dc56545d5568e82fd2 (patch) | |
tree | d70dfe94b3fa604b45a8de874e5b273b6b1d4085 /xci | |
parent | 620877bb8fc9e4a4f851792b97166e79b5beb698 (diff) | |
parent | 38cfa754ab8f358d9c86ea0a4822427a6a720772 (diff) |
Merge "integrate inband os-odl-nofeature scenario"
Diffstat (limited to 'xci')
-rw-r--r-- | xci/opnfv-scenario-requirements.yml | 5 | ||||
-rw-r--r-- | xci/playbooks/bootstrap-scenarios.yml | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/xci/opnfv-scenario-requirements.yml b/xci/opnfv-scenario-requirements.yml index cde6467d..664b020a 100644 --- a/xci/opnfv-scenario-requirements.yml +++ b/xci/opnfv-scenario-requirements.yml @@ -21,4 +21,9 @@ src: https://git.opnfv.org/releng-xci version: master role: xci/scenarios/os-nosdn-ovs/role/os-nosdn-ovs +- scenario: os-odl-nofeature + scm: git + src: https://git.opnfv.org/releng-xci + version: master + role: xci/scenarios/os-odl-nofeature/role/os-odl-nofeature diff --git a/xci/playbooks/bootstrap-scenarios.yml b/xci/playbooks/bootstrap-scenarios.yml index da5baf0f..d7b43dd6 100644 --- a/xci/playbooks/bootstrap-scenarios.yml +++ b/xci/playbooks/bootstrap-scenarios.yml @@ -13,3 +13,7 @@ include_role: name: "os-nosdn-ovs" when: OPNFV_SCENARIO == 'os-nosdn-ovs' +- name: Prepare everything to run the os-odl-nofeature scenario + include_role: + name: "os-odl-nofeature" + when: OPNFV_SCENARIO == 'os-odl-nofeature' |