![]() This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have. |
4 years ago | |
---|---|---|
devstack | 7 years ago | |
doc/source | 8 years ago | |
etc | 7 years ago | |
networking_brocade | 7 years ago | |
tools | 8 years ago | |
.gitignore | 8 years ago | |
.gitreview | 4 years ago | |
.testr.conf | 8 years ago | |
CONTRIBUTING.rst | 8 years ago | |
HACKING.rst | 8 years ago | |
LICENSE | 8 years ago | |
MANIFEST.in | 8 years ago | |
README.rst | 8 years ago | |
__init__.py | 8 years ago | |
babel.cfg | 8 years ago | |
openstack-common.conf | 8 years ago | |
requirements.txt | 7 years ago | |
setup.cfg | 7 years ago | |
setup.py | 8 years ago | |
test-requirements.txt | 8 years ago | |
tox.ini | 7 years ago |
README.rst
networking-brocade
Brocade Networking Mech. Drivers and Plugins
- Free software: Apache license
- Source: http://git.openstack.org/cgit/openstack/networking-brocade
The followin Mechanism Driver and Plugins are available in this repository:
- VDX ML2 Mechanism Driver (L2)
- VDX SVI Driver (L3)
- ...
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
- VDX 67xx series of switches
- 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 ...