Skip to main content

Radware NG driver for Openstack Liberty LBaaS v2

Project description

Radware NG driver for Openstack Liberty Neutron LBaaS v2
-----------------------------------------------------

This is the Radware NG driver for
OpenStack Neutron LOADBALANCER service v2, Liberty release.

In order to activate Radware's lbaas provider, perform following steps:

1. Install the radware_os_lb_v2_liberty package by executing the following command (use sudo if needed):

pip install radware_os_lb_v2_liberty

2. Open the neutron configuration file named neutron_lbaas.conf.
Under [service_providers] section, next to Haproxy LOADBALANCERV2 provider,
add new line, declaring the Radware LOADBALANCER v2 provider.

service_provider = LOADBALANCERV2:radwarev2:radware_os_lb_v2_liberty.v2_driver.RadwareLBaaSV2Driver:default

To keep the HAproxy provider as a default LOADBALANCERV2 provider,
remove the attribute :default from the Radware LOADBALANCERV2 provider line.
Otherwise, remove the :default attribute of the HAproxy LOADBALNCERV2 provider line.

3. Add new section called [radwarev2] at the end of neutron configuration file named neutron.conf.
Add following Radware LOADBALANCERV2 parameters under the section:

vdirect_address = < Your vDirect server IP address >

4. For additional Radware LBaaS configuration parameters,
please see the documentation

5. Restart the neutron-server service

Following is an example of neutron_lbaas.conf file after editing:

[service_providers]

service_provider=LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default
service_provider=LOADBALANCERV2:radwarev2:radware_os_lb_v2_liberty.v2_driver.RadwareLBaaSV2Driver

Following is an example of neutron.conf file after editing:

[radwarev2]
vdirect_address=< Your vDirect server IP address >

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

radware_os_lb_v2_liberty-4.0.2-5.tar.gz (17.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page