neutron/quantum/plugins/openvswitch
Kyle Mestery a98884efd9 Add support for VXLAN to the Open vSwitch plugin.
This commit adds support for utilizing the VXLAN tunneling protocol in versions
of Open vSwitch >= 1.10. This is configurable and will default to GRE if not
configured. As part of this commit, it is possible to configure the UDP port
VXLAN will utilize as well. VXLAN and GRE cannot be configured at the same
time with this patch. 2 new configuration file options are added to the AGENT
section of the config to support this: 'tunnel_type' and 'vxlan_udp_port'.
In addition, the agent no longer makes use of enable_tunneling, as this can
be determined if tunnel_type is set.

Note: The VXLAN functionality utilized here is what is implemented in Open
vSwitch itself, and is different than the VXLAN functionality in the
upstream Linux kernel. The code validates both the userspace and kernel
pieces of OVS to verify if VXLAN functionality can be supported on the
running system

Implements blueprint ovs-vxlan-lisp-tunnel

Change-Id: I45d49d5d6463e574922c7f50d6499c6bdb6c862c
2013-06-10 12:00:20 +00:00
..
agent Add support for VXLAN to the Open vSwitch plugin. 2013-06-10 12:00:20 +00:00
common Add support for VXLAN to the Open vSwitch plugin. 2013-06-10 12:00:20 +00:00
README Update codebase for HACKING compliance. 2012-05-01 11:46:24 -07:00
__init__.py Second round of packaging changes 2011-11-28 10:33:52 -08:00
ovs_db_v2.py Fix usage of Query.all() and NoResultFound 2013-05-03 16:24:57 +03:00
ovs_models_v2.py remove unused db model for openvswitch plugin 2013-05-23 06:55:51 +00:00
ovs_quantum_plugin.py Add support for VXLAN to the Open vSwitch plugin. 2013-06-10 12:00:20 +00:00

README

The Open vSwitch (OVS) Quantum plugin is a simple plugin to manage OVS
features using a local agent running on each hypervisor.

For details on how to configure and use the plugin, see:

http://openvswitch.org/openstack/documentation/