summaryrefslogtreecommitdiffstats
path: root/docs/development/ovn-for-nfv.rst
diff options
context:
space:
mode:
authorTrinath Somanchi <trinath.somanchi@nxp.com>2017-08-31 23:33:08 +0530
committerTrinath Somanchi <trinath.somanchi@nxp.com>2017-08-31 23:47:13 +0530
commit810bb7f5c6615a2d90d9451337e6df6a01702e5b (patch)
treeba2af923b0d1fdd9026dd98509be3bf59ec92356 /docs/development/ovn-for-nfv.rst
parentd86122c609863fe2935345833740b1d7ed6aa2a4 (diff)
Adding OVN4NFV initial documentation for Euphrates release.opnfv-5.0.RC1opnfv-5.0.0
Change-Id: Iaa3bcf3c1b1b356ee3a694dcbb2f96098c8173bc Signed-off-by: Trinath Somanchi <trinath.somanchi@nxp.com>
Diffstat (limited to 'docs/development/ovn-for-nfv.rst')
-rw-r--r--docs/development/ovn-for-nfv.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/development/ovn-for-nfv.rst b/docs/development/ovn-for-nfv.rst
new file mode 100644
index 0000000..3ae9c99
--- /dev/null
+++ b/docs/development/ovn-for-nfv.rst
@@ -0,0 +1,23 @@
+OVN4NFV Project
+===============
+OVN complements the existing capabilities of OVS to add native support for
+virtual network abstractions such as virtual L2 & L3 overlays, L3 routing
+and security groups. Instead of treating ovsdb and Open Flow actions
+separately, OVN provides simpler interface for managing virtual networks.
+
+Besides the simpler interface, OVN takes care of transforming simple flow
+rules of virtual network to complex Open Flow rules on the Open vSwitches
+involved. The Openstack project networking-ovn implements the neutron api
+using OVN. As part of ovn4nfv project we would like to enable OVN along
+with the openstack neutron plugin networking-ovn as a deployable network
+control component in the OPNFV build. This would make it easier to manage
+virtual networks and push more of network intelligence to the edge onto the
+compute nodes. Since OVN has inherent support for containers, this would
+allow OPNFV to orchestrate container VNFs.
+
+Further this will make the controller architecture much more simpler and
+scalable by placing the controller (ovn-controller) next to the Open vSwitch.
+
+OVN for OPNFV at OPNFV Design Summit, Nov, 2015
+ - https://wiki.opnfv.org/_media/events/ovn-opnfv-summit2015.pdf
+