Add netvirt release notes for stable/magenisum 33/88633/5
authorKarthikeyan Krishnan <karthikeyangceb007@gmail.com>
Tue, 24 Mar 2020 03:54:59 +0000 (09:24 +0530)
committerKarthikeyan Krishnan <karthikeyangceb007@gmail.com>
Thu, 26 Mar 2020 04:52:26 +0000 (10:22 +0530)
Signed-off-by: Karthikeyan Krishnan <karthikeyangceb007@gmail.com>
Change-Id: Ieaea539c96746b9a76bc274332eada068f921cc4

docs/release-notes/projects/netvirt.rst [new file with mode: 0644]

diff --git a/docs/release-notes/projects/netvirt.rst b/docs/release-notes/projects/netvirt.rst
new file mode 100644 (file)
index 0000000..b9ec27d
--- /dev/null
@@ -0,0 +1,96 @@
+============
+Netvirt
+============
+
+Overview
+========
+
+Developed on OpenDaylight, the NetVirt (Network Virtualization)
+application consists of modular sub-services, including
+network protocols L2, L3, ACL, NAT, DHCP, IPv6 control, etc.
+
+Behavior Changes
+================
+
+No behaviour change in this release.
+
+New and Modified Features
+=========================
+
+* **Feature Name:** No new or modified features in this release.
+* **Feature URL:** `odl-netvirt-openstack <https://git.opendaylight.org/gerrit/gitweb?p=netvirt.git;a=blob;f=features/odl-netvirt-openstack/pom.xml;hb=HEAD>`_
+* **Feature Description:** NetVirt is a network virtualization solution that includes the following components:
+
+  * Open vSwitch-based virtualization for software switches.
+  * Hardware VTEP for hardware switches.
+  * Service function chaining support within a virtualized environment.
+  * Support for OVS and DPDK-accelerated.
+  * OVS datapaths, L3VPN (BGPVPN), EVPN, ELAN, distributed L2 and L3, NAT and Floating IPs, IPv6, Security Groups,
+    MAC and IP learning.
+* **Top Level:** Yes
+* **User Facing:** Yes
+* **Experimental:** No
+* **CSIT Test:** `NetVirt CSIT <https://jenkins.opendaylight.org/releng/view/netvirt-csit/job/netvirt-csit-1node-0cmb-1ctl-2cmp-openstack-queens-upstream-stateful-magnesium//>`_
+
+
+Deprecated Features
+===================
+
+This release removed the following features:
+
+* COE project features
+* SFC project features
+
+Resolved Issues
+===============
+
+The following table lists the resolved issues fixed this release.
+
+.. list-table::
+   :widths: 15 55
+   :header-rows: 1
+
+   * - **Key**
+     - **Summary**
+
+   * - NETVIRT-1651
+     - NetVirt patch test failing due to SFC distro check
+
+   * - NETVIRT-1662
+     - Unable to create SNAT table entry for floating IP
+
+   * - NETVIRT-1637
+     - L3VPN CSIT failure post MRI activity
+
+   * - NETVIRT-1510
+     - Get rid of 'synchronized (String.intern())'
+
+   * - NETVIRT-1641
+     - neutronvpn:networkMaps update failed when add the second subnet under network
+
+   * - NETVIRT-1406
+     - Few datastores and dump-groups not removed
+
+   * - NETVIRT-1470
+     - VMs did not get ipv6 address via SLAAC after VM evacuation
+
+   * - NETVIRT-1109
+     - VPN OperDS entry still not updated, if neutron port was deleted
+
+   * - NETVIRT-1667
+     - VNF route did not appear in fib/flows due to interface manager did not update the parentref
+
+   * - NETVIRT-1665
+     - Exception from NAT service on release the ID from IDManager
+
+   * - NETVIRT-1028
+     - Fix unrelated types for equals in HwvtepPhysicalSwitchListener
+
+   * - NETVIRT-1620
+     - Update qos for port failed
+
+
+Known Issues
+============
+
+No Known issues in this release.
\ No newline at end of file