Skip to content

amitinfo2k/packer-post-processor-ovftool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

packer-post-processor-ovftool

Vmware-iso build by default export the VM in to VMX format instead it used VMWare's ovftool to export the VMWare build to OVA/OVF format.

Usage

Add this post-processor section in packer template

"post-processors": [{
        "type": "ovftool",
        "format": "ova|ovf",
        "remote_host": "<esxi-host>",
        "remote_username": "<esxi-user>",
        "remote_password": "<esxi-password>",
        "keep_input_artifact": true|false,
        "vm_name": "<vm-name>",
        "target": "<target-file-name or target-dir-name>"
  }]

Installation

TODO.

About

OVA/OVF export plugin compatible with packer 0.8.x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages