packer-cn/builder/proxmox
Andreas Botzner e4f975fae1
Allows for the mounting of ISOs when a Proxmox VM s created. Same as … (#9653)
Allows the mounting of additional ISOs when the VM is created. The config option was taken from PR #9055 and slightly changed. Users can specify an array of bus names, bus numbers and filenames.

"cd_drive":[
{
"bus": "ide",
"bus_number": 3,
"filename": "isos:iso/virtio-win-0.1.187.iso"
},
{
"bus": "sata",
"bus_number": 3,
"filename": "isos:iso/someother.iso"
}
]

Closes: #7950
Co-authored-by: Calle Pettersson <carlpett@users.noreply.github.com>
2020-08-31 10:48:24 +02:00
..
testdata Proxmox upload ISO 2020-01-17 22:17:28 +01:00
artifact.go Sharing info with post-processors via artifact (#8632) 2020-01-30 11:27:58 +01:00
bootcommand_driver.go Change MonitorCmd/sendkeys to Sendkey 2019-09-07 23:09:16 +02:00
builder.go Allows for the mounting of ISOs when a Proxmox VM s created. Same as … (#9653) 2020-08-31 10:48:24 +02:00
config.go Allows for the mounting of ISOs when a Proxmox VM s created. Same as … (#9653) 2020-08-31 10:48:24 +02:00
config.hcl2spec.go Allows for the mounting of ISOs when a Proxmox VM s created. Same as … (#9653) 2020-08-31 10:48:24 +02:00
config_test.go Merge pull request #9597 from romantomjak/multiqueue-net-option 2020-07-17 09:07:04 -07:00
step_convert_to_template.go debug template id 2019-09-04 14:29:45 +02:00
step_convert_to_template_test.go Revert "Revert "Merge pull request #7391 from carlpett/proxmox-builder"" 2019-04-12 12:26:34 +02:00
step_finalize_template_config.go Allows for the mounting of ISOs when a Proxmox VM s created. Same as … (#9653) 2020-08-31 10:48:24 +02:00
step_finalize_template_config_test.go feat(proxmox): add ability to add a cloud-init drive 2020-04-15 22:00:42 +02:00
step_start_vm.go Allows for the mounting of ISOs when a Proxmox VM s created. Same as … (#9653) 2020-08-31 10:48:24 +02:00
step_start_vm_test.go Revert "Revert "Merge pull request #7391 from carlpett/proxmox-builder"" 2019-04-12 12:26:34 +02:00
step_success.go Revert "Revert "Merge pull request #7391 from carlpett/proxmox-builder"" 2019-04-12 12:26:34 +02:00
step_type_boot_command.go Replace file shared state by statebag (#9238) 2020-05-19 11:49:48 +02:00
step_type_boot_command_test.go Change MonitorCmd/sendkeys to Sendkey 2019-09-07 23:09:16 +02:00
step_upload_additional_isos.go Allows for the mounting of ISOs when a Proxmox VM s created. Same as … (#9653) 2020-08-31 10:48:24 +02:00
step_upload_iso.go Allows for the mounting of ISOs when a Proxmox VM s created. Same as … (#9653) 2020-08-31 10:48:24 +02:00
step_upload_iso_test.go Proxmox upload ISO 2020-01-17 22:17:28 +01:00