diff options
author | Markos Chandras <mchandras@suse.de> | 2018-04-17 10:39:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-17 10:39:04 +0000 |
commit | c02dddca973bbd3dd160c41000d4036363e94db0 (patch) | |
tree | b4c7111a92a936d7b8099f0b9a9e57014c9eefde /xci/playbooks/bootstrap-scenarios.yml | |
parent | af5039cd7d74a5a7a8248c364bd5576946e5d451 (diff) | |
parent | a045105f5b1fa4d0e11ee283eb44d02d39766d66 (diff) |
Merge "xci: Add k8-nosdn-nofeature role"
Diffstat (limited to 'xci/playbooks/bootstrap-scenarios.yml')
-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 c09d58a6..d1331252 100644 --- a/xci/playbooks/bootstrap-scenarios.yml +++ b/xci/playbooks/bootstrap-scenarios.yml @@ -37,3 +37,7 @@ include_role: name: "k8-flannel-nofeature" when: deploy_scenario == 'k8-flannel-nofeature' +- name: Prepare everything to run the k8-nosdn-nofeature scenario + include_role: + name: "k8-nosdn-nofeature" + when: deploy_scenario == 'k8-nosdn-nofeature' |