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

@@ -78,7 +78,7 @@
- "/opt/cni/bin"
- "/var/lib/calico"
when:
- kube_network_plugin in ["calico", "weave", "canal", "flannel", "cilium", "kube-ovn", "ovn4nfv", "kube-router", "macvlan"]
- kube_network_plugin in ["calico", "weave", "canal", "flannel", "cilium", "kube-ovn", "kube-router", "macvlan"]
- inventory_hostname in groups['k8s_cluster']
tags:
- network
@@ -86,7 +86,6 @@
- calico
- weave
- canal
- ovn4nfv
- kube-ovn
- kube-router
- bootstrap-os