packer-cn/builder/vmware/common
Megan Marsh 39354f64e5 move helper/communicator dir into packer-plugin-sdk
fix imports; fix website and generated partials
2020-12-02 08:41:32 -08:00
..
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 move Artifact and artifact mock to the sdk 2020-11-30 14:29:52 -08:00
artifact_test.go move Artifact and artifact mock to the sdk 2020-11-30 14:29:52 -08:00
disk_config.go create packer-plugin-sdk directory and begin moving the relevant folders into it. 2020-11-13 10:47:36 -08:00
driver.go move multistep into the plugin sdk 2020-11-17 16:31:03 -08:00
driver_config.go create packer-plugin-sdk directory and begin moving the relevant folders into it. 2020-11-13 10:47:36 -08:00
driver_config_test.go create packer-plugin-sdk directory and begin moving the relevant folders into it. 2020-11-13 10:47:36 -08:00
driver_esx5.go move helper/communicator dir into packer-plugin-sdk 2020-12-02 08:41:32 -08:00
driver_esx5_test.go move helper/communicator dir into packer-plugin-sdk 2020-12-02 08:41:32 -08:00
driver_fusion5.go move multistep into the plugin sdk 2020-11-17 16:31:03 -08:00
driver_fusion6.go Remove usb_keyboard option (#9945) 2020-09-17 10:38:33 +02:00
driver_mock.go move multistep into the plugin sdk 2020-11-17 16:31:03 -08: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 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 move multistep into the plugin sdk 2020-11-17 16:31:03 -08: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 Remove usb_keyboard option (#9945) 2020-09-17 10:38:33 +02: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 move multistep into the plugin sdk 2020-11-17 16:31:03 -08: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 Remove usb_keyboard option (#9945) 2020-09-17 10:38:33 +02: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 create packer-plugin-sdk directory and begin moving the relevant folders into it. 2020-11-13 10:47:36 -08: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 create packer-plugin-sdk directory and begin moving the relevant folders into it. 2020-11-13 10:47:36 -08:00
hw_config_test.go create packer-plugin-sdk directory and begin moving the relevant folders into it. 2020-11-13 10:47:36 -08:00
output_config.go update tests and website and generated partials to reflect new package format 2020-11-17 10:36:01 -08:00
output_config_test.go update tests and website and generated partials to reflect new package format 2020-11-17 10:36:01 -08: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 move Ui definition into the packer plugin sdk. 2020-11-30 14:26:54 -08:00
remote_driver_mock.go move Ui definition into the packer plugin sdk. 2020-11-30 14:26:54 -08: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 create packer-plugin-sdk directory and begin moving the relevant folders into it. 2020-11-13 10:47:36 -08:00
run_config_test.go update tests and website and generated partials to reflect new package format 2020-11-17 10:36:01 -08:00
ssh.go move multistep into the plugin sdk 2020-11-17 16:31:03 -08:00
ssh_config.go move helper/communicator dir into packer-plugin-sdk 2020-12-02 08:41:32 -08:00
ssh_config_test.go move helper/communicator dir into packer-plugin-sdk 2020-12-02 08:41:32 -08:00
ssh_test.go move helper/communicator dir into packer-plugin-sdk 2020-12-02 08:41:32 -08:00
step_clean_files.go move Ui definition into the packer plugin sdk. 2020-11-30 14:26:54 -08:00
step_clean_vmx.go move Ui definition into the packer plugin sdk. 2020-11-30 14:26:54 -08:00
step_clean_vmx_test.go move multistep into the plugin sdk 2020-11-17 16:31:03 -08:00
step_compact_disk.go move Ui definition into the packer plugin sdk. 2020-11-30 14:26:54 -08:00
step_compact_disk_test.go move multistep into the plugin sdk 2020-11-17 16:31:03 -08:00
step_configure_vmx.go move Ui definition into the packer plugin sdk. 2020-11-30 14:26:54 -08:00
step_configure_vmx_test.go move multistep into the plugin sdk 2020-11-17 16:31:03 -08:00
step_configure_vnc.go move Ui definition into the packer plugin sdk. 2020-11-30 14:26:54 -08:00
step_configure_vnc_test.go Adds password protection for VNC on VMWare 2016-08-19 13:26:16 +02:00
step_create_disks.go move Ui definition into the packer plugin sdk. 2020-11-30 14:26:54 -08:00
step_create_disks_test.go move multistep into the plugin sdk 2020-11-17 16:31:03 -08:00
step_export.go move Ui definition into the packer plugin sdk. 2020-11-30 14:26:54 -08:00
step_export_test.go move multistep into the plugin sdk 2020-11-17 16:31:03 -08:00
step_http_ip_discover.go move Ui definition into the packer plugin sdk. 2020-11-30 14:26:54 -08:00
step_http_ip_discover_test.go move multistep into the plugin sdk 2020-11-17 16:31:03 -08:00
step_output_dir.go move Ui definition into the packer plugin sdk. 2020-11-30 14:26:54 -08:00
step_output_dir_test.go move multistep into the plugin sdk 2020-11-17 16:31:03 -08:00
step_prepare_tools.go move multistep into the plugin sdk 2020-11-17 16:31:03 -08:00
step_prepare_tools_test.go move multistep into the plugin sdk 2020-11-17 16:31:03 -08:00
step_register.go move Ui definition into the packer plugin sdk. 2020-11-30 14:26:54 -08:00
step_register_test.go move multistep into the plugin sdk 2020-11-17 16:31:03 -08:00
step_remote_upload.go move Ui definition into the packer plugin sdk. 2020-11-30 14:26:54 -08:00
step_remote_upload_test.go move multistep into the plugin sdk 2020-11-17 16:31:03 -08:00
step_run.go move Ui definition into the packer plugin sdk. 2020-11-30 14:26:54 -08:00
step_run_test.go move multistep into the plugin sdk 2020-11-17 16:31:03 -08:00
step_shutdown.go Move hook and communicator definitions to packer-plugin-sdk 2020-11-30 14:30:30 -08:00
step_shutdown_test.go fix tests by moving mock hooks and communicators, and BasicUi definition, into SDK 2020-11-30 14:30:30 -08:00
step_suppress_messages.go move Ui definition into the packer plugin sdk. 2020-11-30 14:26:54 -08:00
step_suppress_messages_test.go move multistep into the plugin sdk 2020-11-17 16:31:03 -08:00
step_test.go fix tests by moving mock hooks and communicators, and BasicUi definition, into SDK 2020-11-30 14:30:30 -08:00
step_upload_tools.go Move hook and communicator definitions to packer-plugin-sdk 2020-11-30 14:30:30 -08:00
step_upload_vmx.go move Ui definition into the packer plugin sdk. 2020-11-30 14:26:54 -08:00
step_vnc_boot_command.go move Ui definition into the packer plugin sdk. 2020-11-30 14:26:54 -08:00
step_vnc_connect.go move Ui definition into the packer plugin sdk. 2020-11-30 14:26:54 -08:00
tools_config.go create packer-plugin-sdk directory and begin moving the relevant folders into it. 2020-11-13 10:47:36 -08:00
tools_config_test.go create packer-plugin-sdk directory and begin moving the relevant folders into it. 2020-11-13 10:47:36 -08:00
vmx.go spelling: multiples 2018-03-13 08:12:53 +00:00
vmx_config.go create packer-plugin-sdk directory and begin moving the relevant folders into it. 2020-11-13 10:47:36 -08:00
vmx_config_test.go create packer-plugin-sdk directory and begin moving the relevant folders into it. 2020-11-13 10:47:36 -08:00
vmx_test.go go files are 0644 2017-04-25 12:50:58 -07:00