0

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?

4

1 回答 1

1

使用vmware-vmx. 如果您有 OVA,ovftool请在运行 Packer 之前将其转换。

于 2018-06-25T16:27:28.070 回答