Merge pull request #588 from adidenko/canal-support

Adding support for canal network plugin
This commit is contained in:
Bogdan Dobrelya
2016-11-09 10:31:56 +01:00
committed by GitHub
17 changed files with 288 additions and 9 deletions

View File

@@ -18,6 +18,6 @@
with_items: "{{ manifests.results }}"
when: inventory_hostname == groups['kube-master'][0]
- include: tasks/calico-policy-controller.yml
when: enable_network_policy is defined and enable_network_policy == True
when: ( enable_network_policy is defined and enable_network_policy == True ) or
( kube_network_plugin == 'canal' )