From: Gabriel Robitaille-Montpetit Date: Tue, 9 Jun 2015 14:04:18 +0000 (-0400) Subject: Remove references to OVSDB Northbound docs. X-Git-Tag: release/lithium~15 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=2202a93a025a52802def04907df7fa33afccabda;p=docs.git Remove references to OVSDB Northbound docs. Change-Id: I8b87181e9343efec6d65dce70b3d16776241fe19 Signed-off-by: Gabriel Robitaille-Montpetit --- diff --git a/manuals/developer-guide/src/main/asciidoc/ovsdb/ovsdb-developer.adoc b/manuals/developer-guide/src/main/asciidoc/ovsdb/ovsdb-developer.adoc index 79029c26f..19a5f29c8 100644 --- a/manuals/developer-guide/src/main/asciidoc/ovsdb/ovsdb-developer.adoc +++ b/manuals/developer-guide/src/main/asciidoc/ovsdb/ovsdb-developer.adoc @@ -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 index b3e495128..000000000 --- a/manuals/developer-guide/src/main/asciidoc/ovsdb/ovsdb-northbound-developer.adoc +++ /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 index 1f7c43765..000000000 --- a/manuals/getting-started-guide/src/main/asciidoc/ovsdb/ovsdb-northbound-install.adoc +++ /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 index d0ac1a4ec..000000000 --- a/manuals/user-guide/src/main/asciidoc/ovsdb/ovsdb-northbound-user.adoc +++ /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 diff --git a/manuals/user-guide/src/main/asciidoc/ovsdb/ovsdb-user.adoc b/manuals/user-guide/src/main/asciidoc/ovsdb/ovsdb-user.adoc index 38c8bb4f3..1e9dd359f 100644 --- a/manuals/user-guide/src/main/asciidoc/ovsdb/ovsdb-user.adoc +++ b/manuals/user-guide/src/main/asciidoc/ovsdb/ovsdb-user.adoc @@ -1,4 +1,2 @@ -include::ovsdb-northbound-user.adoc[] - include::ovsdb-openstack-user.adoc[] \ No newline at end of file