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
Eric Mowry cef3d0eb24
Ran make fmt per Megan's request.
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 move packer to hashicorp 9 years ago
driver.go fix silliness with pointers 7 years ago
driver_config.go add noSSLVerify to ovftool args 7 years ago
driver_config_test.go
driver_esx5.go Deny the copying of .vmxf from the source VM to the target VM. If this file gets copied over to the new VM once the VM gets deleted the .vmxf and the folder for the VM stay on the datastore. This causes Packer to hang because the folder on the datastore does not go away during the cleanup process. 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 Handle multiple devices per VMware network type 8 years ago
driver_player5.go Add support to vmware-vmx builder for linked clones. 8 years ago
driver_player5_windows.go Completely forgot to support the unix paths in each of the drivers for the VMware builder. Fixed. 8 years ago
driver_player6.go Add cloneType to fusion driver 8 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 Add support to vmware-vmx builder for linked clones. 8 years ago
driver_workstation9_windows.go Completely forgot to support the unix paths in each of the drivers for the VMware builder. Fixed. 8 years ago
driver_workstation10.go Add support to vmware-vmx builder for linked clones. 8 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 test vmware workstation version checking 8 years ago
export_config.go remove redundant config; CommConfig was already a part of the SSSHConfig struct 7 years ago
host_ip_ifconfig.go builder/vmware: Try to use `ip address` to find host IP 9 years ago
hw_config.go Revert "Renamed the terse option, `cores`, to to the less-terse version `cores_per_socket`." 7 years ago
hw_config_test.go Added support for specifying the number of cores as `cores` to vmware-common. 7 years ago
output_config.go move packer to hashicorp 9 years ago
output_config_test.go move packer to hashicorp 9 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 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 flatten boot command config and implement for vmware 8 years ago
shutdown_config.go move packer to hashicorp 9 years ago
shutdown_config_test.go
ssh.go refactor all copy pasted sshConfig with into communicator.Config.SSHConfigFunc 8 years ago
ssh_config.go move packer to hashicorp 9 years ago
ssh_config_test.go SSHPrivateKey => SSHPrivateKeyFile 8 years ago
step_clean_files.go fix imports 8 years ago
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 Revert "Report the result of the disk compaction step" 8 years ago
step_compact_disk_test.go Revert "Fix test - reporting compaction results requires a tmp file" 8 years ago
step_configure_vmx.go Ran make fmt per Megan's request. 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 use helper functions for reading vmx files 8 years ago
step_configure_vnc_test.go Adds password protection for VNC on VMWare 10 years ago
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 fix imports 8 years ago
step_output_dir_test.go Remove tmp directories created by builder/vmware/common tests 8 years ago
step_prepare_tools.go fix imports 8 years ago
step_prepare_tools_test.go test fixes WIP 8 years ago
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 Replace boot command parser with PEG parser. 8 years ago
step_run_test.go test fixes WIP 8 years ago
step_shutdown.go fix imports 8 years ago
step_shutdown_test.go Remove tmp directories created by builder/vmware/common tests 8 years ago
step_suppress_messages.go fix imports 8 years ago
step_suppress_messages_test.go test fixes WIP 8 years ago
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 fix imports 8 years ago
step_upload_vmx.go Remove some extra logging. 7 years ago
tools_config.go move packer to hashicorp 9 years ago
vmx.go spelling: multiples 8 years ago
vmx_config.go add new display_name template option 7 years ago
vmx_config_test.go Revert "Correctly call prepare function in test" 10 years ago
vmx_test.go go files are 0644 9 years ago