From: Andre Fredette Date: Tue, 9 Jun 2015 01:41:15 +0000 (-0400) Subject: Minor updates to OVSDB documents X-Git-Tag: release/lithium~16 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=341461700a4efada08559a4507b6f1eb58457000;p=docs.git Minor updates to OVSDB documents - Replace two different links to RFC 7047 with a single link (as is, it sounds like "The Open vSwitch Database Management Protocol" is different from RFC 7047, but it is the title. - Replace non-working link to old version of OpenFlow 1.3 (v1.3.1) with good link to latest version (1.3.4). - Replace ovs-vsdctl w/ovs-vsctl - A couple of very minor edits. - Addressed Sam's comments. Change-Id: Ib202bf2d806cc8986040bac0eff68a7c9f6edf55 Signed-off-by: Andre Fredette --- 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 index 0a6241424..b3e495128 100644 --- a/manuals/developer-guide/src/main/asciidoc/ovsdb/ovsdb-northbound-developer.adoc +++ b/manuals/developer-guide/src/main/asciidoc/ovsdb/ovsdb-northbound-developer.adoc @@ -8,7 +8,7 @@ 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 follow: +The northbound bundle architecture is as follows: - mdsal-northbound-aggregator diff --git a/manuals/developer-guide/src/main/asciidoc/ovsdb/ovsdb-openstack-developer.adoc b/manuals/developer-guide/src/main/asciidoc/ovsdb/ovsdb-openstack-developer.adoc index c70d8bce8..2890889dd 100644 --- a/manuals/developer-guide/src/main/asciidoc/ovsdb/ovsdb-openstack-developer.adoc +++ b/manuals/developer-guide/src/main/asciidoc/ovsdb/ovsdb-openstack-developer.adoc @@ -3,9 +3,9 @@ === Overview The Open vSwitch database (OVSDB) Plugin component for OpenDaylight implements the OVSDB https://tools.ietf.org/html/rfc7047[RFC 7047] management protocol -that allows the southbound configuration of switches that support OVSDB.The +that allows the southbound configuration of switches that support OVSDB. The component comprises a library and a plugin usages. The OVSDB protocol -uses JSON-RPC calls to manipulate a physical or virtual switch that supports OVSDB. +uses JSON-RPC calls to manipulate a physical or virtual switch that supports OVSDB. Many vendors support OVSDB on various hardware platforms. The OpenDaylight controller uses the library project to interact with an OVS instance. @@ -22,8 +22,8 @@ set that up, and how to tell when everything is working. === OVSDB Openstack Architecture The OpenStack integration architecture uses the following technologies: + -* https://tools.ietf.org/html/rfc7047[RFC 7047] and http://datatracker.ietf.org/doc/rfc7047/[The Open vSwitch Database Management Protocol] -* https://www.opennetworking.org/images/stories/downloads/sdn-resources/onf-specifications/openflow/openflow-spec-v1.3.1.pdf[OpenFlow v1.3] +* https://tools.ietf.org/html/rfc7047[RFC 7047] - The Open vSwitch Database Management Protocol +* http://www.opennetworking.org/images/stories/downloads/sdn-resources/onf-specifications/openflow/openflow-switch-v1.3.4.pdf[OpenFlow v1.3] * https://wiki.openstack.org/wiki/Neutron/ML2[OpenStack Neutron ML2 Plugin] image:openstack_integration.png[Openstack Integration] diff --git a/manuals/getting-started-guide/src/main/asciidoc/ovsdb/ovsdb-openstack-install.adoc b/manuals/getting-started-guide/src/main/asciidoc/ovsdb/ovsdb-openstack-install.adoc index 2bdc5beaa..56bc9debd 100644 --- a/manuals/getting-started-guide/src/main/asciidoc/ovsdb/ovsdb-openstack-install.adoc +++ b/manuals/getting-started-guide/src/main/asciidoc/ovsdb/ovsdb-openstack-install.adoc @@ -53,8 +53,8 @@ To verify that the installation was successful, use the log:display command in k logs relating to odl-ovsdb-openstack. ==== Troubleshooting -There are no easy way to troubleshoot an installation of odl-ovsdb-openstack. Perhaps a combination of -log:display | grep -i ovsdb in karaf, Open vSwitch commands (ovs-vsdctl) and openstack logs will be useful but will not +There is no easy way to troubleshoot an installation of odl-ovsdb-openstack. Perhaps a combination of +log:display | grep -i ovsdb in karaf, Open vSwitch commands (ovs-vsctl) and openstack logs will be useful but will not explain everything. === Upgrading From a Previous Release