Device-Type-Library-Import icon indicating copy to clipboard operation
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

Results 55 Device-Type-Library-Import issues
Sort by recently updated
recently updated
newest added

I'm getting this error when trying to import devices Ubuntu 24.04 LTS Netbox v4.0.3 Python 3.12.3 ``` (venv) networks@netbox01:/opt/Device-Type-Library-Import$ ./nb-dt-import.py --vendors juniper /opt/Device-Type-Library-Import/repo.py:39: SyntaxWarning: invalid escape sequence '\W' return re_sub('\W+',...

Hello Guys, I fixed the issue #137. Fail to import device types when specifying slugs. Module import raise KeyError Kind regards,

Example extracted from .env: ``` SLUGS=cisco-n9k-c93360yc-fx2 VENDORS=Cisco ``` Below error appends: ``` Traceback (most recent call last): File "/home/bbacspy8/projects2/Device-Type-Library-Import/./nb-dt-import.py", line 54, in main() File "/home/bbacspy8/projects2/Device-Type-Library-Import/./nb-dt-import.py", line 32, in main module_types...

Just wanted to post that the issue mentioned here is also affecting me: https://github.com/netbox-community/Device-Type-Library-Import/issues/144 I tried the pip reinstall someone suggested but I'm using docker and ultimately got a permissions...

This is a small change to provide a configuration option to use the linux system truststore if required like in a business environment with own pki infrastructure. It adds an...

I previously imported all the device templates using this tool last year and it ran within a few minutes. I've just tried to update the device templates and it ran...

Providing fix on version of requirements.txt according to #134

The optional argument `--replace-existing-images` was added which forces replacement of existing images. Without the argument, images will not be reupload images on every run. If the image(s) is not already...

This adds what is described in https://github.com/netbox-community/devicetype-library/issues/2618 Works with Files from https://github.com/netbox-community/devicetype-library/pull/3026

I installed netbox on k8s with the helm chart, and then ran this importer like so: ``` apiVersion: batch/v1 kind: Job metadata: name: devlib-importer spec: template: spec: restartPolicy: Never containers:...