Jump to: navigation, search

Difference between revisions of "Neutron/NEC OpenFlow Plugin"

m
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
'''[Deprecation Warning]''' The current plugin, NEC OpenFlow plugin, is deprecated in OpenStack Liberty release (2015.2).
 +
A new driver for NEC NWA (Network Automation) product is coming.
 +
Note that the production support will be continued based on the production support policy.
 +
 
'''[Note]''' In Kilo development cycle, Neutron community decides to move
 
'''[Note]''' In Kilo development cycle, Neutron community decides to move
 
vendor specific codes into separate repositories.
 
vendor specific codes into separate repositories.
NEC OpenFlow plugin is now available at https://git.openstack.org/stackforge/networking-nec.
+
NEC OpenFlow plugin is now available at https://git.openstack.org/openstack/networking-nec.
  
 
== Project Links ==
 
== Project Links ==
  
* Git: https://github.com/stackforge/networking-nec
+
* Git: https://github.com/openstack/networking-nec
 +
* Documentation: http://pythonhosted.org/networking-nec/
 
* Launchpad: https://launchpad.net/networking-nec
 
* Launchpad: https://launchpad.net/networking-nec
 
* PyPI: https://pypi.python.org/pypi/networking-nec
 
* PyPI: https://pypi.python.org/pypi/networking-nec
Line 14: Line 19:
 
network slice on an OpenFlow enabled network. The interface between the Neutron plugin and OpenFlow
 
network slice on an OpenFlow enabled network. The interface between the Neutron plugin and OpenFlow
 
Controller is RESTful API. This API is supported by two implementations:
 
Controller is RESTful API. This API is supported by two implementations:
 +
[http://www.necam.com/SDN/ NEC ProgrammableFlow Networking Controller] and
 +
[https://github.com/trema/apps/tree/master/sliceable_switch Trema Sliceable Switch].
 +
More detail is available in [https://github.com/openstack/networking-nec/blob/master/doc/source/readme.rst networking-nec repository].
  
* Trema Sliceable Switch (OSS)
+
== Using NEC OpenFlow plugin ==
* NEC ProgrammableFlow Controller (NEC Commercial Product).
 
 
 
More detail is available at https://github.com/stackforge/networking-nec/blob/master/doc/source/readme.rst
 
  
== Using NEC OpenFlow plugin ==
+
* [http://pythonhosted.org/networking-nec/devstack.html] (with Kilo or later)
 +
* [http://pythonhosted.org/networking-nec/installation.html#manual-installation Manual installation]
 +
* [http://pythonhosted.org/networking-nec/settings.html Configuration Guide]
  
* [https://github.com/stackforge/networking-nec/blob/master/doc/source/devstack.rst DevStack] (with Kilo or later)
+
----
* [https://github.com/stackforge/networking-nec/blob/master/doc/source/installation.rst Manual installation]
 
* [https://github.com/stackforge/networking-nec/blob/master/doc/source/contributing.rst Configuration Guide]
 
  
 
Note for Juno DevStack users:
 
Note for Juno DevStack users:

Latest revision as of 11:29, 26 December 2015

[Deprecation Warning] The current plugin, NEC OpenFlow plugin, is deprecated in OpenStack Liberty release (2015.2). A new driver for NEC NWA (Network Automation) product is coming. Note that the production support will be continued based on the production support policy.

[Note] In Kilo development cycle, Neutron community decides to move vendor specific codes into separate repositories. NEC OpenFlow plugin is now available at https://git.openstack.org/openstack/networking-nec.

Project Links

Introduction

NEC OpenFlow plugin talks to OpenFlow Controller and each Neutron would be mapped to an virtual layer-2 network slice on an OpenFlow enabled network. The interface between the Neutron plugin and OpenFlow Controller is RESTful API. This API is supported by two implementations: NEC ProgrammableFlow Networking Controller and Trema Sliceable Switch. More detail is available in networking-nec repository.

Using NEC OpenFlow plugin


Note for Juno DevStack users: