Attention
End of Technical Support for F5 OpenStack LBaaS version 1
F5 announces the End of Technical Support (EoTS) for the F5 OpenStack LBaaS version 1 integration. This announcement is in compliance with the OpenStack community deprecation of the OpenStack Neutron LBaaS version 1 plugin. Customers are encouraged to move to OpenStack LBaaS version 2.
F5 ceased to repair defects and perform maintenance on the F5 OpenStack LBaaS version 1 integration as of the Openstack Ocata release in April 2017.
For additional information, please refer to the F5 End of Life policy.
This site hosts the documentation for the F5® OpenStack OpenStack Neutron LBaaSv1 plugin and agent, used to deploy F5® BIG-IP® services in OpenStack. You can access the source code and download release packages at F5Networks/f5-openstack-lbaasv1.
The F5® OpenStack LBaaSv1 v 9.0.1 plugin supports the OpenStack Mitaka release. See F5® OpenStack Releases and Support Matrix for information about the LBaaSv1 plugin, BIG-IP®, and OpenStack release compatibility.
You can download a release package directly from GitHub using curl
or wget
. Then, un-tar the package into the location of your choice.
Tip
Replace “<version_number>” with the version appropriate for your environment.
Example:
# curl -L -O https://github.com/F5Networks/f5-openstack-lbaasv1/releases/download/9.0.1final/f5-lbaasv1_9.0.1final.tgz
# tar -xf f5-lbaasv1_9.0.1final.tgz
Install the F5 BIG-IP common libraries.
$ dpkg -i build/deb_dist/f5-bigip-common_9.0.1-final_all.deb
Install the plugin driver.
$ dpkg -i build/deb_dist/f5-lbaas-driver_9.0.1-final_all.deb
Install the plugin agent.
$ dpkg -i build/deb_dist/f5-bigip-lbaas-agent_9.0.1-final_all.deb
Install the F5 BIG-IP common libraries.
$ rpm -i build/el7/f5-bigip-common_9.0.1-final.noarch.el7.rpm
Install the plugin driver.
$ rpm -i build/el7/f5-lbaas-driver-9.0.1-final.noarch.el7.rpm
Install the agent.
$ rpm -i build/el7/f5-bigip-lbaas-agent-9.0.1-final.noarch.el7.rpm
If you are upgrading from an earlier version, F5 recommends that you uninstall the current version before installing the new version.
Note
Perform the following steps on every server running the F5® agent.
Make a copy of the F5 agent configuration file. An existing configuration file in /etc/neutron will be overwritten during installation.
$ cp /etc/neutron/f5-oslbaasv1-agent.ini ~/
Stop and remove the old version of the libraries, plugin driver and agent.
Debian/Ubuntu
$ sudo service f5-oslbaasv1-agent stop $ dpkg -r f5-bigip-common f5-lbaas-driver f5-bigip-lbaas-agentRed Hat/CentOS
$ sudo service f5-oslbaasv1-agent stop $ yum remove f5-bigip-common.noarch f5-oslbaasv1-agent.noarch f5-oslbaasv1-driver.noarch
Follow the installation instructions in the previous section.
Restore the F5 agent configuration file.
Compare the backup file with the new one created during installation to make sure only the necessary settings for your deployment are modified. Then, copy your configuration file back into /etc/neutron/.
$ cp ~/f5-oslbaasv1-agent.ini /etc/neutron/f5-oslbaasv1-agent.ini
Copyright 2013-2016 F5 Networks, Inc.
See SUPPORT.md.
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. ou may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
$ flake8 ./
Copyright 2013-2016 F5 Networks, Inc.
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. ou may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Individuals or business entities who contribute to this project must have completed and submitted the F5 Contributor License Agreement to Openstack_CLA@f5.com prior to their code submission being included in this project.