diff options
author | wutianwei <wutianwei1@huawei.com> | 2018-04-13 15:42:28 +0800 |
---|---|---|
committer | wutianwei <wutianwei1@huawei.com> | 2018-04-13 16:03:46 +0800 |
commit | 16fc561c99a6626bf3a82869efd215e26316bafb (patch) | |
tree | 58039484c3309dd6c868e273d85a739dff409035 /xci/playbooks | |
parent | 287cd664fcfb18f7a54ce408856641ed17657f44 (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')
-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 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' |