-
Notifications
You must be signed in to change notification settings - Fork 913
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
import.ova always displays invalid value <Network> for element 'Connection' #488
Comments
Apparently OvfNetworkMapping is not used. The question here is that there are multple networks declared in the ovf/a so, how to specify them on the command line? (simple csv and/or in a kind of file like options?) |
@cblomart Given we have ability to parse the OVF and generate spec file using import.spec, I think my personal preference would be to have it in that same options file. ovftool today uses CLI options but for some OVF which may have more than one network, it could get messy on CLI. I actually like the simplicity of how govc handles imports via options files |
Related: #460 |
Yep I am having same issue... $ govc import.ova --options=foo -dc="*OMH" -name=omh-nbsg-99 -ds=omh-vstorp1-01-02-lvshared01 src/Fortigate-VM64-v524-vmxnet3.ova Would be nice if I could define the network adapters |
Potential solution added to #460 using |
I am already adding the network mapping, but still the warning comes. |
the warning comes from VC, as described here: http://pubs.vmware.com/vsphere-6-5/index.jsp#com.vmware.wssdk.apiref.doc/vim.OvfManager.CreateDescriptorResult.html Close this issue, because govc as a client is doing what it should do. |
Seeing a strange warning when deploying any OVA/OVF related to the VM defined network within the OVF. This is merely a label that the creator of an OVF maps to virtual interfaces and perhaps we might be assuming a particular name.
Here's an example of the error:
Here's the OVA that I was using: https://bintray.com/artifact/download/photon-controller/esxi-appliances/nested_esxi_appliance_v6.0u2.ova
The text was updated successfully, but these errors were encountered: