# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-netbox-vrf-context VERSION= 0.1.0 KEYWORDS= python VARIANTS= v11 v12 SDESC[v11]= VRF Context plugin for Netbox (3.11) SDESC[v12]= VRF Context plugin for Netbox (3.12) 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 DF_INDEX= 1 SPKGS[v11]= single SPKGS[v12]= single OPTIONS_AVAILABLE= PY311 PY312 OPTIONS_STANDARD= none VOPTS[v11]= PY311=ON PY312=OFF VOPTS[v12]= PY311=OFF PY312=ON DISTNAME= netbox_vrf_context-0.1.0.dist-info GENERATED= yes [PY311].RUN_DEPENDS_ON= python-netbox-bgp:single:v11 python-netbox-static-routes-plugin:single:v11 [PY311].USES_ON= python:v11,wheel [PY312].RUN_DEPENDS_ON= python-netbox-bgp:single:v12 python-netbox-static-routes-plugin:single:v12 [PY312].USES_ON= python:v12,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:120:distinfo] 78efc47865c510b1391e9ed4f305bf166221b02361f1d5f735ba992c438829a2 8958 netbox_vrf_context-0.1.0-py3-none-any.whl