Commit Graph

11 Commits

Author SHA1 Message Date
John O'Connor 0b5e6d1046 Add firmware option (#156)
Add "firmware" as an option for the hardware section, allowing values of
"efi" or "bios" (default "bios") so that the firmware is defined at the
machine create stage.
2018-10-17 02:42:02 +03:00
Michael Kuzmin f46f373e3a Code cleanup 2018-05-07 11:05:13 +03:00
Michael Kuzmin c44221a800 share hardware customization step 2018-05-06 00:41:14 +03:00
Vladislav Rassokhin 808a7ce57d Use Packer 1.2 (#84) 2018-04-25 14:22:38 +03:00
Sean Malloy 40ec9efdfd Add new config option to allow setting virtual machine hardware version (#65)
* Add new config option to allow setting virtual machine hardware version

The vsphere-iso builder gets a new configuration option named
vm_version. It allows setting the VMWare virtual machine hardware
version to a non-default value.

The default behavior remains unchanged. Use the latest supported
hardware version that ESXi/vCenter allows.

VMWare KB for supported virtual machine hardware versions.

https://kb.vmware.com/s/article/1003746

* Change vm_version from string to int
2018-03-20 12:09:36 +03:00
Michael Kuzmin cb782c223a
Cluster support (#61) 2018-03-16 00:53:25 +03:00
Michael Kuzmin ba06b00e70 Add 'usb_controller' option 2018-03-04 14:19:00 +03:00
Andrei Tonkikh cf198539e8 Add support for dynamically create floppy images 2018-02-01 14:47:09 +03:00
Andrei Tonkikh 6235ecc129 Add network card customization and fix iso builder acceptance tests 2018-01-31 15:29:06 +03:00
Andrei Tonkikh 65b98a57cf Add support for custom networks 2018-01-30 23:17:09 +03:00
Andrei Tonkikh df40ffbe8d Add ISO builder which creates an empty VM 2018-01-24 17:56:14 +03:00