diff options
author | 2018-03-22 19:50:22 +0800 | |
---|---|---|
committer | 2018-04-12 14:01:11 +0000 | |
commit | dde08648c28e65d135a2fc87ef4284a9e7ca3246 (patch) | |
tree | 25ebc5eb42b3efe49b369cb7bd1d9cec6a436e94 /xci/playbooks | |
parent | bea090a9a959a13043789be229c11076cc56d40d (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')
-rw-r--r-- | xci/playbooks/bootstrap-scenarios.yml | 4 |
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' |