diff options
author | Markos Chandras <mchandras@suse.de> | 2018-04-13 12:41:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-13 12:41:37 +0000 |
commit | 25d3aed071158fba3592768166c1e3edb7c80056 (patch) | |
tree | 0930b51b8440e87dd05e7c52c8eaa5de1019af9b /xci/playbooks | |
parent | 47088e72e0a0a9da629a744cc25ee9bf15304dc0 (diff) | |
parent | b88b1beeef1465210b59d5f8aab7d4f937f7801c (diff) |
Merge "Integrate the k8-flannel-nofeature scenario"
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' |