Skip to content

josh9730/netbox-node-sid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetBox Node SID Plugin

NetBox plugin to add Node SIDs support.

Features

The features the plugin provides should be listed here.

Compatibility

NetBox Version Plugin Version
3.4 0.1.0

Installing

For adding to a NetBox Docker setup see the general instructions for using netbox-docker with plugins.

While this is still in development and not yet on pypi you can install with pip:

pip install git+https://github.com/josh9730/netbox_node_sid

or by adding to your local_requirements.txt or plugin_requirements.txt (netbox-docker):

git+https://github.com/josh9730/netbox_node_sid

Enable the plugin in /opt/netbox/netbox/netbox/configuration.py, or if you use netbox-docker, your /configuration/plugins.py file :

PLUGINS = [
    'Node SID'
]

PLUGINS_CONFIG = {
    "Node SID": {},
}

Credits

Based on the NetBox plugin tutorial:

This package was created with Cookiecutter and the netbox-community/cookiecutter-netbox-plugin project template.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published