packer-cn/builder/qemu
Megan Marsh 6dcd87a779 move retry function that is only used by osc builder into that builder's common dir instead of the global common dir. Fix bug in quemu where the wrong retry value is checked against. 2020-11-11 15:52:06 -08:00
..
version version files 2020-11-10 14:48:06 -08:00
artifact.go fmt 2014-10-28 08:43:19 -07:00
builder.go move steps and step configs from packer/common to packer/common/commonsteps 2020-11-11 15:05:08 -08:00
builder_test.go qemu: split config and config tests into their own files to match best practices from other builders 2020-09-17 09:57:45 -07:00
comm_config.go create packer-plugin-sdk directory and begin moving the relevant folders into it. 2020-11-11 10:21:37 -08:00
comm_config_test.go create packer-plugin-sdk directory and begin moving the relevant folders into it. 2020-11-11 10:21:37 -08:00
config.go move steps and step configs from packer/common to packer/common/commonsteps 2020-11-11 15:05:08 -08:00
config.hcl2spec.go regenerate code 2020-11-10 08:16:59 -08:00
config_test.go add QemuImgArgs option to set specialized flags in qemu-img 2020-09-17 15:15:04 -07:00
driver.go Skip qemu-img convert if format of output file matches format of input file. 2020-09-17 11:21:04 -07:00
driver_mock.go add QemuImgArgs option to set specialized flags in qemu-img 2020-09-17 15:15:04 -07:00
qmp.go qemu: add support for using a network bridge 2020-05-20 16:46:32 -07:00
ssh.go Refactor communicator config for Qemu and add SkipNatMapping option (#9307) 2020-06-02 11:56:36 +02:00
step_configure_qmp.go qemu: add support for using a network bridge 2020-05-20 16:46:32 -07:00
step_configure_vnc.go Add VNC Password support to QEMU builder 2019-07-03 18:38:56 -06:00
step_convert_disk.go move retry function that is only used by osc builder into that builder's common dir instead of the global common dir. Fix bug in quemu where the wrong retry value is checked against. 2020-11-11 15:52:06 -08:00
step_convert_disk_test.go add QemuImgArgs option to set specialized flags in qemu-img 2020-09-17 15:15:04 -07:00
step_copy_disk.go add QemuImgArgs option to set specialized flags in qemu-img 2020-09-17 15:15:04 -07:00
step_copy_disk_test.go add QemuImgArgs option to set specialized flags in qemu-img 2020-09-17 15:15:04 -07:00
step_create_disk.go add QemuImgArgs option to set specialized flags in qemu-img 2020-09-17 15:15:04 -07:00
step_create_disk_test.go add QemuImgArgs option to set specialized flags in qemu-img 2020-09-17 15:15:04 -07:00
step_http_ip_discover.go qemu: add support for using a network bridge 2020-05-20 16:46:32 -07:00
step_http_ip_discover_test.go qemu: add support for using a network bridge 2020-05-20 16:46:32 -07:00
step_port_forward.go refactor multistep array construction in qemu builder to push majority of conditionals into their steps rather than the multistep constructor code. 2020-09-17 09:57:45 -07:00
step_prepare_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_resize_disk.go add QemuImgArgs option to set specialized flags in qemu-img 2020-09-17 15:15:04 -07:00
step_resize_disk_test.go add QemuImgArgs option to set specialized flags in qemu-img 2020-09-17 15:15:04 -07:00
step_run.go create packer-plugin-sdk directory and begin moving the relevant folders into it. 2020-11-11 10:21:37 -08:00
step_run_test.go move steps and step configs from packer/common to packer/common/commonsteps 2020-11-11 15:05:08 -08:00
step_set_iso.go move custom http client creation with env proxy args into same package as other network related helpers 2020-11-04 14:51:14 -08:00
step_shutdown.go fix step_shutdown when a null communicator is used (#10178) 2020-10-28 11:14:03 +01:00
step_shutdown_test.go fix step_shutdown when a null communicator is used (#10178) 2020-10-28 11:14:03 +01:00
step_test.go [builder/qemu] Skip resize step when skip_resize_disk is enable #9860 (#9896) 2020-09-08 14:32:08 -04:00
step_type_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_wait_guest_address.go miscellaneous qemu cleanup. Fix generator strings; generate code 2020-09-17 09:57:45 -07:00