From 956c943a7e31c7ecd4c3af8836b2ea134bc97606 Mon Sep 17 00:00:00 2001 From: Kuralamudhan Ramakrishnan Date: Wed, 6 May 2020 21:01:55 -0700 Subject: [PATCH 1/2] adding OVN4NFV-K8s-Plugin as 3rd party plugin Adding [OVN4NFV-K8S-Plugin](https://github.com/opnfv/ovn4nfv-k8s-plugin) is OVN based CNI controller plugin to provide cloud-native based Service function chaining(SFC), Multiple OVN overlay networking, dynamic subnet creation, dynamic creation of virtual networks, VLAN Provider network, Direct provider network and pluggable with other Multi-network plugins, ideal for edge-based cloud-native workloads in Multi-cluster networking Signed-off-by: r.kuralamudhan --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e28b225b..73ed1917 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ To avoid duplication, we think it is prudent to define a common interface betwee - [Cisco ACI CNI - for on-prem and cloud container networking with consistent policy and security model.](https://github.com/noironetworks/aci-containers) - [Kube-OVN - a CNI plugin that bases on OVN/OVS and provides advanced features like subnet, static ip, ACL, QoS, etc.](https://github.com/alauda/kube-ovn) - [Project Antrea - an Open vSwitch k8s CNI](https://github.com/vmware-tanzu/antrea) +- [OVN4NFV-K8S-Plugin - a OVN based CNI controller plugin to provide cloud native based Service function chaining(SFC), Multiple OVN overlay networking](https://github.com/opnfv/ovn4nfv-k8s-plugin) The CNI team also maintains some [core plugins in a separate repository](https://github.com/containernetworking/plugins). From 17a6379deb74efa72de7fe9ebfe20f3196d8aaa9 Mon Sep 17 00:00:00 2001 From: Kuralamudhan Ramakrishnan Date: Wed, 6 May 2020 21:05:17 -0700 Subject: [PATCH 2/2] Update README.md Signed-off-by: r.kuralamudhan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73ed1917..4e521f02 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ To avoid duplication, we think it is prudent to define a common interface betwee - [Cisco ACI CNI - for on-prem and cloud container networking with consistent policy and security model.](https://github.com/noironetworks/aci-containers) - [Kube-OVN - a CNI plugin that bases on OVN/OVS and provides advanced features like subnet, static ip, ACL, QoS, etc.](https://github.com/alauda/kube-ovn) - [Project Antrea - an Open vSwitch k8s CNI](https://github.com/vmware-tanzu/antrea) -- [OVN4NFV-K8S-Plugin - a OVN based CNI controller plugin to provide cloud native based Service function chaining(SFC), Multiple OVN overlay networking](https://github.com/opnfv/ovn4nfv-k8s-plugin) +- [OVN4NFV-K8S-Plugin - a OVN based CNI controller plugin to provide cloud native based Service function chaining (SFC), Multiple OVN overlay networking](https://github.com/opnfv/ovn4nfv-k8s-plugin) The CNI team also maintains some [core plugins in a separate repository](https://github.com/containernetworking/plugins).