Tagging and pruning #96
-
Hi, For example, I run the tool with settings of vCenter X and I expect to find orphans tags only for items that belongs to vCenter X. Instead, in the logs I can read that items that belongs to vCenter Y and vCenter Z are being tagged as orphans. With pruning enabled all the items of Y and Z will be deleted. At this point I assume that the tool is looking for every item that has "NetBox-synced" tag and if they can't be found in the vCenter specified in setting file it will mark them as Orphan. Is that right? Thank you for your tool and time. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, thank you for using it. I described the process here https://github.com/bb-Ricardo/netbox-sync#pruning If the item is not found in ANY configured source it is tagged as orphaned. If the source is Does this help? |
Beta Was this translation helpful? Give feedback.
Hi,
thank you for using it.
I described the process here https://github.com/bb-Ricardo/netbox-sync#pruning
If the item is not found in ANY configured source it is tagged as orphaned. If the source is
enabled = False
then pruning is disabled for this source.Does this help?