I have 2 Input Files
- Custom OVA with Base CentOS6.5 and all the required packages(rpm's) already installed.
- My Application in ZIP format having install.sh bundled inside it. (app.zip)
Iam looking for a Packer’s Template which should take
- Custom OVA, then Create a VM on ESXI Host
- Custom Application(app.zip) to VM, Unzip app.zip , run install.sh and on install completion Generate a new OVA.
Is this Possible using packers if so , any pointers / Can any one help me with a sample template?
Thanks & Regards,