You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add ignoreTags and ignoreVMDisks config flags
- ignoreTags: skip syncing tags from source to NetBox (vmware)
- ignoreVMDisks: skip syncing virtual disks (vmware, ovirt, proxmox)
Both default to false for backward compatibility.
Closes#626Closes#627
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|`source.ignoreTags`| Don't sync tags from source to NetBox. |[**vmware**]| bool |[true, false]| false | No |
142
144
|`source.AssignDomainName`| Suffix node name with `AssignDomainName`. |[**proxmox**]| str | any | "" | No |
143
145
|`source.vlanPrefix`| Prefix vlan name with `vlanPrefix`. |[**vmware**]| str | any | "" | No |
144
146
|`source.datacenterClusterGroupRelations`| Regex relations in format `regex = clusterGroupName`, that map each datacenter that satisfies regex to clusterGroupname. |[**vmware**, **ovirt**]|[]string | any |[]| No |
0 commit comments