nautobot / nautobot-app-netbox-importer

Nautobot plugin to simplify data migration from NetBox
https://docs.nautobot.com/projects/netbox-importer/en/latest/
Other
21 stars 11 forks source link

Fix Importing IPAddress.role #140

Closed snaselj closed 7 months ago

snaselj commented 7 months ago

Closes: NaN

What's Changed

Notes

Divided into separate commits to review.

Based on: https://github.com/nautobot/nautobot-app-netbox-importer/pull/130#issuecomment-1956373330

snaselj commented 7 months ago

Fixed an issue, when importing different roles with the same name, e.g. RackRole with name = "Network" and DeviceRole with name = "Network".

Based on this: https://github.com/nautobot/nautobot-app-netbox-importer/pull/130#issuecomment-1959192069

Pull request is ready for review @glennmatthews .