summaryrefslogtreecommitdiffstats
path: root/xci/playbooks/bootstrap-scenarios.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/playbooks/bootstrap-scenarios.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/playbooks/bootstrap-scenarios.yml')
-rw-r--r--xci/playbooks/bootstrap-scenarios.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/xci/playbooks/bootstrap-scenarios.yml b/xci/playbooks/bootstrap-scenarios.yml
index 6546d5ce..788a71c6 100644
--- a/xci/playbooks/bootstrap-scenarios.yml
+++ b/xci/playbooks/bootstrap-scenarios.yml
@@ -25,3 +25,7 @@
include_role:
name: "os-odl-bgpvpn"
when: deploy_scenario == 'os-odl-bgpvpn'
+- name: Prepare everything to run the k8-canal-nofeature scenario
+ include_role:
+ name: "k8-canal-nofeature"
+ when: deploy_scenario == 'k8-canal-nofeature'