Martin Pywell
Martin Pywell
I think this is especially needed for additional_iso_files blocks, current builds with one or more additional_iso_files blocks end up with at least two (boot ISO and one or more additional_iso_files)...
Submitted a PR to upstream telmate-api-go to handle TPM config in API calls. If merged will submit a PR for TPM in packer-plugin-proxmox. https://github.com/Telmate/proxmox-api-go/issues/241 https://github.com/Telmate/proxmox-api-go/pull/321
Some of the groundwork for adding AsyncIO settings is in the config uplift in #260, happy to pick up and submit as a separate PR after it's merged.
I also had this issue in v1.1.6 and v1.1.7 until I worked out that you need to provide a iso_storage_pool value in the additional_iso_files block. Packer errors if iso_storage_pool isn't...
@rgl PR #252 submitted, given there could be scenarios where a build requires ISO attachments from different storage pools, have kept it simple and added validation only.
> Please try this: > > [#220 (comment)](https://github.com/hashicorp/packer-plugin-proxmox/issues/220#issuecomment-1717304752) > > If your installation got stuck in language selection, that means there's no DHCP. So you need to add a dhcp...
Hey @lbajolet-hashicorp, I've pushed a reroll that consolidates the iso builder's iso and common's additional_iso_files into a single common iso struct. ``` ## HCL v1.8 iso builder example # Define...
Hey @lbajolet-hashicorp, Yeah at a functional level there are no differences between the main ISO and the additional ISOs, ie. both are processed by the proxmox-api-go SDK in the same...
Hey @lbajolet-hashicorp, I've pushed another reroll with your suggestion, the boot iso is prepended to common's ISO slice and enumerated through common as before. ``` iso = { type =...
Hey @lbajolet-hashicorp just following up to see when we might be able to pick this one up again?