packer/driver
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
..
datastore.go Add support for dynamically create floppy images 2018-02-01 14:47:09 +03:00
datastore_acc_test.go Remove driver test utility. Move driver tests to the driver folder 2017-11-14 00:02:46 +03:00
driver.go Revert f05b1e1. That commit introcude a regression from #30 2017-11-14 00:08:40 +03:00
driver_test.go Add basic functionality of creating VMs to the driver 2018-01-24 16:45:35 +03:00
folder.go Refactor vSphere driver 2017-08-24 17:54:08 +03:00
folder_acc_test.go Remove driver test utility. Move driver tests to the driver folder 2017-11-14 00:02:46 +03:00
host.go Cluster support (#61) 2018-03-16 00:53:25 +03:00
host_acc_test.go Add basic functionality of creating VMs to the driver 2018-01-24 16:45:35 +03:00
resource_pool.go Cluster support (#61) 2018-03-16 00:53:25 +03:00
resource_pool_acc_test.go Cluster support (#61) 2018-03-16 00:53:25 +03:00
test.sh Add more acceptance tests for VM. Merge them into 1 table-driven test 2017-11-15 00:47:33 +03:00
vm.go Add new config option to allow setting virtual machine hardware version (#65) 2018-03-20 12:09:36 +03:00
vm_cdrom.go CD-ROM devices use SATA controller instead of IDE 2018-03-04 14:15:01 +03:00
vm_clone_acc_test.go fix tests 2018-03-12 21:41:38 +03:00
vm_create_acc_test.go fix tests 2018-03-12 21:41:38 +03:00
vm_keyboard.go Boot command (#53) 2018-02-18 05:13:56 +03:00