-
Notifications
You must be signed in to change notification settings - Fork 914
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
[BUG] Cannot import previously exported ovf/ova image #2666
Comments
Howdy 🖐 waldner ! Thank you for your interest in this project. We value your feedback and will respond soon. If you want to contribute to this project, please make yourself familiar with the |
More information: even an OVA file created with powerCli fails with the exact same error, so doesn't seem related to whether the OVA has been created with govc or not.
|
More info: the
One has the On the vcenter server, the error looks like this (not very helpful):
|
Another update: the import works flawlessly with ansible (using the https://docs.ansible.com/ansible/latest/collections/community/vmware/vmware_deploy_ovf_module.html#ansible-collections-community-vmware-vmware-deploy-ovf-module) which AFAICT uses pyvmomi, so I still maintain govc is not working properly. |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale |
Here's what seems to be happening: running with
But then the first key gets lost when converting to XML, due to the
I'm not familiar with the govmomi codebase so I'm not even attempting to provide a patch, but a quick test done by removing the Hopefully this provides enough information to the developers to fix the problem. I still maintain that this is definitely a bug. |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle-stale |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle-stale |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle-stale |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle-stale |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle-stale |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle-stale |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle-stale |
Describe the bug
Cannot import previously exported ovf/ova image.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The VM should have been imported.
Affected version
MGMT
is the name of the network the original machine was attached to, and it does exist in vmware at the time the import is attempted. The same OVA file works if I import it using the vsphere web client, but my goal is to automate and script the import.It's possible that I'm doing something wrong.
The text was updated successfully, but these errors were encountered: