F5 Networks OpenStack Heat Plugin Library
Project description
Introduction
This repository houses all of F5®’s OpenStack Heat resource plugins. F5’s Heat plugins can be used to orchestrate BIG-IP® services in your OpenStack environment.
Releases and Versions
This branch supports the OpenStack Kilo release.
Please see F5 OpenStack Releases, Versioning, and Support Matrix for additional information about F5’s OpenStack plugins and BIG-IP compatibility.
Documentation
Project documentation, which includes installation and usage instructions, can be found on Read The Docs.
For Developers
Filing Issues
If you find an issue we would love to hear about it. Please let us 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.
Contributing
See Contributing.
Build
To make a PyPI package…
python setup.py sdist
Test
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.
Unit Tests
We use pytest for our unit tests.
If you haven’t already, install the project requirements in your virtual environment.
pip install hacking pytest pytest-cov pip install -r requirements.txt pip install -r requirements.unit.test.txt
Run the tests and produce a coverage report. The --cov-report=html will create a htmlcov/ directory that you can view in your browser to see the missing lines of code.
py.test --cov f5_heat/resources/test --cov-report=html open htmlcov/index.html
Functional Tests
Pytest is also used for functional tests
If you haven’t already, install requirements.func.test.txt in your virtual environment.
pip install -r requirements.func.test.txt
Currently, you must modify test/functional/test_variables.py file to provide the proper credentials to Openstack. See that file for more info on what is needed. Also remember not to include this file in your pull request, since it may contiain sensitive information.
Run the functional tests and pass in arguments to connect to the F5 device.
py.test test/functional/ --bigip=<bigip_ip> --bigip-username=<web_login_username> --bigip-passwword=<web_login_password>
Style Checks
We use the hacking module for our style checks (installed as part of step 1 in the Unit Test section).
flake8 ./
Copyright
Copyright 2015-2016 F5 Networks, Inc.
Support
See Support.
License
Apache V2.0
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You 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.
Contributor License Agreement
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file f5-openstack-heat-plugins-10.0.0.tar.gz
.
File metadata
- Download URL: f5-openstack-heat-plugins-10.0.0.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7f502c54c2c8bf609a4e7de78ee823e82f384107a260755609b4e6a2da7105b |
|
MD5 | fb88dfde1a133e8faa26f7f178f8e1d8 |
|
BLAKE2b-256 | 4d0d4d63ca18cce536231a0d3317da0ff6761643799f84965b5826c2f03a0043 |