Remove ovn4nfv support (#8265)

This commit is contained in:
Florian Ruynat
2021-12-03 20:56:35 +01:00
committed by GitHub
parent 4d711691d0
commit e19ce27352
18 changed files with 48 additions and 1028 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', 'ovn4nfv','kube-ovn', 'kube-router', 'macvlan']
that: kube_network_plugin in ['calico', 'canal', 'flannel', 'weave', 'cloud', 'cilium', 'cni','kube-ovn', 'kube-router', 'macvlan']
msg: "{{ kube_network_plugin }} is not supported"
when:
- kube_network_plugin is defined