Fix “Is is” typo
[docs.git] / docs / getting-started-guide / project-release-notes / ocpplugin-release-notes.rst
1 ==========
2 OCP-plugin
3 ==========
4
5 Major Features
6 ==============
7
8 odl-ocpplugin-southbound
9 ------------------------
10
11 * **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=ocpplugin.git;a=blob;f=features/features-ocpplugin/src/main/features/features.xml;hb=refs/heads/stable/carbon
12 * **Feature Description:**  Handling of OCP v4.1.1 request/response messages
13 * **Top Level:** No
14 * **User Facing:** No
15 * **Experimental:** No
16 * **CSIT Test:** https://jenkins.opendaylight.org/releng/view/ocpplugin/job/ocpplugin-csit-1node-get-all-carbon
17
18
19 odl-ocpplugin-app-ocp-service
20 -----------------------------
21
22 * **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=ocpplugin.git;a=blob;f=features/features-ocpplugin/src/main/features/features.xml;hb=refs/heads/stable/carbon
23 * **Feature Description:**  User facing interface and rrh-agent registration and lifecycle management
24 * **Top Level:** Yes
25 * **User Facing:** Yes
26 * **Experimental:** No
27 * **CSIT Test:** https://jenkins.opendaylight.org/releng/view/ocpplugin/job/ocpplugin-csit-1node-get-all-carbon
28
29 Documentation
30 =============
31
32 * **User Guide(s):**
33
34   * :ref:`ocpplugin-user-guide`
35
36 * **Developer Guide(s):**
37
38   * :ref:`ocpplugin-dev-guide`
39
40 Security Considerations
41 =======================
42
43 * Do you have any external interfaces other than RESTCONF?
44
45   * There is no futher secure description on the OCP 4.1.1 spec, it's out of our design scope, so there is no extenal security interface other than RESTCONF.
46
47 * Other security issues?
48
49   * No other security issue
50
51 Quality Assurance
52 =================
53
54 * `Link to Sonar Report <https://sonar.opendaylight.org/overview?id=64810>`_ (61.7%)
55 * `Link to CSIT Jobs <https://jenkins.opendaylight.org/releng/view/ocpplugin/job/ocpplugin-csit-1node-get-all-carbon>`_
56 * Other manual testing and QA information
57
58   * More detail testing, https://wiki.opendaylight.org/view/OCP_Plugin:Carbon_System_Test_Report
59
60 Migration
61 ---------
62
63 * Is it possible to migrate from the previous release? If so, how?
64
65   * Yes, there is no change in config and no need to migrate data in the datastore.
66
67 Compatibility
68 -------------
69
70 * Is this release compatible with the previous release?
71
72   * Release is compatible with previous.
73
74 * Any API changes?
75
76   * N/A
77
78 * Any configuration changes?
79
80   * N/A
81
82 Bugs Fixed
83 ----------
84
85 * List of bugs fixed since the previous release
86
87   * `7634 <https://bugs.opendaylight.org/show_bug.cgi?id=7634>`_ Karaf 4 migration: provide Karaf 4 ocpplugin features
88
89 Known Issues
90 ------------
91
92 * List key known issues with workarounds
93
94   * N/A
95
96 End-of-life
97 ===========
98
99 * List of features/APIs which are EOLed, deprecated, and/or removed in this release
100
101   * Nothing deprecated, EOL.
102
103 Standards
104 =========
105 * List of standards implemented and to what extent
106
107   * `OCP(ORI [Open Radio Interface] C&M [Control and Management]) v4.1.1 <http://www.etsi.org/deliver/etsi_gs/ORI/001_099/00202/04.01.01_60/gs_ORI00202v040101p.pdf>`_
108
109   * The ocpplugin poeject extended connection establishment and state machines used on both ends of the connection.
110
111 Release Mechanics
112 =================
113
114 * `Link to release plan <https://wiki.opendaylight.org/view/OCP_Plugin:Carbon:Release_Plan>`_
115
116 * Describe any major shifts in release schedule from the release plan
117
118   * N/A