-
Notifications
You must be signed in to change notification settings - Fork 42
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
vmware-vmx
: builder ova import functionality
#9
Comments
this needs an vmware-ovf builder or vsphere-ovf builder. |
It certainly could be a separate builder, but FWIW,the vmware-vmx builder already supports ([ So while I'm certainly not an expert on the implementationhere, I don't see any reason it would have to be a separate builder; it seems to me that it would fit the kind of things that vmware-vmx already does with ovftool. |
vmware-vmx
: builder ova import functionality
I see this was closed as "not planned." Will we never see support for importing OVAs? |
I would love to see this as well. It's apart of virtualbox plugin so should be able to copy code and do it for vmware https://developer.hashicorp.com/packer/integrations/hashicorp/virtualbox/latest/components/builder/ovf |
More 👍 are needed on the issue origination. |
Question is if this is needed or desktop hypervisors or ESXi. If ESXi, this should be deferred to thr vSphere plugin as support for ESXi in this plugin is deprecated as of v1.1.0 and will be removed in a future release as noted in the README and the v1.1.0 release. |
This issue was originally opened by @orcutt989 as hashicorp/packer#9228. It was migrated here as a result of the Packer plugin split. The original body of the issue is below.
Feature Description
Take an OVA artifact form vmware-iso or from anywhere else and use it to provision a machine with the vmware-vmx builder.
Use Case(s)
OVA is smaller than VMX format and would take up less space on the datastore. Vcenter/esx both have functionality to import OVA let's extend this to Packer.
The text was updated successfully, but these errors were encountered: