Port variant | v13 |
Summary | VRF Context plugin for Netbox (3.13) |
BROKEN | |
Package version | 0.1.0 |
Homepage | No known homepage |
Keywords | python |
Maintainer | Python Automaton |
License | Not yet specified |
Other variants | v12 |
Ravenports | Buildsheet | History |
Ravensource | Port Directory | History |
Last modified | 11 NOV 2024, 23:28:05 UTC |
Port created | 08 JAN 2023, 04:18:24 UTC |
single | # Netbox VRF Context Plugin This is a netbox plugin for model VRF Contexts. It has dependencies on: Netbox BGP - https://pypi.org/project/netbox-bgp/ Static Routes - https://github.com/jbparrish17/netbox-static-routes ## Development ``` cp development/dev.env.example development/dev.env # Set a password for POSTGRES_PASSWORD and REDIS_PASSWORD # vi development/dev.env virtualenv --python=python3.10 venv . ./venv/usr/local/bin/activate # pip install -r requirements.txt (for liniting) # or # pip install poetry invoke invoke build invoke debug ``` ## Deployment The plugin is available as a Python package in pypi and can be installed with pip ``` pip install netbox-vrf-context ``` Enable the plugin in `netbox/netbox/configuration.py` in the `PLUGINS` parameter (which is a list): ``` PLUGINS = [ 'netbox_bgp', 'netbox_static_routes', 'netbox-vrf-context' ] ``` Save the file and restart the Netbox service. |
Build (only) |
python313:dev:std python-pip:single:v13 autoselect-python:single:std |
Build and Runtime | python313:primary:std |
Runtime (only) |
python-netbox-bgp:single:v13 python-netbox-static-routes-plugin:single:v13 |
main | mirror://PYPIWHL/7b/77/8df1d8b013cc8dc4c2a620b0c51fc098e7f29617eadabe6cf546fcd9f23d |
No other ports depend on this one. |