Code Monkey home page Code Monkey logo

f5-ctlr-agent's Introduction

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-2021 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.

f5-ctlr-agent's People

Contributors

amudukutore avatar arzzon avatar caphrim007 avatar chandrajr avatar charanm08 avatar dylan-way avatar kavitha-f5 avatar lavanya-f5 avatar nandakishorepeddi avatar russokj avatar ryan-talley avatar sjberman avatar sjsharma2001 avatar sravyap135 avatar ssurenr avatar subbuv26 avatar trinaths avatar vincentmli avatar vklohiya avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

f5-ctlr-agent's Issues

Set config.json file changes to Info log level

https://github.com/f5devcentral/f5-ctlr-agent/blob/master/f5_ctlr_agent/bigipconfigdriver.py#L584

            if changed:
                log.debug('config file {0} changed - signalling bigip'.format(
                    self._config_file, self._config_stats, sha))
                self._config_stats = sha
                self._on_change()

Please consider use log.info instead of log.debug, config.json files changes is an important information to notify users that something has changed in the cluster or some other reason, since config.json changes would trigger configuration syncing to BIGIP, this is a very important trouble shooting information for customer, the k8s controller debug log is quite chatty, and this log in debug level can be buried and go unnoticed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.