bl4ko / netbox-ssot

Microservice that synces objects from multiple sources into netbox and makes it automatic SSOT.
MIT License
29 stars 4 forks source link

Asset tag vs source-id #147

Closed TaLoN1x closed 4 months ago

TaLoN1x commented 4 months ago

I see that currently solution uses asset tag as field to store UID/GUID from the reference system. The Asset tag field is essential for inventory numbers / ERP related tag for the DCIM functionality of the Netbox, therefore I would suggest to migrate this to the source-id custom field. I think source-id is already being used for some objects, so it just need unification?

bl4ko commented 4 months ago

Hello, currently the terms are used in the following way:

TaLoN1x commented 4 months ago

but then you can also specify a real asset-tag (that companies use in their inventory) in most hypervisors also and current behaviour conflicts with ability to use this data in relation to a device.

bl4ko commented 4 months ago

Yes I agree, I will fix this behaviour.

bl4ko commented 4 months ago

:tada: This issue has been resolved in version 1.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: