Fix “Is is” typo
[docs.git] / docs / getting-started-guide / project-release-notes / of-config-release-notes.rst
1 =========
2 OF-CONFIG
3 =========
4
5 Major Features
6 ==============
7
8 odl-of-config-all
9 -----------------
10
11 * **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=of-config.git;a=blob;f=features/features-of-config/src/main/features/features.xml;hb=stable/carbon
12 * **Feature Description:**  This is a top level wrapper feature which includes all the sub features OF-CONFIG offers.
13 * **Top Level:** Yes
14 * **User Facing:** Yes
15 * **Experimental:** Yes
16 * **CSIT Test:** N/A
17
18 Documentation
19 =============
20
21 * **User Guide(s):**
22
23   * :ref:`ofconfig-user-guide`
24
25 * **Developer Guide(s):**
26
27   * :ref:`ofconfig-dev-guide`
28
29 Security Considerations
30 =======================
31
32 * Do you have any external interfaces other than RESTCONF?
33
34   * No. This project indirectly uses the NETCONF project to connect to devices.
35
36 * Other security issues?
37
38   * N/A
39
40 Quality Assurance
41 =================
42
43 * `Link to Sonar Report <https://sonar.opendaylight.org/overview?id=org.opendaylight.of-config%3Aofconf>`_ (71.4% code coverage)
44 * Other manual testing and QA information
45 * Testing methodology. How extensive was it? What should be expected to work?
46   What has not been tested as much?
47 * External System Test is almost done manually, since the sandbox environment
48   could not satisfy OF-CONFIG's requirement. The test has covered all external
49   APIs of OF-CONFIG and all supplementary options based on OF-CONFIG 1.2.
50
51 Migration
52 ---------
53
54 * Is it possible to migrate from the previous release? If so, how?
55
56   There is no additional support for migration in OF-CONFIG than there is in
57   general. User configuration and state will need to be manually migrated when
58   upgrading between major versions of OpenDaylight.
59
60 Compatibility
61 -------------
62
63 * Is this release compatible with the previous release? Yes.
64 * Any API changes? No.
65 * Any configuration changes? No.
66
67 Bugs Fixed
68 ----------
69
70 * List of bugs fixed since the previous release
71
72   `Replace mockito-all by mockito-core <https://git.opendaylight.org/gerrit/#/c/50878/>`_
73
74 Known Issues
75 ------------
76
77 * No known issues.
78
79 End-of-life
80 ===========
81
82 * List of features/APIs which are EOLed, deprecated, and/or removed in this
83   release
84
85   N/A
86
87 Standards
88 =========
89
90 * List of standrads implemented and to what extent
91 * `OF-CONFIG 1.2 <https://www.opennetworking.org/images/stories/downloads/sdn-resources/onf-specifications/openflow-config/of-config-1.2.pdf>`_
92
93 Release Mechanics
94 =================
95
96 * `Link to release plan <https://wiki.opendaylight.org/view/OF-CONFIG:Carbon:Release_Plan>`_
97 * Describe any major shifts in release schedule from the release plan
98
99   N/A