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

Skip to content
Snippets Groups Projects
Vincent Simonin's avatar
Vincent SIMONIN authored
* Add mapping property "sorry_page". Must be an URL, default value is
  configurable (see next point)
* Add new plugin configuration "default_sorry_page" default to https://sorry.ec.europa.eu/
* Fixed mapping import form don't expose all mapping properties
c6217275
History
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

Screenshot of the Netbox RPS plugin detail screen

Quickstart

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

And browse http://localhost:8000.

  • username is username
  • and password is password

Build

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

$ docker build .

Refer to the community Docker image for environment variable configuration.

Tests

see tests directory