Remove contiv related files (#6964)

This commit is contained in:
Florian Ruynat
2020-11-30 15:48:50 +01:00
committed by GitHub
parent 4a8a52bad9
commit f6eed8091e
42 changed files with 48 additions and 1304 deletions

View File

@@ -30,7 +30,7 @@
- name: Stop if unknown network plugin
assert:
that: kube_network_plugin in ['calico', 'canal', 'flannel', 'weave', 'cloud', 'cilium', 'cni', 'contiv', 'ovn4nfv','kube-ovn', 'kube-router', 'macvlan']
that: kube_network_plugin in ['calico', 'canal', 'flannel', 'weave', 'cloud', 'cilium', 'cni', 'ovn4nfv','kube-ovn', 'kube-router', 'macvlan']
msg: "{{ kube_network_plugin }} is not supported"
when:
- kube_network_plugin is defined