-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Netbox plugin: sync VM description #6024
Comments
That's not an easy decision to make 🤔
That's always the challenge when "plugin" things to each other. Where to stop syncing details where it fits less between both tools. Do we want Netbox to have objects closer to XAPI or to stay "standard"? Do you know what's going on with VMware equivalent plugin for Netbox? |
If it's like adding the UUID field, that's really not "work"; w/ NetBox 3.0.x, this is really fast/easy to do. And if XOA finds the field isn't present, then just skip it. I'm not sure how this works on the VMWare side, since we don't use a plugin for it. As for the NetBox |
Okay let's go for this first step:
|
Fixes #6038, Fixes #6135, Fixes #6024, Fixes #6036 See https://xcp-ng.org/forum/topic/6070 See zammad#5695 See https://xcp-ng.org/forum/topic/6149 See https://xcp-ng.org/forum/topic/6332 Complete rewrite of the plugin. Main functional changes: - Synchronize VM description - Fix duplicated VMs in Netbox after disconnecting one pool - Migrating a VM from one pool to another keeps VM data added manually - Fix largest IP prefix being picked instead of smallest - Fix synchronization not working if some pools are unavailable - Better error messages
In Xen Orchestra, we use the description under each VM name to store functional descriptions of the machines.
Unfortunately, that information isn't transferred into NetBox upon sync.
It would be great if that description was sync'd to the NetBox VM comments field, or another custom field (to avoid clobbering possibly existing data).
The text was updated successfully, but these errors were encountered: