You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/builder/vmware/common
Megan Marsh 8d0058dad6
allow user to set tools source path
5 years ago
..
testdata Added suggestions from @SwampDragons to the parsers from the vmware builders, included unit-tests and sample file for fusion's networking file, and fixed a few situations where the channel wasn't being closed. 6 years ago
artifact.go Sharing info with post-processors via artifact (#8632) 6 years ago
artifact_test.go remove unused NewLocalArtifact 7 years ago
disk_config.go Move step_create_disk into common folder, and add to vmx builder (#9815) 6 years ago
driver.go Remove usb_keyboard option (#9945) 6 years ago
driver_config.go Add usb_scan_codes option to use USB scancodes instead of VNC for remote builds (#9895) 6 years ago
driver_config_test.go Add usb_scan_codes option to use USB scancodes instead of VNC for remote builds (#9895) 6 years ago
driver_esx5.go Remove usb_keyboard option (#9945) 6 years ago
driver_esx5_test.go builder/vmware: fix dropped test errors 6 years ago
driver_fusion5.go Remove usb_keyboard option (#9945) 6 years ago
driver_fusion6.go Remove usb_keyboard option (#9945) 6 years ago
driver_mock.go refactor ovftool validation into vmware driver 6 years ago
driver_mock_test.go
driver_parser.go builder/vmware/common: simplify type assertion switch (#9893) 6 years ago
driver_parser_test.go Added suggestions from @SwampDragons to the parsers from the vmware builders, included unit-tests and sample file for fusion's networking file, and fixed a few situations where the channel wasn't being closed. 6 years ago
driver_player5.go Remove usb_keyboard option (#9945) 6 years ago
driver_player5_windows.go
driver_player6.go Remove usb_keyboard option (#9945) 6 years ago
driver_player6_windows.go
driver_player_unix.go Modified the path finders for the Player driver in the vmware-builders to search through all the possible variations for dhcp configuration and leases.. 8 years ago
driver_workstation9.go Remove usb_keyboard option (#9945) 6 years ago
driver_workstation9_windows.go
driver_workstation10.go Remove usb_keyboard option (#9945) 6 years ago
driver_workstation10_windows.go
driver_workstation_unix.go Reinforced the VMWare Workstation builder methodology for locating the dhcp.conf and dhcpd.leases files on Linux. 8 years ago
driver_workstation_unix_test.go
export_config.go Allow "export" to ovf/ova for local vmware builds in addition to esx ones. 6 years ago
host_ip_ifconfig.go
hw_config.go add network_name option to vmware builder to make it match the network option on the vsphere builder, so vmware users needn't update vmx data just for the network name (#9718) 6 years ago
hw_config_test.go builder/vmware/common: remove unused testHWConfig() 6 years ago
output_config.go implement a remote_output_directory option, and heavily comment output code 6 years ago
output_config_test.go use interpolate.NewContext() instead of testConfigTemplate(t) 7 years ago
output_dir.go remove unused NewLocalArtifact 7 years ago
output_dir_local.go
output_dir_local_test.go spelling: output 8 years ago
remote_driver.go add progress tracker to vmware-esx iso upload. Add colored prefix to … (#9779) 6 years ago
remote_driver_mock.go extract output dir configuration and defaulting into the step_output_dir, using pointers to make sure they get set properly back on the main config 6 years ago
remote_driver_mock_test.go Move the remote_driver from iso to common. 7 years ago
run_config.go Remove usb_keyboard option (#9945) 6 years ago
run_config_test.go Remove usb_keyboard option (#9945) 6 years ago
ssh.go Re-added the (mistakenly removed) host override to the CommHost for the vmware builders. 6 years ago
ssh_config.go Rename communicator config variables and remove deprecated code (#8584) 6 years ago
ssh_config_test.go use interpolate.NewContext() instead of testConfigTemplate(t) 7 years ago
ssh_test.go fix test 6 years ago
step_clean_files.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_clean_vmx.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_clean_vmx_test.go Added knowledge of the "temporaryDevices" statebag to the StepCleanVMX tests for the VMware builders. 7 years ago
step_compact_disk.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_compact_disk_test.go Revert "Fix test - reporting compaction results requires a tmp file" 8 years ago
step_configure_vmx.go refactor out disk defaulting so it can be used to default the vmx cdrom too 6 years ago
step_configure_vmx_test.go add tests for disk defaulting 6 years ago
step_configure_vnc.go fix panic in StepConfigureVNC 7 years ago
step_configure_vnc_test.go
step_create_disks.go skip slot 7 in disk creation so we don't use reserved slot 6 years ago
step_create_disks_test.go Move step_create_disk into common folder, and add to vmx builder (#9815) 6 years ago
step_export.go Allow "export" to ovf/ova for local vmware builds in addition to esx ones. 6 years ago
step_export_test.go Allow "export" to ovf/ova for local vmware builds in addition to esx ones. 6 years ago
step_http_ip_discover.go Replace file shared state by statebag (#9238) 6 years ago
step_http_ip_discover_test.go Replace file shared state by statebag (#9238) 6 years ago
step_output_dir.go extract output dir configuration and defaulting into the step_output_dir, using pointers to make sure they get set properly back on the main config 6 years ago
step_output_dir_test.go extract output dir configuration and defaulting into the step_output_dir, using pointers to make sure they get set properly back on the main config 6 years ago
step_prepare_tools.go allow user to set tools source path 5 years ago
step_prepare_tools_test.go allow user to set tools source path 5 years ago
step_register.go fully destroy vm if it was cancelled or errored 6 years ago
step_register_test.go fix tests 7 years ago
step_remote_upload.go add progress tracker to vmware-esx iso upload. Add colored prefix to … (#9779) 6 years ago
step_remote_upload_test.go Add cleanup_remote_cache config option to vmware-iso (#8917) 6 years ago
step_run.go implement ID and Type values in the provisioner template info sharing 6 years ago
step_run_test.go
step_shutdown.go allow a provisioner to timeout 7 years ago
step_shutdown_test.go extract output dir configuration and defaulting into the step_output_dir, using pointers to make sure they get set properly back on the main config 6 years ago
step_suppress_messages.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_suppress_messages_test.go
step_test.go Added knowledge of the "temporaryDevices" statebag to the StepCleanVMX tests for the VMware builders. 7 years ago
step_upload_tools.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_upload_vmx.go add progress tracker to vmware-esx iso upload. Add colored prefix to … (#9779) 6 years ago
step_vnc_boot_command.go Add VMware vnc_over_websocket option (#9938) 6 years ago
step_vnc_connect.go Add VMware vnc_over_websocket option (#9938) 6 years ago
tools_config.go allow user to set tools source path 5 years ago
tools_config_test.go allow user to set tools source path 5 years ago
vmx.go spelling: multiples 8 years ago
vmx_config.go make fmt autogenerated docs 7 years ago
vmx_config_test.go use interpolate.NewContext() instead of testConfigTemplate(t) 7 years ago
vmx_test.go