You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/website/source/partials/builder/vsphere/common/_ExportConfig.html.md

541 B

You may optionally export an ovf from VSphere to the instance running Packer.

Example usage:

...
  "vm_name": "example-ubuntu",
...
  "export": {
    "force": true,
    "output_directory": "./output_vsphere"
  },

The above configuration would create the following files:

./output_vsphere/example-ubuntu-disk-0.vmdk
./output_vsphere/example-ubuntu.mf
./output_vsphere/example-ubuntu.ovf