diff options
Diffstat (limited to 'xci/opnfv-scenario-requirements.yml')
-rw-r--r-- | xci/opnfv-scenario-requirements.yml | 59 |
1 files changed, 55 insertions, 4 deletions
diff --git a/xci/opnfv-scenario-requirements.yml b/xci/opnfv-scenario-requirements.yml index a8361535..925789a9 100644 --- a/xci/opnfv-scenario-requirements.yml +++ b/xci/opnfv-scenario-requirements.yml @@ -28,7 +28,7 @@ - scenario: os-nosdn-nofeature scm: git - src: https://git.opnfv.org/releng-xci + src: https://gerrit.opnfv.org/gerrit/releng-xci version: master role: xci/scenarios/os-nosdn-nofeature/role/os-nosdn-nofeature installers: @@ -44,7 +44,7 @@ - scenario: os-odl-nofeature scm: git - src: https://git.opnfv.org/releng-xci + src: https://gerrit.opnfv.org/gerrit/releng-xci version: master role: xci/scenarios/os-odl-nofeature/role/os-odl-nofeature installers: @@ -59,7 +59,7 @@ - scenario: k8-nosdn-nofeature scm: git - src: https://git.opnfv.org/releng-xci + src: https://gerrit.opnfv.org/gerrit/releng-xci version: master role: xci/scenarios/k8-nosdn-nofeature/role/k8-nosdn-nofeature installers: @@ -77,7 +77,7 @@ - scenario: os-odl-bgpvpn scm: git src: https://gerrit.opnfv.org/gerrit/sdnvpn - version: master + version: 6.0.0 role: scenarios/os-odl-bgpvpn/role/os-odl-bgpvpn installers: - installer: osa @@ -88,3 +88,54 @@ distros: - ubuntu - centos + +- scenario: k8-canal-nofeature + scm: git + src: https://gerrit.opnfv.org/gerrit/releng-xci + version: master + role: xci/scenarios/k8-canal-nofeature/role/k8-canal-nofeature + installers: + - installer: kubespray + flavors: + - aio + - ha + - mini + - noha + distros: + - ubuntu + - centos + - opensuse + +- scenario: k8-calico-nofeature + scm: git + src: https://gerrit.opnfv.org/gerrit/releng-xci + version: master + role: xci/scenarios/k8-calico-nofeature/role/k8-calico-nofeature + installers: + - installer: kubespray + flavors: + - aio + - ha + - mini + - noha + distros: + - ubuntu + - centos + - opensuse + +- scenario: k8-flannel-nofeature + scm: git + src: https://gerrit.opnfv.org/gerrit/releng-xci + version: master + role: xci/scenarios/k8-flannel-nofeature/role/k8-flannel-nofeature + installers: + - installer: kubespray + flavors: + - aio + - ha + - noha + - mini + distros: + - ubuntu + - centos + - opensuse |