summaryrefslogtreecommitdiffstats
path: root/xci/opnfv-scenario-requirements.yml
diff options
context:
space:
mode:
authorwutianwei <wutianwei1@huawei.com>2018-03-22 19:50:22 +0800
committerMarkos Chandras <mchandras@suse.de>2018-04-12 14:01:11 +0000
commitdde08648c28e65d135a2fc87ef4284a9e7ca3246 (patch)
tree25ebc5eb42b3efe49b369cb7bd1d9cec6a436e94 /xci/opnfv-scenario-requirements.yml
parentbea090a9a959a13043789be229c11076cc56d40d (diff)
Create the k8-canal-nofeature scenario
add the k8-nosdn-noeature and k8-canal-nofeature roles under scenarios directory run different roles to configure the k8s-cluster according to the deploy scenario installer-type:kubespray deploy-scenario:k8-canal-nofeature Change-Id: Ia96b01f79fb058e045c5b7d9d9aecb7f15a21e63 Signed-off-by: wutianwei <wutianwei1@huawei.com>
Diffstat (limited to 'xci/opnfv-scenario-requirements.yml')
-rw-r--r--xci/opnfv-scenario-requirements.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/xci/opnfv-scenario-requirements.yml b/xci/opnfv-scenario-requirements.yml
index a8361535..aff52414 100644
--- a/xci/opnfv-scenario-requirements.yml
+++ b/xci/opnfv-scenario-requirements.yml
@@ -88,3 +88,19 @@
distros:
- ubuntu
- centos
+
+- scenario: k8-canal-nofeature
+ scm: git
+ src: https://git.opnfv.org/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