UNPKG

1.36 kBMarkdownView Raw
1[![Build Status](https://travis-ci.org/F5Networks/f5-cloud-libs.svg?branch=master)](https://travis-ci.org/F5Networks/f5-cloud-libs)
2[![Coverage Status](https://coveralls.io/repos/github/F5Networks/f5-cloud-libs/badge.svg)](https://coveralls.io/github/F5Networks/f5-cloud-libs)
3
4# Library code and scripts for deploying BIG-IP in a cloud
5
6This project consists of two main parts
7+ scripts
8 + Command line scripts for configuring BIG-IP
9 + These are meant to be called either directly from the command line or from cloud deployment templates
10 + See usage below
11
12+ lib
13 + Library code for controlling a BIG-IP
14 + Called from the scripts
15
16## See also
17+ [Release notes](RELEASE_NOTES.md)
18+ [Usage](USAGE.md)
19+ [Contributing](CONTRIBUTING.md)
20
21## Filing Issues and Getting Help
22This repository is for internal components of native cloud template solutions. For issues, please select the respective template repository below or, if urgent, <a href="https://support.f5.com/csp/article/K23782072">open a support case</a>.
23
24- <a href="https://github.com/F5Networks/f5-google-gdm-templates/issues">**F5 Google Deployment Manager Templates**</a>
25- <a href="https://github.com/F5Networks/f5-aws-cloudformation/issues">**F5 AWS CloudFormation Templates**</a>
26- <a href="https://github.com/F5Networks/f5-azure-arm-templates/issues">**F5 Azure ARM templates**</a>