python-netbox-vrf-context
| Port variant |
v12 |
| Summary |
VRF Context plugin for Netbox (3.12) |
| Package version |
0.1.0 |
| Homepage |
No known homepage |
| Keywords |
python |
| Maintainer |
Python Automaton |
| License |
Not yet specified |
| Other variants |
v13 |
| Ravenports |
Buildsheet | History |
| Ravensource |
Port Directory | History |
| Last modified |
15 NOV 2024, 16:08:50 UTC |
| Port created |
08 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)
PY312 ON Build using Python 3.12
PY313 OFF Build using Python 3.13
Package Dependencies by Type
Download groups
| main |
mirror://PYPIWHL/7b/77/8df1d8b013cc8dc4c2a620b0c51fc098e7f29617eadabe6cf546fcd9f23d |
Distribution File Information
78efc47865c510b1391e9ed4f305bf166221b02361f1d5f735ba992c438829a2 8958 python-src/netbox_vrf_context-0.1.0-py3-none-any.whl
Ports that require python-netbox-vrf-context:v12
| No other ports depend on this one. |