netbox-community / netbox

The premier source of truth powering network automation. Open source under Apache 2. Try NetBox Cloud free: https://netboxlabs.com/free-netbox-cloud/
http://netboxlabs.com/oss/netbox/
Apache License 2.0
16.21k stars 2.59k forks source link

Bulk CSV import for more object types #1347

Closed paravoid closed 7 years ago

paravoid commented 7 years ago

Issue type: feature request

NetBox version: 2.0.9

I'm trying to migrate to NetBox from a legacy system (Racktables) with quite a bit of data in it (about 3000 pieces of equipment, in multiple racks/rows/sites/regions).

While looking into how to import the data, I noticed that while it's possible to import via CSV, the functionality is limited to a few specific object types (e.g. sites, tenants, racks, devices) and no such functionality exists for the others. I'm missing primarily manufacturers and device types (I have 86 models from various vendors) and rack groups (I have 15), but it'd be neat to have some of the others as well (regions, platforms, device roles).

Are there any plans to implement such a thing? Should I be looking at alternatives like e.g. using the API instead?

Note that #451 is a similar ticket but a) limited to device types and b) also trying to address the orthogonal problem of sharing a common base for device types between users. Finally, for my trial, I'm also missing the capability of importing custom fields, which is tracked separately as #568.

jeremystretch commented 7 years ago

PR #1359 has been merged into the develop-2.2 branch and will be included in v2.2-beta2