python-netbox-vrf-context
Port variant py310
Summary VRF Context plugin for Netbox (3.10)
Package version 0.1.0
Homepage No known homepage
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v11
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 23 JAN 2023, 06:04:31 UTC
Port created 07 JAN 2023, 04:18:24 UTC
Subpackage Descriptions
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.
Configuration Switches (platform-specific settings discarded)
PY310 ON Build using Python 3.10 PY311 OFF Build using Python 3.11
Package Dependencies by Type
Build (only) python-pip:single:py310
autoselect-python:single:standard
Build and Runtime python310:single:standard
Runtime (only) python-netbox-bgp:single:py310
python-netbox-static-routes-plugin:single:py310
Download groups
main mirror://PYPIWHL/7b/77/8df1d8b013cc8dc4c2a620b0c51fc098e7f29617eadabe6cf546fcd9f23d
Distribution File Information
78efc47865c510b1391e9ed4f305bf166221b02361f1d5f735ba992c438829a2 8958 netbox_vrf_context-0.1.0-py3-none-any.whl
Ports that require python-netbox-vrf-context:py310
No other ports depend on this one.