mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-26 03:12:01 -05:00
* 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 |
||
|---|---|---|
| .. | ||
| datastore.go | ||
| datastore_acc_test.go | ||
| driver.go | ||
| driver_test.go | ||
| folder.go | ||
| folder_acc_test.go | ||
| host.go | ||
| host_acc_test.go | ||
| resource_pool.go | ||
| resource_pool_acc_test.go | ||
| test.sh | ||
| vm.go | ||
| vm_cdrom.go | ||
| vm_clone_acc_test.go | ||
| vm_create_acc_test.go | ||
| vm_keyboard.go | ||