packer: Build type vmware-iso using ova as source

743 Views Asked by At

In packer, when using "type": "virtualbox-ovf" it is possible to define a base ova using:

"source_path": "file://{{user `pwd`}}/server-base.ova",

This option does not seem to be available when building with "type": "vmware-iso"

Is there an alternative way for building with VMWare provider, starting from a base .ova?

1

There are 1 best solutions below

0
On BEST ANSWER

Use vmware-vmx. If you have an OVA, use ovftool to convert it before running Packer.