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
When trying to import MikroTik devices it seems that it doesnt work for some devices. For example no interface is getting created when importing "MikroTik CRS106-1C-5S". It seems that when...
For info Hi, I got many manufacturers on the first run, but some are still missing, so some device types were not created. e.g. Cisco, Opengear, Fortinet and some others...
Right now, the importer script checks to see if you have netbox 4.3. If yes, [module support is enabled](https://github.com/netbox-community/Device-Type-Library-Import/blob/237f76a64b32c4d6043e48137d86ea546f5fc577/netbox_api.py#L53-L56). Later, a check for `modules=True` is done and if yes, module...
Hi! Please fix reference to old version (requirements.txt) in docker container and rebulild it
- Refactor `.github/workflows/docker.yml` - Bump `Dockerfile` to use `python:v3.13-alpine` - Publish `linux/amd64` and `linux/arm64` variants