summaryrefslogtreecommitdiffstats
path: root/xci/playbooks/bootstrap-scenarios.yml
diff options
context:
space:
mode:
authorwutianwei <wutianwei1@huawei.com>2018-04-13 15:42:28 +0800
committerwutianwei <wutianwei1@huawei.com>2018-04-13 16:03:46 +0800
commit16fc561c99a6626bf3a82869efd215e26316bafb (patch)
tree58039484c3309dd6c868e273d85a739dff409035 /xci/playbooks/bootstrap-scenarios.yml
parent287cd664fcfb18f7a54ce408856641ed17657f44 (diff)
Create the k8-calico-nofeature scenario
installer-type:kubespray deploy-scenario:k8-calico-nofeature Change-Id: Ief8557149fd47faab43f8f4bedcf6466dac2275f 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 788a71c6..5d810fa0 100644
--- a/xci/playbooks/bootstrap-scenarios.yml
+++ b/xci/playbooks/bootstrap-scenarios.yml
@@ -29,3 +29,7 @@
include_role:
name: "k8-canal-nofeature"
when: deploy_scenario == 'k8-canal-nofeature'
+- name: Prepare everything to run the k8-canal-nofeature scenario
+ include_role:
+ name: "k8-calico-nofeature"
+ when: deploy_scenario == 'k8-calico-nofeature'