Merge "AAA Carbon Release Notes"
[docs.git] / docs / getting-started-guide / project-release-notes / controller.rst
1 ==========
2 Controller
3 ==========
4
5 Major Features
6 ==============
7
8 odl-mdsal-broker
9 ----------------
10
11 * **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blob;f=features/mdsal/features-mdsal/src/main/features/features.xml
12 * **Feature Description:**  Core MD-SAL implementations.
13 * **Top Level:** Yes
14 * **User Facing:** No
15 * **Experimental:** No
16 * **CSIT Test:** https://jenkins.opendaylight.org/releng/view/controller/job/controller-csit-verify-3node-clustering/
17
18 Security Considerations
19 =======================
20
21 * Do you have any external interfaces other than RESTCONF?
22
23   * Yes, akka uses port 2550 and by default communicates with unencrypted, unauthenticated messages. Securing akka communication isn't described here, but those concerned should look at the "Configuring SSL/TLS for Akka Remoting" section at http://doc.akka.io/docs/akka//2.4.17/scala/remoting.html.
24
25 * Other security issues?
26
27   * No
28
29 Quality Assurance
30 =================
31
32 * `Link to Sonar Report <https://jenkins.opendaylight.org/releng/view/controller/job/controller-sonar/>`_ (60%)
33 * `Link to CSIT Jobs <https://jenkins.opendaylight.org/releng/view/controller/>`_
34
35 Migration
36 ---------
37
38 * Is is possible migrate from the previous release? If so, how?
39
40   * There are no issues with migration from Boron to Carbon.
41
42 Compatiblity
43 ------------
44
45 * Is this release compatible with the previous release?
46
47   * Yes
48
49 * Any API changes?
50
51   * No
52
53 * Any configuration changes?
54
55   * Preview for Distributed Datastore Tell-Based protocol. This is enabled using etc/org.opendaylight.controller.cluster.datastore.cfg's
56     use-tell-based-protocol knob and should eliminate most sources of AskTimeouts.
57
58 Bugs Fixed
59 ----------
60
61 * List of bugs fixed since the previous release
62
63   * `Bugs Fixed <https://bugs.opendaylight.org/buglist.cgi?chfieldfrom=2016-08-9&chfieldto=2017-05-25&list_id=78854&product=controller&query_format=advanced&resolution=FIXED>`_
64
65 Known Issues
66 ------------
67
68 * List key known issues with workarounds
69
70   * None
71
72 * `Link to Open Bugs <https://bugs.opendaylight.org/buglist.cgi?bug_status=__open__&chfieldfrom=2016-08-9&chfieldto=2017-05-25&list_id=78855&product=controller&query_format=advanced>`_
73
74 End-of-life
75 ===========
76
77 * List of features/APIs which are EOLed, deprecated, and/or removed in this
78   release
79
80   * The XSQL component packaged in odl-mdsal-xsql has been deprecated and will be removed in
81     the next release.
82
83   * The following API elements are deprecated, pending future removal:
84
85     * org.opendaylight.controller.md.sal.binding.api.ClusteredDataChangeListener
86     * org.opendaylight.controller.md.sal.binding.api.DataChangeListener
87     * org.opendaylight.controller.sal.binding.api.AbstractBindingAwareConsumer
88     * org.opendaylight.controller.sal.binding.api.AbstractBindingAwareProvider
89     * org.opendaylight.controller.sal.binding.api.data.DataBrokerService
90     * org.opendaylight.controller.sal.binding.api.data.DataChangeListener
91     * org.opendaylight.controller.sal.binding.api.data.DataModificationTransaction
92     * org.opendaylight.controller.sal.binding.api.data.DataProviderService
93     * org.opendaylight.controller.sal.binding.api.data.SynchronizedTransaction
94     * org.opendaylight.controller.sal.binding.api.NotificationListener
95     * org.opendaylight.controller.sal.binding.api.NotificationProviderService
96     * org.opendaylight.controller.sal.binding.api.NotificationService
97     * org.opendaylight.controller.sal.common.util.RpcErrors.java
98     * org.opendaylight.controller.sal.common.util.Rpcs.java
99     * org.opendaylight.controller.sal.core.api.model.SchemaService
100
101 Standards
102 =========
103
104 * List of standards implemented and to what extent
105
106   * None
107
108 Release Mechanics
109 =================
110
111 * `Link to release plan <https://wiki.opendaylight.org/view/OpenDaylight_Controller:Carbon:Release_Plan>`_