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
DanHam 0821653256
Fix 'nil' dir in VMware artifact when building locally
7 years ago
..
artifact.go Fix 'nil' dir in VMware artifact when building locally 7 years ago
artifact_test.go remove unused NewLocalArtifact 7 years ago
config_test.go
driver.go fix silliness with pointers 7 years ago
driver_config.go rework if/else to simplify main code body. 7 years ago
driver_config_test.go
driver_esx5.go add some missing template validation (copied from iso builder) and revert to current use of displayName for parsing vm ssh IP; using VMName was breaking chained builds that hadn't updated the display name from the previous build. 7 years ago
driver_esx5_test.go modify test so that it accesses CommConfig the same way we really do within the driver 7 years ago
driver_fusion5.go Add support to vmware-vmx builder for linked clones. 8 years ago
driver_fusion6.go vmware: Correctly parse version for VMware Fusion Tech Preview 7 years ago
driver_mock.go Add support to vmware-vmx builder for linked clones. 8 years ago
driver_mock_test.go
driver_parser.go
driver_player5.go Add support to vmware-vmx builder for linked clones. 8 years ago
driver_player5_windows.go
driver_player6.go Add cloneType to fusion driver 8 years ago
driver_player6_windows.go
driver_player_unix.go
driver_workstation9.go Add support to vmware-vmx builder for linked clones. 8 years ago
driver_workstation9_windows.go
driver_workstation10.go Add support to vmware-vmx builder for linked clones. 8 years ago
driver_workstation10_windows.go
driver_workstation_unix.go
driver_workstation_unix_test.go
export_config.go remove redundant config; CommConfig was already a part of the SSSHConfig struct 7 years ago
host_ip_ifconfig.go
hw_config.go Updated things related to the vmware-iso builder to include @azr's suggestions. 7 years ago
hw_config_test.go Modified the cpus and memory options for the vmware builders to only apply them if they were specified. 7 years ago
output_config.go
output_config_test.go
output_dir.go remove unused NewLocalArtifact 7 years ago
output_dir_local.go
output_dir_local_test.go
remote_driver.go No need to make upload public. 7 years ago
remote_driver_mock.go No need to make upload public. 7 years ago
remote_driver_mock_test.go Move the remote_driver from iso to common. 7 years ago
run_config.go
shutdown_config.go
shutdown_config_test.go
ssh.go refactor all copy pasted sshConfig with into communicator.Config.SSHConfigFunc 8 years ago
ssh_config.go
ssh_config_test.go SSHPrivateKey => SSHPrivateKeyFile 8 years ago
step_clean_files.go
step_clean_vmx.go Modified StepCleanVMX to walk through the "temporaryDevices" statebag so that we can disable or remove its devices cleanly. This gets rid of the regex hack that was previously used to identify a cdrom-image. 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
step_compact_disk_test.go
step_configure_vmx.go Updated StepConfigureVMX to add the floppy disk device to the "temporaryDevices" statebag so that StepCleanVMX can remove it later. 7 years ago
step_configure_vmx_test.go Test we halt if a bad path is set in vmx_path 8 years ago
step_configure_vnc.go
step_configure_vnc_test.go
step_export.go Merge pull request #6962 from hashicorp/fix_6940 7 years ago
step_export_test.go Move step_export to common. 7 years ago
step_output_dir.go
step_output_dir_test.go
step_prepare_tools.go
step_prepare_tools_test.go
step_register.go remove unnecessary checks; we always default format to ovf if it is unset. 7 years ago
step_register_test.go fix tests 7 years ago
step_run.go
step_run_test.go
step_shutdown.go
step_shutdown_test.go
step_suppress_messages.go
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_type_boot_command.go Re-enable the CommHost() call. Use common's driver factory. 7 years ago
step_upload_tools.go
step_upload_vmx.go Remove some extra logging. 7 years ago
tools_config.go
vmx.go
vmx_config.go add new display_name template option 7 years ago
vmx_config_test.go
vmx_test.go