Replies: 4 comments 5 replies
-
Hi, well, this should not be happening. Each source is handled as separate instance and a vm uuid from the first source should not be visible inside the second source. So I'm not sure why this is happening. Are you sure this happens because of the same uuid? Can you use Thank you. |
Beta Was this translation helpful? Give feedback.
-
Hi, Starting from an empty Netbox:
I'm not sure if I was clear on the explaination. For security reason, I cannot send the out file here. |
Beta Was this translation helpful? Give feedback.
-
I'm pretty new on GitHub :) what do you mean by "can you try to use the 'development' branch"? |
Beta Was this translation helpful? Give feedback.
-
Hi, I just reviewed the logs and I might have found the issue 😄 You need to add all sources (vCenter) in ONE config file. [common]
log_level = INFO
[netbox]
api_token = XYZ
# Requires a hostname or IP which points to your NetBox instance
host_fqdn = netbox.example.com
[source/vcenter-1]
enabled = True
host_fqdn = vcenter-1.services.domain.acme
[source/vcenter-2]
enabled = True
host_fqdn = vcenter-2.services.domain.acme This should resolve your issues. I will also describe this more explicitly in the README. let me know if this helped. |
Beta Was this translation helpful? Give feedback.
-
Hey!
I have an issue that I did not manage to fix.
Basically I have 2 vcenter cluster, in the past some VMs were copied from one to the other.
For these VM I have already updated the VMName and the MAC Address, but they still have the same uuid (seems not possible to change it in vCenter).
Would it be possible to "avoid" the check on the uuid and let netbox-sync to check only against name, IP and MAC Address?
Right now, when it sync the first Cluster, it generate the original VM in Netbox. But when it arrives to the second cluster it skips the copied VM.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions