Updated git submodules
[docs.git] / docs / getting-started-guide / project-release-notes / l2switch.rst
1 ========
2 L2Switch
3 ========
4
5 odl-l2switch-switch
6 -------------------
7
8 * **Feature URL:** https://github.com/opendaylight/l2switch/blob/stable/carbon/features/features-l2switch/src/main/features/features.xml
9 * **Feature Description:** Provides a basic L2 Switch abstraction over multiple switches using OpenFlow
10 * **Top Level:** Yes
11 * **User Facing:** Yes
12 * **Experimental:** No
13 * **CSIT Test:**
14
15   * https://jenkins.opendaylight.org/releng/view/l2switch/job/l2switch-csit-1node-switch-all-carbon/
16   * https://jenkins.opendaylight.org/releng/view/l2switch/job/l2switch-integration-carbon/
17   * https://jenkins.opendaylight.org/releng/view/l2switch/job/l2switch-merge-carbon/
18   * https://jenkins.opendaylight.org/releng/view/l2switch/job/l2switch-sonar/
19   * https://jenkins.opendaylight.org/releng/view/l2switch/job/l2switch-validate-autorelease-carbon/
20   * https://jenkins.opendaylight.org/releng/view/l2switch/job/l2switch-clm-carbon/
21   * https://jenkins.opendaylight.org/releng/view/l2switch/job/l2switch-csit-1node-periodic-host-scalability-daily-only-carbon/
22   * https://jenkins.opendaylight.org/releng/view/l2switch/job/l2switch-csit-1node-scalability-all-carbon/
23   * https://jenkins.opendaylight.org/releng/view/l2switch/job/l2switch-csit-1node-scalability-only-carbon/
24   * https://jenkins.opendaylight.org/releng/view/l2switch/job/l2switch-csit-1node-switch-all-carbon/
25   * https://jenkins.opendaylight.org/releng/view/l2switch/job/l2switch-csit-1node-switch-only-carbon/
26   * https://jenkins.opendaylight.org/releng/view/l2switch/job/l2switch-distribution-check-carbon/
27
28 Documentation
29 =============
30
31 * **User Guide(s):**
32
33   * :ref:`l2switch-user-guide`
34
35 * **Developer Guide(s):**
36
37   * :ref:`l2switch-dev-guide`
38
39 Security Considerations
40 =======================
41
42 * Are there any known security issues?
43
44   None.
45
46 Quality Assurance
47 =================
48
49 * `Link to Sonar Report <https://sonar.opendaylight.org/overview?id=org.opendaylight.l2switch%3Al2switch>`_
50 * `Link to CSIT Jobs <https://jenkins.opendaylight.org/releng/view/l2switch/>`_
51 * The tests are using the OpenDaylight CSIT infrastructure.
52
53   * How extensive was it? Extensive, covers functionality, scalability tests.
54   * What should be expected to work? The core modules like Address tracker, Packet handler,
55     Host tracker, loop removal, simple mininet ping.
56   * What has not be tested as much? Basic scalablity tests exists today, extensive scalability
57     could be performed.
58
59 Migration
60 ---------
61
62 Migration with data from Boron to Carbon is not supported.
63
64 Compatibility
65 -------------
66
67 This release is compatible with the previous release.
68
69 Since l2switch is migrating services to Blueprint, services depending on l2switch
70 may also need to migrate to Blueprint instead of using CONFIG subsystem.
71
72 Bugs Fixed
73 ----------
74
75 No bug is fixed in this release.
76
77 Known Issues
78 ------------
79
80 * `Bug 6654 <https://bugs.opendaylight.org/show_bug.cgi?id=6654>`_
81
82 l2switch does not work well when mininet is stopped/started with no delay.
83
84 End-of-life
85 ===========
86 No Changes
87
88 Standards
89 =========
90
91 None.
92
93 Release Mechanics
94 =================
95
96 * `Link to release plan <https://wiki.opendaylight.org/view/L2_Switch:Nitrogen_Release_Plan>`_
97 *  No major changes.