Migrate ALTO user docs to rst
[docs.git] / manuals / developer-guide / src / main / asciidoc / ovsdb / ovsdb-openstack-developer.adoc
1 === OVSDB Openstack Developer Guide
2
3 ==== Overview
4 The Open vSwitch database (OVSDB) Southbound Plugin component for OpenDaylight implements
5 the OVSDB  https://tools.ietf.org/html/rfc7047[RFC 7047] management protocol
6 that allows the southbound configuration of switches that support OVSDB. The
7 component comprises a library and a plugin. The OVSDB protocol
8 uses JSON-RPC calls to manipulate a physical or virtual switch that supports OVSDB.
9 Many vendors support OVSDB on various hardware platforms.
10 The OpenDaylight controller uses the library project to interact with an OVS
11 instance.
12
13 http://www.openstack.org[OpenStack] is a popular open source Infrastructure
14 as a Service (IaaS) project, covering compute, storage and network management.
15 OpenStack can use OpenDaylight as its network management provider through the
16 Neutron API, which acts as a northbound for OpenStack. the OVSDB NetVirt piece
17 of the OVSDB project is a provider for the Neutron API in OpenDaylight.
18 OpenDaylight manages the network flows for the OpenStack compute nodes via
19 the OVSDB project, with the south-bound plugin. This section describes how to
20 set that up, and how to tell when everything is working.
21
22 ==== OVSDB Openstack Architecture
23 The OpenStack integration architecture uses the following technologies:
24
25 * https://tools.ietf.org/html/rfc7047[RFC 7047] - The Open vSwitch Database Management Protocol
26 * http://www.opennetworking.org/images/stories/downloads/sdn-resources/onf-specifications/openflow/openflow-switch-v1.3.4.pdf[OpenFlow v1.3]
27 * https://wiki.openstack.org/wiki/Neutron/ML2[OpenStack Neutron ML2 Plugin]
28
29 image:openstack_integration.png[Openstack Integration]