netbox-sync icon indicating copy to clipboard operation
netbox-sync copied to clipboard

Sync objects from VMware or redfish sources to NetBox

Results 84 netbox-sync issues
Sort by recently updated
recently updated
newest added

Currently, there is no way of excluding the sync of partial information, for example disks. We can only exclude based on VM name or a VLAN. For example when running...

We have issues today with the netbox sync, as it will mess with host physical networks. Therefore I have introduced an config option to disable host network updates.

I have some odd behavior where the sync script is not properly setting the Primary IP on almost half of the VMs existent in netbox. The output seems to be...

awaiting reply

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...

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. vsphere-automation-sdk 1.87.0 requires pyVmomi==8.0.3.0.1,...

Hi, I thought about how to write this, but the only thing which comes to my mind is: It doesn't spark joy anymore. It is personally difficult to keep up...

Currently a CI workflow to automatically build and push our Docker image to `ghcr.io` is missing. This workflow should handle image publishing for both releases and development builds. * Workflow...

Added a per source config option (`skip_fhrp_group_ips`) to prevent FHRP group IP addresses in Netbox from being overridden by their members, as described in [issue #445](https://github.com/bb-Ricardo/netbox-sync/issues/445).

Further to #468, these changes allow clusters to have no site or scope type, or different scope types to be used (other than site). Maintains Netbox pre-4.2.0 compatibility.

I am not sure how this code is doing VLAN lookups and relation to NetBox, it in my example it's hijacking a VLAN that belongs to a different tenant/site. For...