Brocade plugins/drivers for ML2 and Service Plugins
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
rmadapur 836a9d0148 Fixes netconf timeout issue
Netconf sessions were timing out on VDX devices,nos_driver in the init phase closed after the required usage
Also added the db model for VDX devices which had got removed during vendor decomposition.
No DB Migration scripts are required as these are the initial models.

Closes-Bug:#1553868
Change-Id: Ibff5bf70b426b6f0ba471f26ca7bb8310370247d
7 years ago
doc/source Updating .gitreview file and adding cookie cutter files 8 years ago
etc Enable unit test on vdx platform 8 years ago
networking_brocade Fixes netconf timeout issue 7 years ago
tools Fix networking-brocade unit tests changes and vyatta imports 8 years ago
.gitignore Merge Brocade Vyatta L3 Plugin Code 8 years ago
.gitreview Update .gitreview to reflect new repository name 8 years ago
.testr.conf Fix networking-brocade unit tests changes and vyatta imports 8 years ago
CONTRIBUTING.rst Updating .gitreview file and adding cookie cutter files 8 years ago
HACKING.rst Updating .gitreview file and adding cookie cutter files 8 years ago
LICENSE Updating .gitreview file and adding cookie cutter files 8 years ago
MANIFEST.in Updating .gitreview file and adding cookie cutter files 8 years ago
README.rst Update README to reflect new repo location 8 years ago
__init__.py Fix unit test paths 8 years ago
babel.cfg Updating .gitreview file and adding cookie cutter files 8 years ago
openstack-common.conf Updating .gitreview file and adding cookie cutter files 8 years ago
requirements.txt Updating requirements and test-requirements files. 8 years ago
setup.cfg restructure vdx md directory, reduce depth 8 years ago
setup.py Updating .gitreview file and adding cookie cutter files 8 years ago
test-requirements.txt Updating requirements and test-requirements files. 8 years ago
tox.ini Fix networking-brocade unit tests changes and vyatta imports 8 years ago

README.rst

networking-brocade

Brocade Networking Mech. Drivers and Plugins

The followin Mechanism Driver and Plugins are available in this repository:

  1. VDX ML2 Mechanism Driver (L2)
  2. VDX SVI Driver (L3)
  3. ...

Documentation:

VDX ML2 Mechanism Driver:

  • N.B.: Please see Prerequisites section regarding ncclient (netconf client library)

  • Supports VCS (Virtual Cluster of Switches)

  • Issues/Questions/Bugs: sharis@brocade.com

    1. VDX 67xx series of switches
    2. VDX 87xx series of switches

ML2 plugin requires mechanism driver to support configuring of hardware switches. Brocade Mechanism for ML2 uses NETCONF at the backend to configure the Brocade switch. Currently the mechanism drivers support VLANs only.

+------------+ +------------+ +-------------+ | | | | | | Neutron | | | | | Brocade | v2.0 | Openstack | | Brocade | NETCONF | VCS Switch | ----+ Neutron +--------+ Mechanism +----------+ | | ML2 | | Driver | | VDX 67xx | | Plugin | | | | VDX 87xx | | | | | | | | | | | | | +------------+ +------------+ +-------------+

Configuration

In order to use this mechnism the brocade configuration file needs to be edited with the appropriate configuration information:

% cat /etc/neutron/plugins/ml2/ml2_conf_brocade.ini [switch] username = admin password = password address = <switch mgmt ip address> ostype = NOS

Additionally the brocade mechanism driver needs to be enabled from the ml2 config file:

% cat /etc/neutron/plugins/ml2/ml2_conf.ini

[ml2] tenant_network_types = vlan type_drivers = local,flat,vlan,gre,vxlan mechanism_drivers = brocade ...