This repo houses the code for the F5 OpenStack LBaaSv1 plugin. Please see the documentation for more information.
See the documentation.
know by | filing an issue in this repository and tell us as much as you can about what | you found and how you found it.
See Contributing
on the build machine. Instructions on how to accomplish this are located at https://docs.docker.com
Ubuntu 14.04 LTS (Trusty) release.
$ make docker_debs
Packages are built in the following directory:
CentOS/RedHat 7 release.
$ make docker_el7_rpms
Packages are built in the following directory:
CentOS/RedHat 6 release.
$ make docker_el6_rpms
Packages are built in the following directory:
releases
$ make package
To make a PyPI package...
bash python setup.py sdist
Before you open a pull request, your code must have passing pytest unit tests. In addition, you should include a set of functional tests written to use a real BIG-IP device for testing. Information on how to run our set of tests is included below.
We use pytest for our unit tests
If you haven't already, install the required test packages and the requirements.txt in your virtual environment.
shell $ pip install hacking pytest pytest-cov $ pip install -r requirements.txt
- Run the tests and produce a coverage repor. The
--cov-report=html
will | create ahtmlcov/
directory that you can view in your browser to see the | missing lines of code.shell py.test --cov ./icontrol --cov-report=html open htmlcov/index.html
shell flake8 ./
Copyright 2013-2016 F5 Networks Inc.
See Support
http://www.apache.org/licenses/LICENSE-2.0
implied. | See the License for the specific language governing permissions and | limitations under the License.
have completed and submitted the F5 Contributor License Agreement to [email protected] prior to their | code submission being included in this project.