NetBox plugin for Napalm.
Project description
NetBox Napalm Plugin
NetBox plugin for Napalm.
- Free software: Apache-2.0
- Documentation: https://netbox-community.github.io/netbox-napalm-plugin/.
Features
The features the plugin provides should be listed here.
Compatibility
NetBox Version | Plugin Version |
---|---|
3.5 | 0.1.0 |
3.5.8 | 0.1.4 |
3.6.0 | 0.1.5 |
< 3.7.6 | 0.1.7 |
>= 4.0.2 | 0.2.1 |
Installation
For adding to a NetBox Docker setup see the general instructions for using netbox-docker with plugins.
$ source /opt/netbox/venv/bin/activate
(venv) pip install netbox-napalm-plugin
or by adding to your local_requirements.txt
or plugin_requirements.txt
(netbox-docker):
(venv) netbox-napalm-plugin
Enable the Plugin
Enable the plugin in /opt/netbox/netbox/netbox/configuration.py
,
or if you use netbox-docker, your /configuration/plugins.py
file :
PLUGINS = [
'netbox_napalm_plugin'
]
Configure Plugin
Configure the plugin in configuration.py
under the PLUGINS_CONFIG
parameter.
PLUGINS_CONFIG = {
'netbox_napalm_plugin': {
'NAPALM_USERNAME': 'xxx',
'NAPALM_PASSWORD': 'yyy',
},
}
Run Database Migrations
Run the provided schema migrations:
(venv) $ cd /opt/netbox/netbox/
(venv) $ python3 manage.py migrate
Collect Static Files
Ensure the static files are copied to the static root directory with the collectstatic
management command:
(venv) $ cd /opt/netbox/netbox/
(venv) $ python3 manage.py collectstatic
Restart WSGI Service
Restart the WSGI service to load the new plugin:
# sudo systemctl restart netbox
Credits
Based on the NetBox plugin tutorial:
This package was created with Cookiecutter and the netbox-community/cookiecutter-netbox-plugin
project template.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for netbox_napalm_plugin-0.2.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ea2a2e2f287d49d7d8f773ed06dad4cfa4932007327c25a91608d9e79c64556 |
|
MD5 | 1fc5cc1ac71afa8e9fd747327b54a897 |
|
BLAKE2b-256 | fd89d464f6df5a6d6cdb61cebba07957573eaf610e4106c5a6895651456d769e |
Hashes for netbox_napalm_plugin-0.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | be64882911e56c9a432f804c6837f9e32e51ade51a6f6c88e6bf5d516cc86ab6 |
|
MD5 | 8f9baa62b45fd12980bd2a3b56ac182d |
|
BLAKE2b-256 | 30d5bcb8ed1ccd19b0e0719e8026f726a90f7e3ce57e051a3d7fa7488a94763e |