From: Periyasamy Palanisamy Date: Thu, 2 Nov 2017 09:51:48 +0000 (+0100) Subject: integrate inband os-odl-nofeature scenario X-Git-Tag: 6.0.0~225^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F55%2F46555%2F4;p=releng-xci.git integrate inband os-odl-nofeature scenario Change-Id: I4ea6b421a24f41ea3ca925ea98d961e1a34e7876 Signed-off-by: Periyasamy Palanisamy --- 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'