diff options
author | Markos Chandras <mchandras@suse.de> | 2018-04-13 09:12:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-13 09:12:58 +0000 |
commit | 24580de790cd3658f560ddc8baaee58eb65d16b6 (patch) | |
tree | 4d74e5e340acfc779982a08f3d2ea00d234faa91 /xci/playbooks | |
parent | 58ca6097f44558858968709fae903d9acd80a24c (diff) | |
parent | 16fc561c99a6626bf3a82869efd215e26316bafb (diff) |
Merge "Create the k8-calico-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 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' |