Device-Type-Library-Import
Device-Type-Library-Import copied to clipboard
This library is intended to assist with importing device and module types into NetBox from the NetBox Community DeviceType-Library
Hello, Installing this application using the instuctions results in following error while trying to use: ModuleNotFoundError: No module named 'pkg_resources' This is fixed by running: pip install setuptools Can we...
Since upgrading to Netbox 4.0, I'm running into an error when running nb-dt-import.py. I've performed a git pull but with no updates. I also performed a "[root@netbox-dev] # pip install...
using -e "VENDORS=arista" with the suggested docker command I get : `netbox-device-type-library-import Package Installed https://github.com/netbox-community/devicetype-library.git Vendor Specified, Gathering All Matching Device-Types 1 Vendors Found 200 Device-Types Found Manufacturer Exists: Arista...
resolve #117
I Followed the instruction to clone, config .env and run the ./nb-dt-import.py but getting this error. Note that I don't have net issue and I can git clone https://github.com/netbox-community/devicetype-library.git without...
I can't think of a reason to enforce this. When script is run by default (at least with git version 2.42.0), there is no '.git' at the end of the...
My guess here is that this script doesn't support netbox v3. But this is the error I get when trying to run the script to do an initial import on...
Hi, I used Onemind-Services-LLC/netbox-metatype-importer to selectively import a collection of device types and modules. (https://github.com/Onemind-Services-LLC/netbox-metatype-importer) Will the Device-Type-Library-Import module honor the already imported types and modules, or try to overwrite...
If you run the script with the argument model-type ./nb-dt-import.py --slugs cisco-ws-c2960-24tc-l Then I will get an error: ``` Traceback (most recent call last): File "/home/username/reps/Device-Type-Library-Import/./nb-dt-import.py", line 54, in main()...
It looks like the latest release has not been published as a docker image. Is there a process for this? It seems the one linked in the readme is a...