Migrate ODL SDNi user docs to rst 46/44346/2
authorColin Dixon <colin@colindixon.com>
Fri, 19 Aug 2016 00:54:42 +0000 (20:54 -0400)
committerColin Dixon <colin@colindixon.com>
Thu, 8 Sep 2016 13:58:31 +0000 (09:58 -0400)
Change-Id: I3dcd10c387e493e52c651beea0104c5864956f1a
Signed-off-by: Colin Dixon <colin@colindixon.com>
docs/user-guide/odl-sdni-user-guide.rst [new file with mode: 0644]
manuals/user-guide/src/main/asciidoc/sdninterfaceapp/odl-sdninterfaceapp-all-user.adoc

diff --git a/docs/user-guide/odl-sdni-user-guide.rst b/docs/user-guide/odl-sdni-user-guide.rst
new file mode 100644 (file)
index 0000000..5f90dc8
--- /dev/null
@@ -0,0 +1,40 @@
+ODL-SDNi User Guide
+===================
+
+Introduction
+------------
+
+This user guide will help to setup the ODL-SDNi application.
+
+Components
+----------
+
+SDNiAggregator, SDNi API, SDNiWrapper, and SDNiUI are the four
+components in ODL-SDNi App:
+
+-  SDNiAggregator: Connects with switch, topology, hosttracker managers
+   of controller to get the topology and other related data.
+
+-  SDNi REST API: It is a part of controller northbound, which gives the
+   required information by quering SDNiAggregator through RESTCONF.
+
+-  SDNiWrapper: This component uses the SDNi REST API and gathers the
+   information required to be shared among controllers.
+
+-  SDNiUI:This component displays all the SDN controllers which are
+   connected to each other.
+
+Troubleshooting
+---------------
+
+To work with multiple controllers, change some of the configuration in
+config.ini file. For example change the listening port of one controller
+to 6653 and other controller to 6663 in
+/root/controller/opendaylight/distribution/opendaylight/target/distribution.opendaylight-osgipackage/opendaylight/configuration/config.ini
+(i.e., of.listenPort=6653).
+
+**OpenFlow related system parameters.**
+
+TCP port on which the controller is listening (default 6633)
+of.listenPort=6653
+
index 808626728c7955e9091691c6a5bb50cbec21b46b..6f8f7d8c8f958c49191325a34953b2039e0ff6ed 100755 (executable)
@@ -1,18 +1,3 @@
 == ODL-SDNi User Guide
 
-=== Introduction
-This user guide will help to setup the ODL-SDNi application.
-
-=== Components
-SDNiAggregator, SDNi API, SDNiWrapper, and SDNiUI are the four components in ODL-SDNi App:
-
-* SDNiAggregator: Connects with switch, topology, hosttracker managers of controller to get the topology and other related data.
-* SDNi REST API: It is a part of controller northbound, which gives the required information by quering SDNiAggregator through RESTCONF.
-* SDNiWrapper: This component uses the SDNi REST API and gathers the information required to be shared among controllers.
-* SDNiUI:This component displays all the SDN controllers which are connected to each other.
-
-=== Troubleshooting
-To work with multiple controllers, change some of the configuration in config.ini file. For example change the listening port of one controller to 6653 and other controller to 6663 in /root/controller/opendaylight/distribution/opendaylight/target/distribution.opendaylight-osgipackage/opendaylight/configuration/config.ini (i.e., of.listenPort=6653).
-
-.OpenFlow related system parameters
-TCP port on which the controller is listening (default 6633) of.listenPort=6653
+This content has been migrated to: http://docs.opendaylight.org/en/stable-boron/user-guide/odl-sdni-user-guide.html