Closed Zheer09 closed 1 month ago
I see the same error when I am running netbox_inventory alongside the netbox_bgp plugin. I am not running the following plugins that you are though so if you arent running BGP then it could be one of these 'netbox_topology_views','netbox_branching','netbox_contract','netbox_slm'
I can't reproduce this. I've tried building netbox fresh docker images using most plugins you seem to be using:
plugin_requirements.txt
netbox-inventory
netbox-plugin-dns
netbox-reorder-rack
netbox-topology-views
netbox-contract
netbox-slm
configuration/plugins.py
PLUGINS = ['netbox_inventory','netbox_dns','netbox_reorder_rack','netbox_topology_views','netbox_contract','netbox_slm',]
PLUGINS_CONFIG = {
"netbox_inventory": {}
}
This works fine. When I try to add netbox_branching I get different errors, that are not related to netbox-inventory plugin. This is because netbox_branching requires additional special configuration I don't know how to add to netbox-docker.
Anyway, try it without netbox_branching and with latest netbox version.
I've also tested a local venv install of netbox (no docker) with the same set of plugins including netbox_branching and it seems to work fine as well.
I just tried it today i have updated a lot of configuration and update since last 3 weeks, and it is working now.
Appreciated your reply on this issue, it is resolved.
Using docker to install the plugin i am getting duplicate label issue error while adding a plugin in my
/configuration/plugins.py
file and no i didn't add any plugins intoconfiguration/configuration.py
Error
Dockerfile:
Plugins python file
netbox version: v4.1.0 Docker version: 27.2.1