Jump to: navigation, search

Difference between revisions of "Neutron/VMware NSX plugins"

(Created page with "Placeholder page for VMware NSX plugins wiki page This page will provide a thorough technical description of the plugin and how it interacts with the NSX backend.")
 
Line 1: Line 1:
Placeholder page for VMware NSX plugins wiki page
+
== Overview ==
 
+
The NSX plugins can be found at the following repository: https://github.com/stackforge/vmware-nsx
This page will provide a thorough technical description of the plugin and how it interacts with the NSX backend.
+
The following plugins are supported:
 +
* NSX MH - provides support for multi-hypervisors
 +
* NSXv - plugin for vSphere. In order for this plugin to work correctly the following two Nova patches are needed:
 +
    * vNIC index support - https://review.openstack.org/147126
 +
    * Metadata support - https://review.openstack.org/147539
 +
* Simple DVS - the provides simple support for distributed switches. It does not have any security group or floating IP support

Revision as of 10:13, 30 March 2015

Overview

The NSX plugins can be found at the following repository: https://github.com/stackforge/vmware-nsx The following plugins are supported:

  • NSX MH - provides support for multi-hypervisors
  • NSXv - plugin for vSphere. In order for this plugin to work correctly the following two Nova patches are needed:
   * vNIC index support - https://review.openstack.org/147126
   * Metadata support - https://review.openstack.org/147539
  • Simple DVS - the provides simple support for distributed switches. It does not have any security group or floating IP support