Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

RPS Plugin for Netbox

A Netbox v3.5 plugin for RPS mapping management

![](docs/Screenshot 2023-05-14 at 11.38.51.png)

Quickstart

$ terraform init
$ terraform apply -var="deploy_service=true"

And browse http://localhost:8000.

Build

To build a netboxcommunity/netbox:v3.5-2.6.0 Docker image including the plugin pre-installed, simply run

$ docker build .

Tests

see tests directory