Skip to content

Installation

Compatibility

NetBox Version Plugin Version
4.5 0.8.x

Install

With pip

pip install git+https://github.com/LuPo/netbox_dhcp_kea_plugin

With netbox-docker

Add the package to your plugin_requirements.txt:

git+https://github.com/LuPo/netbox_dhcp_kea_plugin

See the netbox-docker plugin instructions for the full procedure.

Enable the plugin

Add the package to PLUGINS in your NetBox configuration (configuration.py for bare-metal installs or plugins.py for netbox-docker):

PLUGINS = [
    "netbox_dhcp_kea_plugin",
]

Run migrations

python manage.py migrate

Configure

Plugin behaviour is controlled through PLUGINS_CONFIG. See Configuration for the complete list of settings, defaults, and per-feature toggles (Stork, netbox-dns linking, DDNS, model defaults, demo data).