diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-01-31 22:04:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-31 22:04:46 +0000 |
commit | 0e273720d13a63b7f749d1cf427ff8ec38463acb (patch) | |
tree | 786ed301780c1e6a575c25fab40b0b1908095698 /xci/opnfv-scenario-requirements.yml | |
parent | f3f08ae0fd69b26cac46351599b434c3312351bd (diff) | |
parent | b1b71ac7132ff5ccebcfac8ca2bb2f7540025b13 (diff) |
Merge "deploy kubernetes in XCI"
Diffstat (limited to 'xci/opnfv-scenario-requirements.yml')
-rw-r--r-- | xci/opnfv-scenario-requirements.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/xci/opnfv-scenario-requirements.yml b/xci/opnfv-scenario-requirements.yml index 3388b803..ece4caea 100644 --- a/xci/opnfv-scenario-requirements.yml +++ b/xci/opnfv-scenario-requirements.yml @@ -56,3 +56,18 @@ distros: - opensuse - ubuntu + +- scenario: k8-nosdn-nofeature + scm: git + src: https://git.opnfv.org/releng-xci + version: master + role: xci/scenarios/k8-nosdn-nofeature/role/k8-nosdn-nofeature + installers: + - installer: kubespray + flavors: + - aio + - ha + - mini + - noha + distros: + - ubuntu |