First full pass over the getting started guide
[docs.git] / manuals / getting-started-guide / src / main / asciidoc / ovsdb / ovsdb-openstack-install.adoc
index 56bc9debdc86a0f5494acc435084278dd134d6a7..514d27f6439b1f8bd3fc2746abbe1cef265fdb31 100644 (file)
@@ -1,4 +1,4 @@
-== OVSDB Openstack Installation Guide
+== OVSDB OpenStack Installation Guide
 
 === Overview
 This guide is geared towards installing OpenDaylight to use the OVSDB project to provide Neutron support for OpenStack.
@@ -9,7 +9,7 @@ For information on OVS, see http://openvswitch.org/[Open vSwitch].
 With OpenStack within the SDN context, controllers and applications interact using two channels: OpenFlow and OVSDB. OpenFlow addresses the forwarding-side of the OVS functionality. OVSDB, on the other hand, addresses the management-plane.
 A simple and concise overview of Open Virtual Switch Database (OVSDB) is available at: http://networkstatic.net/getting-started-ovsdb/
 
-=== Pre Requisites for Installing OVSDB Openstack
+=== Pre Requisites for Installing OVSDB OpenStack
 * JRE 1.7+
 * A distribution of OpenDaylight
 
@@ -18,7 +18,7 @@ A simple and concise overview of Open Virtual Switch Database (OVSDB) is availab
 http://www.opendaylight.org/software/downloads[Download OpenDaylight]
 
 
-=== Installing OVSDB Openstack
+=== Installing OVSDB OpenStack
 . Extract the OpenDaylight distribution somewhere.
 . Navigate to the /bin/ directory
 . Execute the karaf binary file, that should bring up the OpenDaylight console
@@ -27,25 +27,17 @@ feature:install odl-ovsdb-openstack
 
 ===== Sample output from the Karaf console
 ----
-opendaylight-user@root>feature:list | grep -i ovsdb
-odl-ovsdb-all                    | 1.0.0-SNAPSHOT      |           | ovsdb-1.0.0-SNAPSHOT
-OpenDaylight :: OVSDB :: all
-odl-ovsdb-library                | 1.0.0-SNAPSHOT      | x         | ovsdb-1.0.0-SNAPSHOT
-OVSDB :: Library
-odl-ovsdb-schema-openvswitch     | 1.0.0-SNAPSHOT      | x         | ovsdb-1.0.0-SNAPSHOT
-OVSDB :: Schema :: Open_vSwitch
-odl-ovsdb-schema-hardwarevtep    | 1.0.0-SNAPSHOT      | x         | ovsdb-1.0.0-SNAPSHOT
-OVSDB :: Schema :: hardware_vtep
-odl-ovsdb-plugin                 | 1.0.0-SNAPSHOT      | x         | ovsdb-1.0.0-SNAPSHOT
-OpenDaylight :: OVSDB :: Plugin
-odl-ovsdb-northbound             | 0.6.0-SNAPSHOT      |           | ovsdb-1.0.0-SNAPSHOT
-OpenDaylight :: OVSDB :: Northbound
-odl-ovsdb-openstack              | 1.0.0-SNAPSHOT      | x         | ovsdb-1.0.0-SNAPSHOT
+opendaylight-user@root>feature:list -i | grep ovsdb
+odl-ovsdb-southbound-api             | 1.1.0-SNAPSHOT   | x         | odl-ovsdb-southbound-1.1.0-SNAPSHOT
+OpenDaylight :: southbound :: api
+odl-ovsdb-southbound-impl            | 1.1.0-SNAPSHOT   | x         | odl-ovsdb-southbound-1.1.0-SNAPSHOT
+OpenDaylight :: southbound :: impl
+odl-ovsdb-southbound-impl-rest       | 1.1.0-SNAPSHOT   | x         | odl-ovsdb-southbound-1.1.0-SNAPSHOT
+OpenDaylight :: southbound :: impl :: REST
+odl-ovsdb-southbound-impl-ui         | 1.1.0-SNAPSHOT   | x         | odl-ovsdb-southbound-1.1.0-SNAPSHOT
+OpenDaylight :: southbound :: impl :: UI
+odl-ovsdb-openstack                  | 1.1.0-SNAPSHOT   | x         | ovsdb-1.1.0-SNAPSHOT
 OpenDaylight :: OVSDB :: OpenStack Network Virtual
-odl-ovsdb-ovssfc                 | 0.0.1-SNAPSHOT      |           | ovsdb-0.0.1-SNAPSHOT
-OpenDaylight :: OVSDB :: OVS Service Function Chai
-odl-openflow-nxm-extensions      | 0.0.3-SNAPSHOT      | x         | ovsdb-0.0.3-SNAPSHOT
-OpenDaylight :: Openflow :: Nicira Extensions
 ----
 
 === Verifying your Installation
@@ -54,14 +46,9 @@ logs relating to odl-ovsdb-openstack.
 
 ==== Troubleshooting
 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
+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
-Upgrading from upstream
-
-Upgrading from release
-
-=== Uninstalling OVSDB Openstack
+=== Uninstalling OVSDB OpenStack
 . Shutdown the karaf instance: system:shutdown
 . Remove what is in the /data folder of the OpenDaylight Distribution.