Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The use_platform_napalm_driver argument is broken due to netbox schema changes. #58

Open
agreusel opened this issue Aug 6, 2024 · 1 comment

Comments

@agreusel
Copy link

agreusel commented Aug 6, 2024

Since netbox updated their schema and removed the napalm_driver attribute on the platform object (moved to a plugin), the use_platform_napalm_driver argument is broken. Either the argument should be removed, or adjusted to reference the plugin object (if installed).

@silviu-iordan
Copy link

is there any way to work around this problem please? I am facing the same issue:

 File "/home/user1/VENV/py3_venv/lib/python3.12/site-packages/nornir_netbox/plugins/inventory/netbox.py", line 350, in load
    platform = [
               ^
KeyError: 'napalm_driver'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants