# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-netbox-vrf-context VERSION= 0.1.0 KEYWORDS= python VARIANTS= v12 v13 SDESC[v12]= VRF Context plugin for Netbox (3.12) SDESC[v13]= VRF Context plugin for Netbox (3.13) HOMEPAGE= none CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/7b/77/8df1d8b013cc8dc4c2a620b0c51fc098e7f29617eadabe6cf546fcd9f23d DISTFILE[1]= netbox_vrf_context-0.1.0-py3-none-any.whl:main DIST_SUBDIR= python-src DF_INDEX= 1 SPKGS[v12]= single SPKGS[v13]= single OPTIONS_AVAILABLE= PY312 PY313 OPTIONS_STANDARD= none VOPTS[v12]= PY312=ON PY313=OFF VOPTS[v13]= PY312=OFF PY313=ON DISTNAME= netbox_vrf_context-0.1.0.dist-info GENERATED= yes [PY312].RUN_DEPENDS_ON= python-netbox-bgp:single:v12 python-netbox-static-routes-plugin:single:v12 [PY312].USES_ON= python:v12,wheel [PY313].RUN_DEPENDS_ON= python-netbox-bgp:single:v13 python-netbox-static-routes-plugin:single:v13 [PY313].USES_ON= python:v13,wheel [FILE:938:descriptions/desc.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. [FILE:131:distinfo] 78efc47865c510b1391e9ed4f305bf166221b02361f1d5f735ba992c438829a2 8958 python-src/netbox_vrf_context-0.1.0-py3-none-any.whl