Migrate CAPWAP dev docs to rst 71/44271/1
authorColin Dixon <colin@colindixon.com>
Wed, 17 Aug 2016 14:54:57 +0000 (10:54 -0400)
committerColin Dixon <colin@colindixon.com>
Thu, 18 Aug 2016 14:33:58 +0000 (14:33 +0000)
Change-Id: I1d27784d72f011fb5177259c9701731c17af4c62
Signed-off-by: Colin Dixon <colin@colindixon.com>
(cherry picked from commit 7a98b775c7387f6a4a03941d23ff1acbb1254804)

docs/developer-guide/capwap-developer-guide.rst [new file with mode: 0644]
manuals/developer-guide/src/main/asciidoc/capwap/capwap-dev.adoc

diff --git a/docs/developer-guide/capwap-developer-guide.rst b/docs/developer-guide/capwap-developer-guide.rst
new file mode 100644 (file)
index 0000000..c78dfe1
--- /dev/null
@@ -0,0 +1,46 @@
+CAPWAP Developer Guide
+======================
+
+Overview
+--------
+
+The Control And Provisioning of Wireless Access Points (CAPWAP) plugin
+project aims to provide new southbound interface for controller to be
+able to monitor and manage CAPWAP compliant wireless termination point
+(WTP) network devices. The CAPWAP feature will provide REST based
+northbound APIs.
+
+CAPWAP Architecture
+-------------------
+
+The CAPWAP feature is implemented as an MD-SAL based provider module,
+which helps discover WTP devices and update their states in the MD-SAL
+operational datastore.
+
+CAPWAP APIs and Interfaces
+--------------------------
+
+This section describes the APIs for interacting with the CAPWAP plugin.
+
+Discovered WTPs
+~~~~~~~~~~~~~~~
+
+The CAPWAP project maintains list of discovered CAPWAP WTPs that is
+YANG-based in MD-SAL. These models are available via RESTCONF.
+
+-  Name: Discovered-WTPs
+
+-  URL:
+   `http://${ipaddress}:8181/restconf/operational/capwap-impl:capwap-ac-root/ <http://${ipaddress}:8181/restconf/operational/capwap-impl:capwap-ac-root/>`__
+
+-  Description: Displays list of discovered WTPs and their basic
+   attributes
+
+API Reference Documentation
+---------------------------
+
+Go to
+`http://${ipaddress}:8181/apidoc/explorer/index.html <http://${ipaddress}:8181/apidoc/explorer/index.html>`__,
+sign in, and expand the capwap-impl panel. From there, users can execute
+various API calls to test their CAPWAP deployment.
+
index 92da13bdc04fc8a4e599f39329f9f5dcf9ec9d21..14963377da2956f9293a6ccf39c3c644b56b399a 100644 (file)
@@ -1,28 +1,3 @@
 == CAPWAP Developer Guide
 
-=== Overview
-The Control And Provisioning of Wireless Access Points (CAPWAP) plugin project aims to 
-provide new southbound interface for controller to be able to monitor and manage 
-CAPWAP compliant wireless termination point (WTP) network devices. The CAPWAP 
-feature will provide REST based northbound APIs.
-
-=== CAPWAP Architecture
-The CAPWAP feature is implemented as an MD-SAL based provider module, which
-helps discover WTP devices and update their states in the MD-SAL operational datastore.
-
-=== CAPWAP APIs and Interfaces
-This section describes the APIs for interacting with the CAPWAP plugin.
-
-==== Discovered WTPs
-The CAPWAP project maintains list of discovered CAPWAP WTPs that is YANG-based in MD-SAL. 
-These models are available via RESTCONF.
-
-* Name: Discovered-WTPs
-* URL: http://${IPADDRESS}:8181/restconf/operational/capwap-impl:capwap-ac-root/
-* Description: Displays list of discovered WTPs and their basic attributes
-
-=== API Reference Documentation
-Go to http://${IPADDRESS}:8181/apidoc/explorer/index.html, sign in, and expand the 
-capwap-impl panel.  From there, users can execute various API calls to test their 
-CAPWAP deployment.
-
+This content has been migrated to: http://docs.opendaylight.org/en/stable-boron/developer-guide/capwap-developer-guide.html