# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-netbox-vrf-context VERSION= 0.1.0 KEYWORDS= python VARIANTS= v13 v14 SDESC[v13]= VRF Context plugin for Netbox (3.13) SDESC[v14]= VRF Context plugin for Netbox (3.14) 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[v13]= single SPKGS[v14]= single OPTIONS_AVAILABLE= PY313 PY314 OPTIONS_STANDARD= none VOPTS[v13]= PY313=ON PY314=OFF VOPTS[v14]= PY313=OFF PY314=ON DISTNAME= netbox_vrf_context-0.1.0.dist-info GENERATED= yes [PY313].RUN_DEPENDS_ON= python-netbox-bgp:single:v13 python-netbox-static-routes-plugin:single:v13 [PY313].USES_ON= python:v13,wheel [PY314].RUN_DEPENDS_ON= python-netbox-bgp:single:v14 python-netbox-static-routes-plugin:single:v14 [PY314].USES_ON= python:v14,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