-
Notifications
You must be signed in to change notification settings - Fork 339
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
community.vmware.vmware_vm_info does not provide instance_UUID of vm #1805
Comments
Files identified in the description: If these files are inaccurate, please update the |
@Marx1st It looks like the module returns Do you want the
|
Hi @mariolenz ! Yes, we do need the instanceUuid as this is the only unique id for a vm in a clustered environment: https://blogs.vmware.com/vsphere/2012/02/uniquely-identifying-virtual-machines-in-vsphere-and-vcloud-part-1-overview.html |
vmware_vm_info: Add instance_uuid SUMMARY Fixes #1805 Add instance_uuid to the result of vmware_vm_info. ISSUE TYPE Feature Pull Request COMPONENT NAME vmware_vm_info ADDITIONAL INFORMATION
SUMMARY
The community.vmware.vmware_vm_info module returns a UUID that corresponds to bios_UUID instead of the expected instance_UUID.
ISSUE TYPE
COMPONENT NAME
community.vmware.vmware_vm_info
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Ubuntu 22.04
STEPS TO REPRODUCE
EXPECTED RESULTS
I would expect to receive the instance_UUID instead of the bios_UUID or both values.
ACTUAL RESULTS
The uuid containd the bios_UUID.
The text was updated successfully, but these errors were encountered: