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/virtualbox/common
Megan Marsh 9f1a4e0fed
Merge pull request #7423 from hashicorp/lock_ports
7 years ago
..
artifact.go move packer to hashicorp 9 years ago
artifact_test.go move packer to hashicorp 9 years ago
config_test.go move packer to hashicorp 9 years ago
driver.go Add sata_port_count so that a SATA controller can be created with more than 1 port. The default of prevents additional drives being added. Default preserved if not overridden. 9 years ago
driver_4_2.go rename clashing import 7 years ago
driver_4_2_test.go
driver_mock.go Fix for DriverMock not implementing Driver 9 years ago
export_config.go spelling: mapstructure 8 years ago
export_config_test.go spelling: illegal 8 years ago
export_opts.go move packer to hashicorp 9 years ago
export_opts_test.go
guest_additions_config.go Validate virtualbox_version_file and guest_additions_mode when communicator is none 7 years ago
guest_additions_config_test.go Add tests to validate 'none' communicator in the virtualbox builder 7 years ago
hw_config.go Updated things related to the general hw config in the virtualbox builders to correspond to @azr's suggestions. 7 years ago
hw_config_test.go Added options for the cpu count, memory, audio, and usb to the virtualbox builder. 7 years ago
output_config.go move packer to hashicorp 9 years ago
output_config_test.go run goimports 8 years ago
run_config.go use port as ints 7 years ago
run_config_test.go implement boot config struct for virtualbox 8 years ago
shutdown_config.go move packer to hashicorp 9 years ago
shutdown_config_test.go
ssh.go use port as ints 7 years ago
ssh_config.go use port as ints 7 years ago
ssh_config_test.go SSHPrivateKey => SSHPrivateKeyFile 8 years ago
step_attach_floppy.go Add tmp package that offers Dir & File funcs 7 years ago
step_attach_floppy_test.go test fixes WIP 8 years ago
step_attach_guest_additions.go attach guest additions via SATA when necessasry 7 years ago
step_configure_vrdp.go use port as ints 7 years ago
step_download_guest_additions.go Use the hashicorp/go-getter to download files 7 years ago
step_export.go simplify for loop logic 7 years ago
step_export_test.go test fixes WIP 8 years ago
step_forward_ssh.go use port as ints 7 years ago
step_remove_devices.go attach guest additions via SATA when necessasry 7 years ago
step_remove_devices_test.go test fixes WIP 8 years ago
step_run.go use port as ints 7 years ago
step_shutdown.go fix imports 8 years ago
step_shutdown_test.go make TestStepShutdown_shutdownDelay less strict on schedule 7 years ago
step_ssh_key_pair.go Rename references to key pair name to comment. 7 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 fix imports 8 years ago
step_type_boot_command.go use port as ints 7 years ago
step_upload_guest_additions.go fix imports 8 years ago
step_upload_version.go fix imports 8 years ago
step_upload_version_test.go test fixes WIP 8 years ago
step_vboxmanage.go fix imports 8 years ago
vbox_version_config.go Validate virtualbox_version_file and guest_additions_mode when communicator is none 7 years ago
vbox_version_config_test.go Add tests to validate 'none' communicator in the virtualbox builder 7 years ago
vboxbundle_config.go gofmt 7 years ago
vboxbundle_config_test.go fix tests 7 years ago
vboxmanage_config.go move packer to hashicorp 9 years ago
vboxmanage_config_test.go
vboxmanage_post_config.go move packer to hashicorp 9 years ago
vboxmanage_post_config_test.go