netbox-nso-plugin
NetBox 4.6 plugin that integrates NetBox with Cisco NSO via the nso-adapter REST API — a bidirectional sync: device state is imported into NetBox, and operator-accepted values become intent that is applied back to the device through NSO (reconcile-mode commits).
Features
- Mark NetBox devices as NSO-managed and choose the managed scopes (interfaces, routing, VLANs/L2, SNMP, logging, …) per device.
- Device NSO tab: counts-first category summaries with lazy row expansion, a merged per-interface table (enabled / description / IPs / MTU / switchport), pagination + search, and inline editing of operator-owned values.
- Read mirrors for: interface attributes/IPs/MTU, VLAN database, switchport, SVI/IRB,
dot1q subinterfaces, L2 services (epipe/vpls SAPs), LACP/LAG, IS-IS (incl. levels,
segment-routing, Flex-Algo), OSPF, BGP (peers/AFs/templates), route policies,
redistribution, static routes, BFD, SNMP (secret-safe), logging hosts — materialised
into native NetBox / netbox-routing objects with
NSO*Statestatus overlays and clobber-safe 3-way merge. - Accept → Apply write path: Accept promotes a value to NetBox-owned intent; one
device Apply commits all pending scopes via the NSO
*-reconcilerservices, with a two-panel preview (intent summary + native device diff). Greenfield writes for operator-created routes, VLANs, policies, SVIs, subinterfaces and more. - Drift handling: value-aware drift display, plus intent split-brain detection (orphaned and partial) with one-click re-sync of the adapter intent mirror — never touches the device.
- Adapter actions from the tab: Sync, Detect drift, Test connection, Apply, with job polling.
- Device onboarding NetBox → NSO (create node, fetch host keys, sync-from) from the NSO Devices dashboard.
- Exposes
NSODeviceManagementat/api/plugins/nso/device-management/for the adapter's self-healing reconcile path.
Requirements
- NetBox ≥ 4.6.0
- Python ≥ 3.12
Development status
This plugin, the NSO adapter, and the NSO packages have no deployed installations. The three repositories move together during development. Migrations 0024 and 0025 replace the development ownership manifest. They do not preserve rows from migration 0022 because no deployed data uses that schema.
Installation
pip install netbox-nso-plugin
Add to PLUGINS in configuration.py:
PLUGINS = ["netbox_nso_plugin"]
PLUGINS_CONFIG = {
"netbox_nso_plugin": {
"adapter_url": "https://nso-adapter.example.net",
"adapter_token": "<bearer token>",
}
}
Run migrations:
python manage.py migrate netbox_nso_plugin
Give the adapter's NetBox callback token to a service user with an ObjectPermission
for the change action on NSO Provision Tombstone. The adapter uses this token
when it posts to POST /api/plugins/nso/provision-complete/. An authenticated token
without netbox_nso_plugin.change_nsoprovisiontombstone receives HTTP 403. The
periodic tombstone sweep still checks jobs when a callback cannot be delivered.
The adapter_token setting above authenticates requests from NetBox to the adapter.
The callback token authenticates requests from the adapter to NetBox.
Programmatic writers must wrap each create, save, or delete of a managed intent model in
intent_transaction(). The renderer write, revision bump, and intent outbox entry must
commit together. The mutation footprint must be complete before the first write.
QuerySet.update(), bulk_update(), and bulk_create() bypass the save signals that schedule
the outbox. Programmatic intent writes must not use them unless an outbox-aware service runs
inside transaction.atomic(). Reconcile and drain bookkeeping writes are exempt when they do
not change operator intent.
Development
See .devcontainer/ for the Docker-based development environment.
Release files for netbox-nso-plugin 1.5.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| netbox_nso_plugin-1.5.0.tar.gz | 1.6 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| netbox_nso_plugin-1.5.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 3.4 MB
Release files / netbox_nso_plugin-1.5.0.tar.gz
| Download URL | netbox_nso_plugin-1.5.0.tar.gz |
|---|---|
| Size | 1.6 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f4b1cf54132adb1345a2e3a9b6af7ec5f240c65dee0e314552ef030fbd93ca2a
|
|
BLAKE2b-256 checksum How to use checksums |
49e3e8672c2fda3fca50a2c2b0f73534df77a68ab162fa6ef5eb48249bc5ed51
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency logRelease files / netbox_nso_plugin-1.5.0-py3-none-any.whl
| Download URL | netbox_nso_plugin-1.5.0-py3-none-any.whl |
|---|---|
| Size | 1.8 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4f36ca0fcb17a75529a9239f59de35c6cf0c2e89b97a7f7d4cee88527e163403
|
|
BLAKE2b-256 checksum How to use checksums |
701e3fce5e196afe29e3a805d5abe13b9ce0ae540ea9d8a48a9585d0bc624bcc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency log