Skip to content
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

vsphere-iso: Add support for exporting to OVA #17

Closed
ghost opened this issue Apr 15, 2021 · 4 comments · Fixed by #409
Closed

vsphere-iso: Add support for exporting to OVA #17

ghost opened this issue Apr 15, 2021 · 4 comments · Fixed by #409
Assignees
Labels
Milestone

Comments

@ghost
Copy link

ghost commented Apr 15, 2021

This issue was originally opened by @nilic as hashicorp/packer#9645. It was migrated here as a result of the Packer plugin split. The original body of the issue is below.


Currently, the vsphere-iso builder allows exporting the created template only in OVF format, while vmware-iso also has OVA support. OVA is in many cases preferred because of template portability (one file with OVA vs multiple files with OVF) and sometimes required, since some of the automation tooling (such as Terraform provider for vCloud Director) supports only OVA as input for catalog uploads.

@AchimLipp
Copy link

Hi,
do you have any updates how to export as *.ova?

@tenthirtyam tenthirtyam changed the title Add support for exporting to OVA in vsphere-iso builder Add support for exporting to OVA in vsphere-iso Oct 4, 2022
@tenthirtyam tenthirtyam changed the title Add support for exporting to OVA in vsphere-iso vsphere-iso: Add support for exporting to OVA Nov 5, 2022
@tenthirtyam
Copy link
Collaborator

This is pretty easy to script with the local-exec post-processor, which is handy to inject OVF properties before the conversion to OVA.

@Vitorrodrys
Copy link

Do you have examples of how to do this?

@ba31
Copy link

ba31 commented May 23, 2023

are there any plan to add into project ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants