.. |
artifact.go
|
Fix 'nil' dir in VMware artifact when building locally
|
2018-12-14 13:21:41 +00:00 |
artifact_test.go
|
remove unused NewLocalArtifact
|
2018-11-02 14:22:01 -07:00 |
config_test.go
|
…
|
|
driver.go
|
fix silliness with pointers
|
2018-11-06 09:50:28 -08:00 |
driver_config.go
|
use port as ints
|
2019-03-19 15:01:12 +01:00 |
driver_config_test.go
|
…
|
|
driver_esx5.go
|
allow a provisioner to timeout
|
2019-04-08 20:09:21 +02:00 |
driver_esx5_test.go
|
use port as ints
|
2019-03-19 15:01:12 +01:00 |
driver_fusion5.go
|
…
|
|
driver_fusion6.go
|
vmware: Correctly parse version for VMware Fusion Tech Preview
|
2018-11-17 09:32:15 +01:00 |
driver_mock.go
|
…
|
|
driver_mock_test.go
|
…
|
|
driver_parser.go
|
…
|
|
driver_player5.go
|
…
|
|
driver_player5_windows.go
|
…
|
|
driver_player6.go
|
…
|
|
driver_player6_windows.go
|
…
|
|
driver_player_unix.go
|
…
|
|
driver_workstation9.go
|
…
|
|
driver_workstation9_windows.go
|
…
|
|
driver_workstation10.go
|
…
|
|
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
|
2018-11-02 14:22:01 -07:00 |
host_ip_ifconfig.go
|
…
|
|
hw_config.go
|
Revert "Renamed the terse option, `cores`, to to the less-terse version `cores_per_socket`."
|
2019-01-17 14:49:07 -06:00 |
hw_config_test.go
|
Added support for specifying the number of cores as `cores` to vmware-common.
|
2019-01-17 10:39:19 -06:00 |
output_config.go
|
…
|
|
output_config_test.go
|
…
|
|
output_dir.go
|
remove unused NewLocalArtifact
|
2018-11-02 14:22:01 -07:00 |
output_dir_local.go
|
…
|
|
output_dir_local_test.go
|
…
|
|
remote_driver.go
|
No need to make upload public.
|
2018-10-25 12:39:51 -07:00 |
remote_driver_mock.go
|
No need to make upload public.
|
2018-10-25 12:39:51 -07:00 |
remote_driver_mock_test.go
|
Move the remote_driver from iso to common.
|
2018-10-25 11:01:22 -07:00 |
run_config.go
|
error on negative ports
|
2019-03-19 15:21:09 +01:00 |
shutdown_config.go
|
…
|
|
shutdown_config_test.go
|
…
|
|
ssh.go
|
…
|
|
ssh_config.go
|
…
|
|
ssh_config_test.go
|
SSHPrivateKey => SSHPrivateKeyFile
|
2018-08-29 14:40:32 +02:00 |
step_clean_files.go
|
rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts
|
2019-04-03 15:56:15 +02:00 |
step_clean_vmx.go
|
rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts
|
2019-04-03 15:56:15 +02:00 |
step_clean_vmx_test.go
|
Added knowledge of the "temporaryDevices" statebag to the StepCleanVMX tests for the VMware builders.
|
2018-12-03 18:03:02 -06:00 |
step_compact_disk.go
|
rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts
|
2019-04-03 15:56:15 +02:00 |
step_compact_disk_test.go
|
…
|
|
step_configure_vmx.go
|
rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts
|
2019-04-03 15:56:15 +02:00 |
step_configure_vmx_test.go
|
…
|
|
step_configure_vnc.go
|
fix panic in StepConfigureVNC
|
2019-04-16 15:32:05 +02:00 |
step_configure_vnc_test.go
|
…
|
|
step_export.go
|
rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts
|
2019-04-03 15:56:15 +02:00 |
step_export_test.go
|
Move step_export to common.
|
2018-10-25 12:55:10 -07:00 |
step_output_dir.go
|
rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts
|
2019-04-03 15:56:15 +02:00 |
step_output_dir_test.go
|
…
|
|
step_prepare_tools.go
|
rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts
|
2019-04-03 15:56:15 +02:00 |
step_prepare_tools_test.go
|
…
|
|
step_register.go
|
add 30 minute timeout for destroying a VM
|
2019-04-23 12:55:59 -07:00 |
step_register_test.go
|
fix tests
|
2018-11-02 15:44:27 -07:00 |
step_run.go
|
rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts
|
2019-04-03 15:56:15 +02:00 |
step_run_test.go
|
…
|
|
step_shutdown.go
|
allow a provisioner to timeout
|
2019-04-08 20:09:21 +02:00 |
step_shutdown_test.go
|
…
|
|
step_suppress_messages.go
|
rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts
|
2019-04-03 15:56:15 +02:00 |
step_suppress_messages_test.go
|
…
|
|
step_test.go
|
Added knowledge of the "temporaryDevices" statebag to the StepCleanVMX tests for the VMware builders.
|
2018-12-03 18:03:02 -06:00 |
step_type_boot_command.go
|
use port as ints
|
2019-03-19 15:01:12 +01:00 |
step_upload_tools.go
|
rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts
|
2019-04-03 15:56:15 +02:00 |
step_upload_vmx.go
|
rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts
|
2019-04-03 15:56:15 +02:00 |
tools_config.go
|
…
|
|
vmx.go
|
…
|
|
vmx_config.go
|
add new display_name template option
|
2018-11-09 10:54:31 -08:00 |
vmx_config_test.go
|
…
|
|
vmx_test.go
|
…
|
|