Updated git submodules
[docs.git] / docs / release-notes / index.rst
1 #############
2 Release Notes
3 #############
4
5 Target Environment
6 ==================
7
8 For Execution
9 -------------
10
11 The OpenDaylight Karaf container, OSGi bundles, and Java class files
12 are portable and should run on any Java 7- or Java 8-compliant JVM to
13 run. Certain projects and certain features of some projects may have
14 additional requirements. Those are noted in the project-specific
15 release notes.
16
17 Projects and features which have known additional requirements are:
18
19 * TCP-MD5 requires 64-bit Linux
20 * TSDR has extended requirements for external databases
21 * Persistence has extended requirements for external databases
22 * SFC requires addition features for certain configurations
23 * SXP depends on TCP-MD5 on thus requires 64-bit Linux
24 * SNBI has requirements for Linux and Docker
25 * OpFlex requires Linux
26 * DLUX requires a modern web browser to view the UI
27 * AAA when using federation has additional requirements for external tools
28 * VTN has components which require Linux
29
30 For Development
31 ---------------
32
33 OpenDaylight is written primarily in Java project and primarily uses
34 Maven as a build tool Consequently the two main requirements to develop
35 projects within OpenDaylight are:
36
37 * A Java 8-compliant JDK
38 * Maven 3.1.1 or later
39
40 Applications and tools built on top of OpenDaylight using it's REST
41 APIs should have no special requirements beyond whatever is needed to
42 run the application or tool and make the REST calls.
43
44 In some places, OpenDaylight makes use of the Xtend language. While
45 Maven will download the appropriate tools to build this, additional
46 plugins may be required for IDE support.
47
48 The projects with additional requirements for execution typically have
49 similar or more extensive additional requirements for development. See
50 the project-specific release notes for details.
51
52 Known Issues and Limitations
53 ============================
54
55 Other than as noted in project-specific release notes, we know of the
56 following limitations:
57
58 * Migration from prior OpenDaylight releases to Nitrogen has not been
59   extensively tested. The per-project release notes include migration and
60   compatibility information when it is known.
61 * There are scales beyond which the controller has been unreliable when
62   collecting flow statistics from OpenFlow switches. In tests, these
63   issues became apparent when managing thousands of OpenFlow
64   switches, however this may vary depending on deployment and use cases.
65
66 Project-specific Release Notes
67 ==============================
68
69 .. toctree::
70    :maxdepth: 1
71
72    projects/aaa
73    projects/alto
74    projects/bgp-ls-pcep
75    projects/bier
76    projects/cardinal
77    projects/controller
78    projects/daexim
79    projects/didm
80    projects/distribution
81    projects/dlux
82    projects/dluxapps
83    projects/eman
84    projects/faas
85    projects/gbp
86    projects/genius
87    projects/infrautils
88    projects/iotdm
89    projects/l2switch
90    projects/lispflowmapping
91    projects/mdsal
92    projects/nemo
93    projects/netconf
94    projects/netide
95    projects/netvirt
96    projects/neutron-northbound
97    projects/nic
98    projects/ocpplugin
99    projects/odlparent
100    projects/odl-sdni.rst
101    projects/of-config
102    projects/openflowjava
103    projects/openflowplugin
104    projects/opflex
105    projects/ovsdb
106    projects/packetcable
107    projects/sfc
108    projects/snmp
109    projects/snmp4sdn
110    projects/sxp
111    projects/topology-processing-framework
112    projects/tsdr
113    projects/ttp
114    projects/unimgr
115    projects/usc
116    projects/vbd
117    projects/vtn
118    projects/yangtools