netbox-community / Device-Type-Library-Import

This library is intended to assist with importing device and module types into NetBox from the NetBox Community DeviceType-Library
https://github.com/netbox-community/devicetype-library
MIT License
256 stars 77 forks source link

import per device #11

Closed PieterL75 closed 3 years ago

PieterL75 commented 3 years ago

Hey,

thx for this cool tool ! I would really like to see an option to only import one device, rather than all of one vendor.

I try to keep my netbox as clean as possible, so that people can't pick the wrong device.

Is that possible ?

Pieter

ndom91 commented 3 years ago

Unfortunately vendor only at the moment. If I were you, I'd import the whole vendor then just go clean out the devices you don't need from the manufacturer overview page of device_types.

PieterL75 commented 3 years ago

Hey,

I decided to learn python and update it myself :-)

Pull request is created,, please review and see if it is good enough for a commit...

Pieter

Op wo 30 dec. 2020 om 20:59 schreef Nico Domino notifications@github.com:

Unfortunately vendor only at the moment. If I were you, I'd import the whole vendor then just go clean out the devices you don't need from the manufacturer overview page of device_types.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/minitriga/Netbox-Device-Type-Library-Import/issues/11#issuecomment-752740064, or unsubscribe https://github.com/notifications/unsubscribe-auth/AR3OADCA5XSYYTUA5BBTBLTSXOBBRANCNFSM4VOPSXUA .

ndom91 commented 3 years ago

Wow thats great! Im sure minitriga will take a look as soon as possible.

minitriga commented 3 years ago

Hi @PieterL75 Looks like there are some conflicts that need resolving at the moment but looks good.