diff options
Diffstat (limited to 'xci')
-rw-r--r-- | xci/opnfv-scenario-requirements.yml | 42 |
1 files changed, 23 insertions, 19 deletions
diff --git a/xci/opnfv-scenario-requirements.yml b/xci/opnfv-scenario-requirements.yml index a0eccb24..8688d3cc 100644 --- a/xci/opnfv-scenario-requirements.yml +++ b/xci/opnfv-scenario-requirements.yml @@ -11,11 +11,13 @@ # OPNFV scenarios participating in XCI must create their own entry in this file so # XCI can make use of them. # -- scenario: os-odl-sfc + +# OpenStack based scenarios +- scenario: os-nosdn-nofeature scm: git - src: https://gerrit.opnfv.org/gerrit/sfc + src: https://gerrit.opnfv.org/gerrit/releng-xci-scenarios version: master - role: scenarios/os-odl-sfc/role/os-odl-sfc + role: scenarios/os-nosdn-nofeature/role/os-nosdn-nofeature installers: - installer: osa flavors: @@ -25,12 +27,13 @@ distros: - opensuse - ubuntu + - centos -- scenario: os-nosdn-nofeature +- scenario: os-odl-nofeature scm: git src: https://gerrit.opnfv.org/gerrit/releng-xci-scenarios version: master - role: scenarios/os-nosdn-nofeature/role/os-nosdn-nofeature + role: scenarios/os-odl-nofeature/role/os-odl-nofeature installers: - installer: osa flavors: @@ -40,13 +43,12 @@ distros: - opensuse - ubuntu - - centos -- scenario: os-odl-nofeature +- scenario: os-odl-sfc scm: git - src: https://gerrit.opnfv.org/gerrit/releng-xci-scenarios + src: https://gerrit.opnfv.org/gerrit/sfc version: master - role: scenarios/os-odl-nofeature/role/os-odl-nofeature + role: scenarios/os-odl-sfc/role/os-odl-sfc installers: - installer: osa flavors: @@ -57,37 +59,39 @@ - opensuse - ubuntu -- scenario: k8-nosdn-nofeature +- scenario: os-odl-bgpvpn scm: git - src: https://gerrit.opnfv.org/gerrit/releng-xci-scenarios + src: https://gerrit.opnfv.org/gerrit/sdnvpn version: master - role: scenarios/k8-nosdn-nofeature/role/k8-nosdn-nofeature + role: scenarios/os-odl-bgpvpn/role/os-odl-bgpvpn installers: - - installer: kubespray + - installer: osa flavors: - - aio - ha - mini - noha distros: - ubuntu - centos - - opensuse -- scenario: os-odl-bgpvpn + +# Kubernetes based scenarios +- scenario: k8-nosdn-nofeature scm: git - src: https://gerrit.opnfv.org/gerrit/sdnvpn + src: https://gerrit.opnfv.org/gerrit/releng-xci-scenarios version: master - role: scenarios/os-odl-bgpvpn/role/os-odl-bgpvpn + role: scenarios/k8-nosdn-nofeature/role/k8-nosdn-nofeature installers: - - installer: osa + - installer: kubespray flavors: + - aio - ha - mini - noha distros: - ubuntu - centos + - opensuse - scenario: k8-canal-nofeature scm: git |