summaryrefslogtreecommitdiffstats
path: root/xci/playbooks/bootstrap-scenarios.yml
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2018-04-13 09:12:58 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-04-13 09:12:58 +0000
commit24580de790cd3658f560ddc8baaee58eb65d16b6 (patch)
tree4d74e5e340acfc779982a08f3d2ea00d234faa91 /xci/playbooks/bootstrap-scenarios.yml
parent58ca6097f44558858968709fae903d9acd80a24c (diff)
parent16fc561c99a6626bf3a82869efd215e26316bafb (diff)
Merge "Create the k8-calico-nofeature scenario"
Diffstat (limited to 'xci/playbooks/bootstrap-scenarios.yml')
-rw-r--r--xci/playbooks/bootstrap-scenarios.yml4
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'