Hi All,
First of all, please excuse the longish post...
We tend to build a standard base OS ova from an iso and, from that ova artifact, build other ova's - sometimes even building on top of those
For Virtualbox, we are able to use the
virtualbox-iso builder to build the base ova from the iso, and the
virtualbox-ovf builder to build ova's from other ova's - and this has worked fine for us.
We also want to perform the same workflow, but using remote ESXi hosts, to produce ova's that were built on ESX (yes, I know in theory we should be able to use the vbox ova's on VMware, but there is resistance internally to trust it ATM)
So, the first part (building the base OS ova from an iso) is fine using the
vmware-iso builder and its remote_* properties
However, we then came to a grinding halt, as there is no vmware-ova builder, and the
vmware-vmx builder does not support remote building - so, we have developed a vmware-esx-ova builder that does what we want
My questions are:
- Did we need to do this i.e. is there something that already does this? And...
- Would there be any "appetite" in me raising a Jira and creating a PR in an attempt to get this adopted into core packer?
Many thanks for you patience
Kevin