vincentmli / f5-ctlr-agent

A python agent for bridging between BIG-IP controllers and CCCL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

f5-ctlr-agent

A python agent for bridging between F5 BIG-IP controllers and F5 CCCL.

Installation

Add f5-ctlr-agent to the requirements.txt file for your project. Use [editable package format] (https://pip.readthedocs.io/en/stable/reference/pip_install/#git):

[-e] git+https://git.myproject.org/MyProject#egg=MyProject

To install in your project run pip install --process-dependency-links -r requirements.txt.

Filing Issues

When filing issues please provide:

  • Clear steps on how to replicate the issue
  • Stack trace and error messages
  • SHA and branch information for f5-ctlr-agent
  • SHA and branch information for F5 BIG-IP controller component
  • SHA and branch information for F5 CCCL component

Contributing

This project is used internally by other F5 projects; we're not yet ready to accept contributions. Please check back later or see if another project, such as https://github.com/F5Networks/f5-common-python would be a good place for your contribution.

Copyright

Copyright (c) 2018, F5 Networks, Inc.

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.

About

A python agent for bridging between BIG-IP controllers and CCCL.

License:Apache License 2.0


Languages

Language:Python 96.3%Language:Shell 3.7%