.. |
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.
|
2020-06-04 05:07:18 -05:00 |
artifact.go
|
Sharing info with post-processors via artifact (#8632)
|
2020-01-30 11:27:58 +01:00 |
artifact_test.go
|
remove unused NewLocalArtifact
|
2018-11-02 14:22:01 -07:00 |
driver.go
|
Re-worked the vmware builder drivers so that they're able to check multiple ip addresses when trying to connect via the CommHost.
|
2020-05-28 15:36:45 -05:00 |
driver_config.go
|
apply same url encoding to other places we call ovftool
|
2020-07-23 17:03:42 -07:00 |
driver_config_test.go
|
use interpolate.NewContext() instead of testConfigTemplate(t)
|
2019-06-14 12:17:28 +02:00 |
driver_esx5.go
|
add progress tracker to vmware-esx iso upload. Add colored prefix to … (#9779)
|
2020-08-17 14:35:42 -04:00 |
driver_esx5_test.go
|
builder/vmware: fix dropped test errors
|
2019-09-27 16:05:12 -07:00 |
driver_fusion5.go
|
Add support to vmware-vmx builder for linked clones.
|
2018-06-17 01:38:42 +01:00 |
driver_fusion6.go
|
vmware: Correctly parse version for VMware Fusion Tech Preview
|
2018-11-17 09:32:15 +01:00 |
driver_mock.go
|
Re-worked the vmware builder drivers so that they're able to check multiple ip addresses when trying to connect via the CommHost.
|
2020-05-28 15:36:45 -05:00 |
driver_mock_test.go
|
builder/vmware/common: Mock driver and test for DHCP Lease IP lookup
|
2013-12-24 11:55:44 -07:00 |
driver_parser.go
|
Fixed a race in the ReadNetworkingConfig implementation from the parsers belonging to the vmware builders that existed between reading the version and consuming tokens from the rest of the file.
|
2020-06-09 19:37:38 -05:00 |
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.
|
2020-06-04 05:07:18 -05:00 |
driver_player5.go
|
Add support to vmware-vmx builder for linked clones.
|
2018-06-17 01:38:42 +01:00 |
driver_player5_windows.go
|
Completely forgot to support the unix paths in each of the drivers for the VMware builder. Fixed.
|
2018-02-02 19:11:41 -06:00 |
driver_player6.go
|
Add cloneType to fusion driver
|
2018-06-30 16:31:42 +01:00 |
driver_player6_windows.go
|
Add support for VMware Fusion 7 Pro [GH-1478]
|
2014-09-10 10:14:50 -07:00 |
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..
|
2018-03-30 18:19:25 -05:00 |
driver_workstation9.go
|
Add support to vmware-vmx builder for linked clones.
|
2018-06-17 01:38:42 +01:00 |
driver_workstation9_windows.go
|
Completely forgot to support the unix paths in each of the drivers for the VMware builder. Fixed.
|
2018-02-02 19:11:41 -06:00 |
driver_workstation10.go
|
Add support to vmware-vmx builder for linked clones.
|
2018-06-17 01:38:42 +01:00 |
driver_workstation10_windows.go
|
Add support for VMware Fusion 7 Pro [GH-1478]
|
2014-09-10 10:14:50 -07:00 |
driver_workstation_unix.go
|
Reinforced the VMWare Workstation builder methodology for locating the dhcp.conf and dhcpd.leases files on Linux.
|
2018-02-14 00:11:17 -06:00 |
driver_workstation_unix_test.go
|
test vmware workstation version checking
|
2018-01-26 15:58:17 -08:00 |
export_config.go
|
packer.io prefix removal, html extension remove for in-code errors
|
2020-04-07 17:53:22 -04:00 |
host_ip_ifconfig.go
|
builder/vmware: Try to use `ip address` to find host IP
|
2017-01-17 10:33:48 +01:00 |
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)
|
2020-08-06 13:19:55 +02:00 |
hw_config_test.go
|
builder/vmware/common: remove unused testHWConfig()
|
2019-11-01 19:13:26 -07:00 |
output_config.go
|
implement a remote_output_directory option, and heavily comment output code
|
2020-08-18 12:50:00 -07:00 |
output_config_test.go
|
use interpolate.NewContext() instead of testConfigTemplate(t)
|
2019-06-14 12:17:28 +02:00 |
output_dir.go
|
remove unused NewLocalArtifact
|
2018-11-02 14:22:01 -07:00 |
output_dir_local.go
|
builder/vmware/common: make the dir private for LocalOutputDir
|
2013-12-24 11:22:22 -07:00 |
output_dir_local_test.go
|
spelling: output
|
2018-03-13 08:27:26 +00:00 |
remote_driver.go
|
add progress tracker to vmware-esx iso upload. Add colored prefix to … (#9779)
|
2020-08-17 14:35:42 -04:00 |
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
|
2020-08-18 12:50:06 -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
|
update docs for headless to help users know they may need to launch the gui
|
2020-04-08 13:53:19 -07:00 |
ssh.go
|
Re-added the (mistakenly removed) host override to the CommHost for the vmware builders.
|
2020-06-05 12:39:20 -05:00 |
ssh_config.go
|
Rename communicator config variables and remove deprecated code (#8584)
|
2020-01-09 08:37:30 -08:00 |
ssh_config_test.go
|
use interpolate.NewContext() instead of testConfigTemplate(t)
|
2019-06-14 12:17:28 +02:00 |
ssh_test.go
|
fix test
|
2020-06-05 14:05:59 -07: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
|
Revert "Fix test - reporting compaction results requires a tmp file"
|
2018-05-16 13:52:00 +01:00 |
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
|
builder/vmware: fix dropped test errors
|
2019-09-27 16:05:12 -07:00 |
step_configure_vnc.go
|
fix panic in StepConfigureVNC
|
2019-04-16 15:32:05 +02:00 |
step_configure_vnc_test.go
|
Adds password protection for VNC on VMWare
|
2016-08-19 13:26:16 +02:00 |
step_export.go
|
improve postprocessor stdout
|
2020-07-25 08:24:21 -07:00 |
step_export_test.go
|
Move step_export to common.
|
2018-10-25 12:55:10 -07:00 |
step_http_ip_discover.go
|
Replace file shared state by statebag (#9238)
|
2020-05-19 11:49:48 +02:00 |
step_http_ip_discover_test.go
|
Replace file shared state by statebag (#9238)
|
2020-05-19 11:49:48 +02:00 |
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
|
2020-08-18 12:50:06 -07:00 |
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
|
2020-08-18 12:50:06 -07:00 |
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
|
test fixes WIP
|
2018-01-24 17:09:17 -08:00 |
step_register.go
|
fully destroy vm if it was cancelled or errored
|
2020-08-17 14:07:58 -07:00 |
step_register_test.go
|
fix tests
|
2018-11-02 15:44:27 -07:00 |
step_remote_upload.go
|
add progress tracker to vmware-esx iso upload. Add colored prefix to … (#9779)
|
2020-08-17 14:35:42 -04:00 |
step_remote_upload_test.go
|
Add cleanup_remote_cache config option to vmware-iso (#8917)
|
2020-03-24 16:16:25 +01:00 |
step_run.go
|
implement ID and Type values in the provisioner template info sharing
|
2019-12-13 11:57:01 -08:00 |
step_run_test.go
|
test fixes WIP
|
2018-01-24 17:09:17 -08:00 |
step_shutdown.go
|
allow a provisioner to timeout
|
2019-04-08 20:09:21 +02:00 |
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
|
2020-08-18 12:50:06 -07:00 |
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
|
test fixes WIP
|
2018-01-24 17:09:17 -08:00 |
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
|
Replace file shared state by statebag (#9238)
|
2020-05-19 11:49:48 +02: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
|
add progress tracker to vmware-esx iso upload. Add colored prefix to … (#9779)
|
2020-08-17 14:35:42 -04:00 |
tools_config.go
|
packer.io prefix removal, html extension remove for in-code errors
|
2020-04-07 17:53:22 -04:00 |
vmx.go
|
spelling: multiples
|
2018-03-13 08:12:53 +00:00 |
vmx_config.go
|
make fmt autogenerated docs
|
2019-06-06 16:29:25 +02:00 |
vmx_config_test.go
|
use interpolate.NewContext() instead of testConfigTemplate(t)
|
2019-06-14 12:17:28 +02:00 |
vmx_test.go
|
go files are 0644
|
2017-04-25 12:50:58 -07:00 |