Giter VIP home page Giter VIP logo

nautobot-plugin-wires's Introduction

Nautobot-Plugin-Wires

A plugin to display all wired interfaces, front- and rear-ports of devices. If a device belongs to a Virtual-Chassis than all interfaces of all members are displayed.

Installation

This module is currently not available at PyPi. (WIP)

Use poetry to install the plugin from github

# Use poetry
poetry add git+https://github.com/jifox/nautobot-plugin-wires.git#main

# Install with pip
pip install git+https://github.com/jifox/nautobot-plugin-wires.git@main

Configure plugin

# nautobot_config.py

###############################
#                             #
#    WIRES-PLUGIN Settings    #
#                             #
###############################

if is_truthy(os.getenv("NAUTOBOT_WIRES_PLUGIN_ENABLED", "False")):
    if "nautobot_plugin_wires" not in PLUGINS:
        # Enable installed plugins. Add the name of each plugin to the list.
        PLUGINS.append("nautobot_plugin_wires")

    if "nautobot_plugin_wires" not in PLUGINS_CONFIG:
        # Plugins configuration settings. These settings are used by various plugins that the user may have installed.
        # Each key in the dictionary is the name of an installed plugin and its value is a dictionary of settings.
        PLUGINS_CONFIG.update(
            {
                "nautobot_plugin_wires": {}
            }
        )

Set the environment variable NAUTOBOT_WIRES_PLUGIN_ENABLED=True to enable the plugin.

Work in Progress:

  • Add Development environment
  • Add Unittests
  • Publish to PyPi

Outlook:

  • Add ability to download Excel .xlsx

Any help is wellcome!

nautobot-plugin-wires's People

Contributors

jifox avatar jifoxpa avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

bryanculver

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.