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,11 +30,6 @@ dependencies:
tags:
- kube-router
- role: kubernetes-apps/network_plugin/ovn4nfv
when: kube_network_plugin == 'ovn4nfv'
tags:
- ovn4nfv
- role: kubernetes-apps/network_plugin/multus
when: kube_network_plugin_multus
tags:

View File

@@ -1,9 +0,0 @@
---
- name: ovn4nfv-k8s | Start Resources
kube:
name: "{{ item.item.name }}"
kubectl: "{{ bin_dir }}/kubectl"
filename: "{{ kube_config_dir }}/{{ item.item.file }}"
state: "latest"
with_items: "{{ ovn4nfv_node_manifests.results }}"
when: inventory_hostname == groups['kube_control_plane'][0] and not item is skipped