artyomovs / netbox-plugin-config-officer

NetBox plugin that stores configuration diffs and checks templates compliance
Apache License 2.0
102 stars 7 forks source link

Problem for install plugin #13

Open RenatoPereira91 opened 2 years ago

RenatoPereira91 commented 2 years ago

Hi,

I'm the problem for install the plugin 'config_officer' (https://github.com/artyomovs/netbox-plugin-config-officer).

I tried using docker but I get the wrong below: -- > ImportError: cannot import name 'PrimaryModelFilterSet' from 'netbox.filtersets' (/opt/netbox/netbox/netbox/filtersets.py)

I tried using pip install netbox-plugin-config-officer, it installed but after configure and restart service I get the mensage:

<class 'django.urls.exceptions.NoReverseMatch'>

'config_officer' is not a registered namespace inside 'plugins'

Python version: 3.8.10 NetBox version: 3.2.5-dev

bogdancordos commented 2 years ago

It seems like the current version of this plugin is not compatible with NetBox 3.2.x

artyomovs commented 1 year ago

Sorry, guys. I've just started working on plugin that supports 3.x Netbox version. I hope will finish it till mid of August.

Thank you @RenatoPereira91 @bogdancordos