.. |
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
|
…
|
|
disk_config.go
|
create packer-plugin-sdk directory and begin moving the relevant folders into it.
|
2020-11-11 10:21:37 -08:00 |
driver.go
|
Remove usb_keyboard option (#9945)
|
2020-09-17 10:38:33 +02:00 |
driver_config.go
|
create packer-plugin-sdk directory and begin moving the relevant folders into it.
|
2020-11-11 10:21:37 -08:00 |
driver_config_test.go
|
create packer-plugin-sdk directory and begin moving the relevant folders into it.
|
2020-11-11 10:21:37 -08:00 |
driver_esx5.go
|
create packer-plugin-sdk directory and begin moving the relevant folders into it.
|
2020-11-11 10:21:37 -08:00 |
driver_esx5_test.go
|
builder/vmware: fix dropped test errors
|
2019-09-27 16:05:12 -07:00 |
driver_fusion5.go
|
Remove usb_keyboard option (#9945)
|
2020-09-17 10:38:33 +02:00 |
driver_fusion6.go
|
Remove usb_keyboard option (#9945)
|
2020-09-17 10:38:33 +02:00 |
driver_mock.go
|
refactor ovftool validation into vmware driver
|
2020-08-27 10:55:57 -07:00 |
driver_mock_test.go
|
…
|
|
driver_parser.go
|
builder/vmware/common: simplify type assertion switch (#9893)
|
2020-09-04 16:25:19 +02: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
|
Remove usb_keyboard option (#9945)
|
2020-09-17 10:38:33 +02:00 |
driver_player5_windows.go
|
…
|
|
driver_player6.go
|
Remove usb_keyboard option (#9945)
|
2020-09-17 10:38:33 +02:00 |
driver_player6_windows.go
|
…
|
|
driver_player_unix.go
|
…
|
|
driver_workstation9.go
|
Remove usb_keyboard option (#9945)
|
2020-09-17 10:38:33 +02:00 |
driver_workstation9_windows.go
|
…
|
|
driver_workstation10.go
|
Remove usb_keyboard option (#9945)
|
2020-09-17 10:38:33 +02:00 |
driver_workstation10_windows.go
|
…
|
|
driver_workstation_unix.go
|
…
|
|
driver_workstation_unix_test.go
|
…
|
|
export_config.go
|
create packer-plugin-sdk directory and begin moving the relevant folders into it.
|
2020-11-11 10:21:37 -08:00 |
host_ip_ifconfig.go
|
…
|
|
hw_config.go
|
create packer-plugin-sdk directory and begin moving the relevant folders into it.
|
2020-11-11 10:21:37 -08:00 |
hw_config_test.go
|
create packer-plugin-sdk directory and begin moving the relevant folders into it.
|
2020-11-11 10:21:37 -08:00 |
output_config.go
|
create packer-plugin-sdk directory and begin moving the relevant folders into it.
|
2020-11-11 10:21:37 -08:00 |
output_config_test.go
|
create packer-plugin-sdk directory and begin moving the relevant folders into it.
|
2020-11-11 10:21:37 -08:00 |
output_dir.go
|
…
|
|
output_dir_local.go
|
…
|
|
output_dir_local_test.go
|
…
|
|
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
|
…
|
|
run_config.go
|
create packer-plugin-sdk directory and begin moving the relevant folders into it.
|
2020-11-11 10:21:37 -08:00 |
run_config_test.go
|
create packer-plugin-sdk directory and begin moving the relevant folders into it.
|
2020-11-11 10:21:37 -08: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
|
create packer-plugin-sdk directory and begin moving the relevant folders into it.
|
2020-11-11 10:21:37 -08:00 |
ssh_config_test.go
|
create packer-plugin-sdk directory and begin moving the relevant folders into it.
|
2020-11-11 10:21:37 -08: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
|
…
|
|
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
|
refactor out disk defaulting so it can be used to default the vmx cdrom too
|
2020-09-14 12:16:56 -07:00 |
step_configure_vmx_test.go
|
add tests for disk defaulting
|
2020-09-14 12:16:56 -07:00 |
step_configure_vnc.go
|
fix panic in StepConfigureVNC
|
2019-04-16 15:32:05 +02:00 |
step_configure_vnc_test.go
|
…
|
|
step_create_disks.go
|
skip slot 7 in disk creation so we don't use reserved slot
|
2020-09-14 13:13:59 -07:00 |
step_create_disks_test.go
|
Move step_create_disk into common folder, and add to vmx builder (#9815)
|
2020-08-26 10:13:11 +02:00 |
step_export.go
|
Allow "export" to ovf/ova for local vmware builds in addition to esx ones.
|
2020-08-26 09:45:12 -07:00 |
step_export_test.go
|
Allow "export" to ovf/ova for local vmware builds in addition to esx ones.
|
2020-08-26 09:45:12 -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
|
allow user to set tools source path
|
2020-09-24 09:51:01 -07:00 |
step_prepare_tools_test.go
|
allow user to set tools source path
|
2020-09-24 09:51:01 -07: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
|
…
|
|
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
|
…
|
|
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
|
…
|
|
step_test.go
|
…
|
|
step_upload_tools.go
|
create packer-plugin-sdk directory and begin moving the relevant folders into it.
|
2020-11-11 10:21:37 -08: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 |
step_vnc_boot_command.go
|
create packer-plugin-sdk directory and begin moving the relevant folders into it.
|
2020-11-11 10:21:37 -08:00 |
step_vnc_connect.go
|
Add VMware vnc_over_websocket option (#9938)
|
2020-09-16 11:02:46 +02:00 |
tools_config.go
|
create packer-plugin-sdk directory and begin moving the relevant folders into it.
|
2020-11-11 10:21:37 -08:00 |
tools_config_test.go
|
create packer-plugin-sdk directory and begin moving the relevant folders into it.
|
2020-11-11 10:21:37 -08:00 |
vmx.go
|
…
|
|
vmx_config.go
|
create packer-plugin-sdk directory and begin moving the relevant folders into it.
|
2020-11-11 10:21:37 -08:00 |
vmx_config_test.go
|
create packer-plugin-sdk directory and begin moving the relevant folders into it.
|
2020-11-11 10:21:37 -08:00 |
vmx_test.go
|
…
|
|