summaryrefslogtreecommitdiffstats
path: root/xci/opnfv-scenario-requirements.yml
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-12-22 10:36:27 +0000
committerMarkos Chandras <mchandras@suse.de>2018-01-03 09:53:28 +0000
commit76da09f4dea888b247dde3852bd895bbf0e4aa20 (patch)
treef4d1d67bd509976e28fa184b5c081fd3b878917b /xci/opnfv-scenario-requirements.yml
parentd3116e3182ebae9d40544060a0318cbc382e388c (diff)
xci: Record distribution and NFVI information for scenarios
A scenario may only support certain NFVIs or distributions so we need a mapping with all these things so we know what can be tested and where. Change-Id: Ibf1b640b762085f58627e05e1d2ca13edfc4d716 Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/opnfv-scenario-requirements.yml')
-rw-r--r--xci/opnfv-scenario-requirements.yml41
1 files changed, 29 insertions, 12 deletions
diff --git a/xci/opnfv-scenario-requirements.yml b/xci/opnfv-scenario-requirements.yml
index 036a8a7c..a250974f 100644
--- a/xci/opnfv-scenario-requirements.yml
+++ b/xci/opnfv-scenario-requirements.yml
@@ -16,25 +16,42 @@
src: https://gerrit.opnfv.org/gerrit/sfc
version: master
role: scenarios/os-odl-sfc/role/os-odl-sfc
- flavors:
- - ha
- - mini
- - noha
+ nfvis:
+ - nfvi: osa
+ flavors:
+ - ha
+ - mini
+ - noha
+ distros:
+ - opensuse
+ - ubuntu
+
- scenario: os-nosdn-nofeature
scm: git
src: https://git.opnfv.org/releng-xci
version: master
role: xci/scenarios/os-nosdn-nofeature/role/os-nosdn-nofeature
- flavors:
- - ha
- - mini
- - noha
+ nfvis:
+ - nfvi: osa
+ flavors:
+ - ha
+ - mini
+ - noha
+ distros:
+ - opensuse
+ - ubuntu
+
- 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
- flavors:
- - ha
- - mini
- - noha
+ nfvis:
+ - nfvi: osa
+ flavors:
+ - ha
+ - mini
+ - noha
+ distros:
+ - opensuse
+ - ubuntu