mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
Remove ovn4nfv support (#8265)
This commit is contained in:
@@ -87,8 +87,6 @@ cilium_version: "v1.9.11"
|
||||
kube_ovn_version: "v1.8.1"
|
||||
kube_router_version: "v1.3.2"
|
||||
multus_version: "v3.8"
|
||||
ovn4nfv_ovn_image_version: "v1.0.0"
|
||||
ovn4nfv_k8s_plugin_image_version: "v1.1.0"
|
||||
helm_version: "v3.7.1"
|
||||
nerdctl_version: "0.12.1"
|
||||
krew_version: "v0.4.2"
|
||||
@@ -623,10 +621,6 @@ kube_router_image_repo: "{{ docker_image_repo }}/cloudnativelabs/kube-router"
|
||||
kube_router_image_tag: "{{ kube_router_version }}"
|
||||
multus_image_repo: "{{ github_image_repo }}/k8snetworkplumbingwg/multus-cni"
|
||||
multus_image_tag: "{{ multus_version }}"
|
||||
ovn4nfv_ovn_image_repo: "{{ docker_image_repo }}/integratedcloudnative/ovn-images"
|
||||
ovn4nfv_ovn_image_tag: "{{ ovn4nfv_ovn_image_version }}"
|
||||
ovn4nfv_k8s_plugin_image_repo: "{{ docker_image_repo }}/integratedcloudnative/ovn4nfv-k8s-plugin"
|
||||
ovn4nfv_k8s_plugin_image_tag: "{{ ovn4nfv_k8s_plugin_image_version }}"
|
||||
|
||||
nginx_image_repo: "{{ docker_image_repo }}/library/nginx"
|
||||
nginx_image_tag: 1.19
|
||||
@@ -1054,15 +1048,6 @@ downloads:
|
||||
groups:
|
||||
- k8s_cluster
|
||||
|
||||
ovn4nfv:
|
||||
enabled: "{{ kube_network_plugin == 'ovn4nfv' }}"
|
||||
container: true
|
||||
repo: "{{ ovn4nfv_k8s_plugin_image_repo }}"
|
||||
tag: "{{ ovn4nfv_k8s_plugin_image_tag }}"
|
||||
sha256: "{{ ovn4nfv_k8s_plugin_digest_checksum|default(None) }}"
|
||||
groups:
|
||||
- k8s_cluster
|
||||
|
||||
kube_ovn:
|
||||
enabled: "{{ kube_network_plugin == 'kube-ovn' }}"
|
||||
container: true
|
||||
|
||||
Reference in New Issue
Block a user