Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pulse-vadc/neutron-lbaas-device-driver
This is the OpenStack Neutron LBaaS device driver for Brocade Virtual Traffic Manager (formerly SteelApp). It plugs into the Brocade LBaaS driver which has shipped with OpenStack since the Kilo release.
https://github.com/pulse-vadc/neutron-lbaas-device-driver
Last synced: 4 days ago
JSON representation
This is the OpenStack Neutron LBaaS device driver for Brocade Virtual Traffic Manager (formerly SteelApp). It plugs into the Brocade LBaaS driver which has shipped with OpenStack since the Kilo release.
- Host: GitHub
- URL: https://github.com/pulse-vadc/neutron-lbaas-device-driver
- Owner: pulse-vadc
- License: apache-2.0
- Created: 2015-07-10T11:16:56.000Z (over 9 years ago)
- Default Branch: stable/mitaka
- Last Pushed: 2018-09-12T06:58:07.000Z (about 6 years ago)
- Last Synced: 2024-08-01T20:46:41.163Z (3 months ago)
- Language: Python
- Homepage:
- Size: 5.67 MB
- Stars: 3
- Watchers: 9
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Brocade vADC device driver for OpenStack Neutron LBaaS ##
This is the OpenStack Neutron LBaaS device driver for Brocade Virtual Application Delivery Controller (formerly SteelApp).### Version ###
This is driver version **stable/mitaka** update 2017-02.***Brocade recommend you always use the most recent version of the driver for any given OpenStack release.***
### Requirements ###
* vTM VA 11.1 or higher
* Services Director deployment models require Services Director 2.5 or higher### Changelog ###
2017-02-22:
* Support for OpenStack Mitaka (not backward-compatible with OpenStack Liberty)
* Support for L7 rules (AKA request-based routing)
* In HA mode, Administrator can specify different Availability Zones for primary and secondary vTM instances
* In HA mode, Nova's _different\_host_ scheduler hint can be used to create the vTM instances on diffrent compute nodes
* Certain global settings can be overriden on a per-tenant basis
* Listener "connection-limit" now refers to the maximum concurrent connections allowed to the listener2016-02-25:
* Support for OpenStack Liberty (not backward-compatible with OpenStack Kilo)2015-11-17:
* Support for deployment models that make use of Brocade Services Director and dynamically created Traffic Manager instances
* Support for Keystone API v2.0Initial driver release:
* Full support for LBaaS v2 API/object model
* Utilizes a shared HA cluster of Brocade vTMs to provide LBaaS services### Installation ###
For details on how to install and configure the driver, please see the [deployment guide](Deployment-Guide.pdf).