Possibility to not add a Netbox-sync tags or Netbox-sync : Orphaned Tag
Hello, sorry to bother you, but I’m currently synchronizing 6 different vCenters with this script, and I’ve noticed that the script automatically adds the “Netbox-Sync: Orphaned” tag. This happens because when synchronizing a particular vCenter, the script assumes that the VMs from the previous synchronizations no longer exist since they are not present in the one currently being processed. It’s not a major issue, but it does artificially generate constant log entries in Netbox. Would it be possible to add an option for this? Or do you have any idea on how to make it easier to manage this “small” issue? Thank you in advance for your work on this excellent repo.
Hi,
Have you tried ignore_unknown_source_object_pruning = True? Just check the example config file
Hi,
I gonna try this ASAP, i give you feedback soon