Remove references to OVSDB Northbound docs. 03/22203/3
authorGabriel Robitaille-Montpetit <grmontpetit@inocybe.com>
Tue, 9 Jun 2015 14:04:18 +0000 (10:04 -0400)
committerGabriel Robitaille-Montpetit <grmontpetit@inocybe.com>
Tue, 9 Jun 2015 16:57:00 +0000 (12:57 -0400)
Change-Id: I8b87181e9343efec6d65dce70b3d16776241fe19
Signed-off-by: Gabriel Robitaille-Montpetit <grmontpetit@inocybe.com>
manuals/developer-guide/src/main/asciidoc/ovsdb/ovsdb-developer.adoc
manuals/developer-guide/src/main/asciidoc/ovsdb/ovsdb-northbound-developer.adoc [deleted file]
manuals/getting-started-guide/src/main/asciidoc/ovsdb/ovsdb-northbound-install.adoc [deleted file]
manuals/user-guide/src/main/asciidoc/ovsdb/ovsdb-northbound-user.adoc [deleted file]
manuals/user-guide/src/main/asciidoc/ovsdb/ovsdb-user.adoc

index 79029c26f09a27570865182638b1844241983791..19a5f29c8657eeef13a06e5806d7bda85c302735 100644 (file)
@@ -1,6 +1,4 @@
 
-include::ovsdb-northbound-developer.adoc[]
-
 include::ovsdb-openstack-developer.adoc[]
 
 include::ovsdb-southbound-developer.adoc[]
diff --git a/manuals/developer-guide/src/main/asciidoc/ovsdb/ovsdb-northbound-developer.adoc b/manuals/developer-guide/src/main/asciidoc/ovsdb/ovsdb-northbound-developer.adoc
deleted file mode 100644 (file)
index b3e4951..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-== OVSDB Northbound Developer Guide
-
-=== Overview
-The OVSDB Northbound feature's goal is to give low level access to
-an OVS instance. For instance, one would like to be able to directly create, read, update and delete rows into an OVS instance by using RESTCONF.
-
-The target audience for this feature is one that needs low level
-access to an OVS instance from inside OpenDaylight
-
-=== OVSDB Northbound Developer Architecture
-The northbound bundle architecture is as follows:
-
-- mdsal-northbound-aggregator
-
-- mdsal-northbound-api
-
-- mdsal-northbound-impl
-
-- mdsal-northbound-features
-
-
-=== Key APIs and Interfaces
-[width="80%",cols="10%,10%,10%,70%"]
-|=======
-|Type | Action | Input | URL
-|PUT | Insert Row |Row Data | restconf/config/network-topology:network-topology/topology/ovsdb:1/\{nodeId\}/tables/\{tableName\}/rows
-|GET | Show Row |N/A | restconf/config/network-topology:network-topology/topology/ovsdb:1/\{nodeId\}/tables/\{tableName\}/rows/\{rowUuid\}
-|GET | Show All Row |N/A | restconf/config/network-topology:network-topology/topology/ovsdb:1/\{nodeId\}/tables/\{tableName\}/rows
-|PUT | Update Row |Row Data | restconf/config/network-topology:network-topology/topology/ovsdb:1/\{nodeId\}/tables/\{tableName\}/rows/\{rowUuid\}
-|DELETE | Delete Row |N/A | restconf/config/network-topology:network-topology/topology/ovsdb:1/\{nodeId\}/tables/\{tableName\}/rows/\{rowUuid\}
-|=======
diff --git a/manuals/getting-started-guide/src/main/asciidoc/ovsdb/ovsdb-northbound-install.adoc b/manuals/getting-started-guide/src/main/asciidoc/ovsdb/ovsdb-northbound-install.adoc
deleted file mode 100644 (file)
index 1f7c437..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-== OVSDB Northbound Installation Guide
-TBD
-
-=== Overview
-TBD
-
-=== Pre Requisites for Installing OVSDB Northbound
-TBD
-
-=== Preparing for Installation
-TBD
-
-=== Installing OVSDB Northbound
-TBD
-
-=== Verifying your Installation
-TBD
-
-==== Troubleshooting
-TBD
-
-=== Post Installation Configuration
-TBD
-
-=== Upgrading From a Previous Release
-TBD
-
-=== Uninstalling OVSDB Northbound
-TBD
diff --git a/manuals/user-guide/src/main/asciidoc/ovsdb/ovsdb-northbound-user.adoc b/manuals/user-guide/src/main/asciidoc/ovsdb/ovsdb-northbound-user.adoc
deleted file mode 100644 (file)
index d0ac1a4..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-== OVSDB Northbound User Guide
-TBD
-
-=== Overview
-TBD
-
-=== OVSDB Northbound Architecture
-TBD
-
-=== Configuring OVSDB Northbound
-TBD
-
-=== Administering or Managing OVSDB Northbound
-TBD
-
-=== Tutorials
-TBD
-
-==== How to use OVSDN Northbound
-TBD
-
-===== Overview
-TBD
-
-===== Prerequisites
-TBD
-
-===== Target Environment
-TBD
-
-===== Instructions
-TBD
\ No newline at end of file
index 38c8bb4f335ab879ab4f4571f5e84ceac99ca5aa..1e9dd359f8fed791b5f779273433036ba354f562 100644 (file)
@@ -1,4 +1,2 @@
 
-include::ovsdb-northbound-user.adoc[]
-
 include::ovsdb-openstack-user.adoc[]
\ No newline at end of file