We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
The govc import.ova command is failing to upload the OVA file.
Manual Export vs govc Export:
When we manually upload a VM template to an OVA using govc export.ovf, the network configuration shows differences compared to a manual export.
Consider that i was using vCenter to export vm Manual export values in network in .ovf as follows The list of logical networks The VLAN-2533 network
govc export values in network in .ovf file as follows The list of logical networks The dvportgroup-2325 network
due to this when i try uploading the ova file into the vCenter i was getting below error
ERROR govc: Line 100: Invalid value 'dvportgroup-2325' for element 'Connection'.
Expected behavior govc import should work as like how we do from GUI manually Affected version failed to upload a ova using govc import.ova
Screenshots/Debug Output attached
Additional context
The text was updated successfully, but these errors were encountered:
Howdy 🖐 VinayVamsi143 ! 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 CONTRIBUTION guidelines.
CONTRIBUTION
Sorry, something went wrong.
Hello, Can I have an update here on the issue reported?
No branches or pull requests
Describe the bug
The govc import.ova command is failing to upload the OVA file.
Manual Export vs govc Export:
When we manually upload a VM template to an OVA using govc export.ovf, the network configuration shows differences compared to a manual export.
Consider that i was using vCenter to export vm
Manual export values in network in .ovf as follows
The list of logical networks
The VLAN-2533 network
govc export values in network in .ovf file as follows
The list of logical networks
The dvportgroup-2325 network
due to this when i try uploading the ova file into the vCenter i was getting below error
ERROR
govc: Line 100: Invalid value 'dvportgroup-2325' for element 'Connection'.
Expected behavior
govc import should work as like how we do from GUI manually
Affected version
failed to upload a ova using govc import.ova
Screenshots/Debug Output
attached
Additional context
The text was updated successfully, but these errors were encountered: