Skip to content

Commit ef0c377

Browse files
Adding Core Release Notes
Change-Id: Ic0aca8038606e32f8da59661957c6c651e73b3cd Signed-off-by: Mathieu Lemay <[email protected]>
1 parent fce4d4b commit ef0c377

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
== OpenDaylight Release Notes
2+
3+
=== Key Features
4+
5+
The following table describes the key features provided by the OpenDaylight controller.
6+
7+
[cols=\u201c2*\u201d]
8+
|==============================================
9+
| *Feature* | *Description*
10+
| Maven support | Used to simplify build automation.
11+
| OSGi framework | Serves as the controller&#8217;s back-end, allowing it to dynamically load bundles, package JAR files, and bind bundles together when exchanging information.
12+
| Java interface support | Used by specific bundles to implement call-back functions for events and indicate the awareness of specific states.
13+
| Service Abstraction Layer (SAL) | Allows the controller to support multiple protocols (such as BGP-LS and OpenFlow) on the southbound interface. Also provides consistent services for modules and applications (which is where the business logic is embedded).
14+
| Switch Manager | Once a network element has been discovered, its details (such as device type, software version, etc.) are stored by the Switch Manager.
15+
| High Availability (HA) | The controller supports cluster-based HA, allowing you to connect multiple controllers and configure them to act as one in order to ensure the controller&#8217;s continuous operation.
16+
|==============================================
17+
18+
=== Target Environment
19+
20+
NOTE: If you are using Oracle, JDK version 1.7.0_45 or later is required.
21+
22+
==== For Execution
23+
24+
The OpenDaylight controller source files are completely portable and only require a Java 7-compliant JVM to run.
25+
26+
==== For Development
27+
28+
Although the OpenDaylight controller is developed as a normal Java project, it makes heavy use of the Xtend language. While development is possible with bare tools, we recommend you use Eclipse with the Xtend plugin.
29+
30+
=== Known Issues and Limitation
31+
32+
All of the known issues for the OpenDaylight controller are listed https://bugs.opendaylight.org/buglist.cgi?bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&bug_severity=minor&bug_severity=trivial&bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=IN_PROGRESS&bug_status=WAITING_FOR_REVIEW&columnlist=product%2Ccomponent%2Cassigned_to%2Cbug_status%2Cresolution%2Cshort_desc%2Cchangeddate%2Ccf_target_milestone&f1=cf_target_milestone&list_id=15952&n1=1&o1=substring&product=controller&query_based_on=&query_format=advanced&resolution=---&v1=Lithium[here].
33+
34+
=== Links to Project Release Notes
35+
36+
The following table provides links to the release notes that are currently available for the various projects that are part of the OpenDaylight Helium release. This table will be updated as more release notes become available.
37+
38+
[cols=\u201c2*\u201d]
39+
|==============================================
40+
| *Project* | *Release Notes URL*
41+
| BGPCEP | https://wiki.opendaylight.org/view/BGP_LS_PCEP:Helium_Release_Notes
42+
| DLUX | https://wiki.opendaylight.org/view/OpenDaylight_dlux:Release_Notes_Helium
43+
| L2 Switch | https://wiki.opendaylight.org/view/L2_Switch:Helium:Release_Notes
44+
| OpenFlow Plugin | https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:Helium_Release_Notes
45+
| OpenFlow Protocol Library | https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Release_Notes
46+
| OVSDB | https://wiki.opendaylight.org/view/OVSDB_Integration:Helium_Release_Notes
47+
| PackCable PCMM | https://wiki.opendaylight.org/view/PacketCablePCMM:ReleaseNotes
48+
| Plugin2OC | https://wiki.opendaylight.org/view/Southbound_Plugin_to_the_OpenContrail_Platform:Helium_Release_Notes
49+
| SDNi | https://wiki.opendaylight.org/view/ODL-SDNi_App:Helium_Release_Notes
50+
| TCPMD5 | https://wiki.opendaylight.org/view/TCPMD5:Helium_Release_Notes
51+
| TTP | https://wiki.opendaylight.org/view/Table_Type_Patterns:Helium_Release_Notes
52+
| VTN | https://wiki.opendaylight.org/view/OpenDaylight_Virtual_Tenant_Network_(VTN):Helium_Release_Notes
53+
| Yang Tools | https://wiki.opendaylight.org/view/YANG_Tools:Helium:Release_Notes
54+
|==============================================
55+

0 commit comments

Comments
 (0)