From 16fc561c99a6626bf3a82869efd215e26316bafb Mon Sep 17 00:00:00 2001 From: wutianwei Date: Fri, 13 Apr 2018 15:42:28 +0800 Subject: Create the k8-calico-nofeature scenario installer-type:kubespray deploy-scenario:k8-calico-nofeature Change-Id: Ief8557149fd47faab43f8f4bedcf6466dac2275f Signed-off-by: wutianwei --- xci/playbooks/bootstrap-scenarios.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xci/playbooks/bootstrap-scenarios.yml') 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' -- cgit 1.2.3-korg