From 4c1be188401e8cf3aa7ff818f1e285756f2a4d7c Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Thu, 12 Oct 2017 09:11:59 +0100 Subject: xci: Clone all XCI scenarios in advance similar to a-r-r In order to plug the scenarios' roles properly, we need to have all roles physically present in advance. As such, add a opnfv-scenario-requirements.yml file which can be used to populate the roles directory with all the scenarios. Change-Id: I0cdadb63849e4565c31559817660d23217879053 Signed-off-by: Markos Chandras --- xci/opnfv-scenario-requirements.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 xci/opnfv-scenario-requirements.yml (limited to 'xci/opnfv-scenario-requirements.yml') diff --git a/xci/opnfv-scenario-requirements.yml b/xci/opnfv-scenario-requirements.yml new file mode 100644 index 00000000..ee9b2baf --- /dev/null +++ b/xci/opnfv-scenario-requirements.yml @@ -0,0 +1,18 @@ +--- +# SPDX-license-identifier: Apache-2.0 +############################################################################## +# Copyright (c) 2017 SUSE LINUX GmbH and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## +# +# OPNFV scenarios participating in XCI must create their own entry in this file so +# XCI can make use of them. +# +- scenario: os-odl-sfc + scm: git + src: https://gerrit.opnfv.org/gerrit/sfc + version: master + role: scenarios/os-odl-sfc/role/os-odl-sfc -- cgit 1.2.3-korg