packer/builder/vmware/iso
yuuzi41 982e523ba2 fix invalid esx5 path separator in windows
before, this code had joining path elements by filepath module. filepath module generate path string with backslash-joined in Windows. but ESX require path string with slash-joined. it means that this code generate illegal path string in windows. illegal path string raised "Error creating disk".

this patch fixes path separator from backslash to slash in windows. from this, creating disk would succeed without error.
2014-07-02 21:55:47 +09:00
..
artifact.go builder/vmware: new artifact type that is common 2013-12-25 11:27:53 -07:00
artifact_test.go builder/vmware/iso: fix package name 2013-12-23 22:58:41 -07:00
builder.go builder/vmware/common: tests for StepPrepareTools 2014-05-10 10:16:53 -07:00
builder_test.go builder/vmware,virtualbox: checksum_type can be "none" [GH-471] 2013-12-28 09:59:47 -07:00
driver.go builder/vmware/*: can specify path to fusion [GH-677] 2013-12-27 08:37:39 -07:00
driver_esx5.go fix invalid esx5 path separator in windows 2014-07-02 21:55:47 +09:00
driver_esx5_test.go fmt 2014-02-21 15:11:56 -08:00
host_ip.go builder/vmware/iso: fix package name 2013-12-23 22:58:41 -07:00
host_ip_ifconfig.go Force LANG=C before appending rest of environment, as only first occurence is used 2014-05-08 17:11:19 +02:00
host_ip_ifconfig_test.go builder/vmware/iso: fix package name 2013-12-23 22:58:41 -07:00
host_ip_vmnetnatconf.go builder/vmware: move drivers out to common 2013-12-25 15:50:12 -07:00
host_ip_vmnetnatconf_test.go builder/vmware/iso: fix package name 2013-12-23 22:58:41 -07:00
output_dir.go builder/vmware: new artifact type that is common 2013-12-25 11:27:53 -07:00
remote_driver.go builder/vmware: move driver out of ISO 2013-12-24 11:31:57 -07:00
remote_driver_mock.go builder/vmware/iso: Move remote registration out to separate step 2013-12-24 14:39:52 -07:00
remote_driver_mock_test.go builder/vmware/iso: Move remote registration out to separate step 2013-12-24 14:39:52 -07:00
step_configure_vnc.go builder/vmware: move driver out of ISO 2013-12-24 11:31:57 -07:00
step_create_disk.go builder/vmware: move driver out of ISO 2013-12-24 11:31:57 -07:00
step_create_vmx.go builder/vmware/iso: move VMX methods out to the common 2013-12-23 23:09:47 -07:00
step_http_server.go Fix http_files typo in comments 2014-05-06 17:13:15 +02:00
step_register.go builder/vmware/iso: Move remote registration out to separate step 2013-12-24 14:39:52 -07:00
step_register_test.go builder/vmware/iso: Move remote registration out to separate step 2013-12-24 14:39:52 -07:00
step_remote_upload.go Fixes #1106, Remote ESXi builder doesn't upload floppy 2014-05-03 18:41:00 +09:00
step_test.go builder/vmware/iso: Move remote registration out to separate step 2013-12-24 14:39:52 -07:00
step_type_boot_command.go fmt 2014-01-19 19:30:11 -08:00