packer/iso
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
..
builder.go Add 'configuration_parameters' option 2018-03-04 14:18:48 +03:00
builder_acc_test.go fix tests 2018-03-12 21:41:38 +03:00
config.go Add 'configuration_parameters' option 2018-03-04 14:18:48 +03:00
step_add_cdrom.go CD-ROM devices use SATA controller instead of IDE 2018-03-04 14:15:01 +03:00
step_add_floppy.go 'floppy_files' and 'floppy_files' create two separate drives 2018-02-14 11:01:41 +03:00
step_boot_command.go Boot command (#53) 2018-02-18 05:13:56 +03:00
step_config_params.go Add 'configuration_parameters' option 2018-03-04 14:18:48 +03:00
step_create.go Add new config option to allow setting virtual machine hardware version (#65) 2018-03-20 12:09:36 +03:00
test.sh Add ISO builder which creates an empty VM 2018-01-24 17:56:14 +03:00