From dde08648c28e65d135a2fc87ef4284a9e7ca3246 Mon Sep 17 00:00:00 2001 From: wutianwei Date: Thu, 22 Mar 2018 19:50:22 +0800 Subject: 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 --- 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 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' -- cgit 1.2.3-korg