packer-cn/builder/vmware/iso
Ali Rizvi-Santiago 75fbfa0763 Replaced a hacky type assertion in the VMware builder with a call to Driver.GetVmwareDriver() that returns the driver-specific structure for ip and addressing information. Also implemented the addressing functions for the ESXi driver interface.
This fixes an issue where a driver might not have defined a VmwareDriver by forcing a developer to implement it via the standard Driver interface.
2018-02-02 19:18:48 -06:00
..
artifact.go validating keep_registered and fixing skip_export issues 2017-11-08 15:57:34 -03:00
artifact_test.go run goimports 2018-01-22 17:21:10 -08:00
builder.go go fmt on builder/vmware/* 2018-02-02 19:18:48 -06:00
builder_test.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
driver.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
driver_esx5.go Replaced a hacky type assertion in the VMware builder with a call to Driver.GetVmwareDriver() that returns the driver-specific structure for ip and addressing information. Also implemented the addressing functions for the ESXi driver interface. 2018-02-02 19:18:48 -06:00
driver_esx5_test.go Ugh..missing argument in VMware builder's driver_esx5 unit-test due to api change for .HostIP(). Fixed. 2018-02-02 19:11:41 -06:00
output_dir.go remove a bunch of dead code. 2017-03-28 20:36:20 -07:00
remote_driver.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
remote_driver_mock.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
remote_driver_mock_test.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
step_create_disk.go fix imports 2018-01-24 17:09:17 -08:00
step_create_vmx.go Replaced a hacky type assertion in the VMware builder with a call to Driver.GetVmwareDriver() that returns the driver-specific structure for ip and addressing information. Also implemented the addressing functions for the ESXi driver interface. 2018-02-02 19:18:48 -06:00
step_create_vmx_test.go go fmt on builder/vmware/* 2018-02-02 19:18:48 -06:00
step_export.go fix imports 2018-01-24 17:09:17 -08:00
step_export_test.go test fixes WIP 2018-01-24 17:09:17 -08:00
step_register.go fix imports 2018-01-24 17:09:17 -08:00
step_register_test.go test fixes WIP 2018-01-24 17:09:17 -08:00
step_remote_upload.go fix imports 2018-01-24 17:09:17 -08:00
step_test.go fix imports 2018-01-24 17:09:17 -08:00
step_upload_vmx.go fix imports 2018-01-24 17:09:17 -08:00