From b88b1beeef1465210b59d5f8aab7d4f937f7801c Mon Sep 17 00:00:00 2001 From: Taseer Ahmed Date: Mon, 2 Apr 2018 23:21:39 +0500 Subject: Integrate the k8-flannel-nofeature scenario installer-type:kubespray deploy-scenario:k8-flannel-nofeature Change-Id: Ie47efe4759b2cf52421cd2edf5e7817442b0026f Signed-off-by: Taseer Ahmed --- xci/playbooks/bootstrap-scenarios.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xci/playbooks') diff --git a/xci/playbooks/bootstrap-scenarios.yml b/xci/playbooks/bootstrap-scenarios.yml index 5d810fa0..c09d58a6 100644 --- a/xci/playbooks/bootstrap-scenarios.yml +++ b/xci/playbooks/bootstrap-scenarios.yml @@ -33,3 +33,7 @@ include_role: name: "k8-calico-nofeature" when: deploy_scenario == 'k8-calico-nofeature' +- name: Prepare everything to run the k8-flannel-nofeature scenario + include_role: + name: "k8-flannel-nofeature" + when: deploy_scenario == 'k8-flannel-nofeature' -- cgit 1.2.3-korg