diff options
author | Taseer Ahmed <taseer94@gmail.com> | 2018-04-02 23:21:39 +0500 |
---|---|---|
committer | Taseer Ahmed <taseer94@gmail.com> | 2018-04-13 16:40:45 +0500 |
commit | b88b1beeef1465210b59d5f8aab7d4f937f7801c (patch) | |
tree | 05a511596132b50f2d91178716836b73895517cc /xci/playbooks | |
parent | e9781712480c8168b5000fb795422034095f184c (diff) |
Integrate the k8-flannel-nofeature scenario
installer-type:kubespray
deploy-scenario:k8-flannel-nofeature
Change-Id: Ie47efe4759b2cf52421cd2edf5e7817442b0026f
Signed-off-by: Taseer Ahmed <taseer94@gmail.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 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' |