-
I'm trying to configure netbox to use napalm and a community driver (ruckus fastrion). I have installed both napalm and the ruckus community driver, and everything looks fine from napalms point of view:
So the napalm command line tool works and talks to the switch, and trying python directly looks fine to:
The problem with netbox is: when I try to use'napalm_ruckus_fastiron' as a driver name in a platform definition and check the system status of the device I get the following error:
Trying the api call directly gives the same result:
I'm using netbox v2.10.3 on an Ubuntu 20.04 system, napalm 3.2.0 and napalm_ruckus_fastiron 1.0.26. I tried every combination of napalm_ruckus_fastiron, ruckus_fastiron, fastiron and FastIronDriver I can think of. What is the correct driver name for this community driver? Is there something I'm missing or some obvious mistake on my end, or is it something that needs to be adressed with the author of the ruckus fastiron community driver? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Are you sure the napalm_ruckus_fastiron driver is installed inside your netbox virtualenv? Your test line suggests it is working outside the virtualenv:
You can test like this:
The fix is to add the required package(s) to |
Beta Was this translation helpful? Give feedback.
Are you sure the napalm_ruckus_fastiron driver is installed inside your netbox virtualenv?
Your test line suggests it is working outside the virtualenv:
You can test like this:
The fix is to add the required package(s) to
local_requirements.txt
and run./upgrade.sh