summaryrefslogtreecommitdiffstats
path: root/xci/playbooks
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2018-04-13 12:41:37 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-04-13 12:41:37 +0000
commit25d3aed071158fba3592768166c1e3edb7c80056 (patch)
tree0930b51b8440e87dd05e7c52c8eaa5de1019af9b /xci/playbooks
parent47088e72e0a0a9da629a744cc25ee9bf15304dc0 (diff)
parentb88b1beeef1465210b59d5f8aab7d4f937f7801c (diff)
Merge "Integrate the k8-flannel-nofeature scenario"
Diffstat (limited to 'xci/playbooks')
-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 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'