Merge "Add infrautils release note"
[docs.git] / docs / user-guide / odl-sdni-user-guide.rst
1 ODL-SDNi User Guide
2 ===================
3
4 Introduction
5 ------------
6
7 This user guide will help to setup the ODL-SDNi application.
8
9 Components
10 ----------
11
12 SDNiAggregator, SDNi API, SDNiWrapper, and SDNiUI are the four
13 components in ODL-SDNi App:
14
15 -  SDNiAggregator: Connects with switch, topology, hosttracker managers
16    of controller to get the topology and other related data.
17
18 -  SDNi REST API: It is a part of controller northbound, which gives the
19    required information by quering SDNiAggregator through RESTCONF.
20
21 -  SDNiWrapper: This component uses the SDNi REST API and gathers the
22    information required to be shared among controllers.
23
24 -  SDNiUI:This component displays all the SDN controllers which are
25    connected to each other.
26
27 Troubleshooting
28 ---------------
29
30 To work with multiple controllers, change some of the configuration in
31 config.ini file. For example change the listening port of one controller
32 to 6653 and other controller to 6663 in
33 /root/controller/opendaylight/distribution/opendaylight/target/distribution.opendaylight-osgipackage/opendaylight/configuration/config.ini
34 (i.e., of.listenPort=6653).
35
36 **OpenFlow related system parameters.**
37
38 TCP port on which the controller is listening (default 6633)
39 of.listenPort=6653
40