Martin Pywell

Results 20 comments of Martin Pywell

Hi @lbajolet-hashicorp, thanks for your feedback. I think it should be possible to implement a conversion for existing `additionalISOsConfig` configs to `ISOsConfig`, leave it with me and I'll see what...

Hi @lbajolet-hashicorp, I've added backwards compatibility support for all of the ISO changes, let me know your thoughts.

@lbajolet-hashicorp I've resolved the last few items, should be right to merge

Hi @lbajolet-hashicorp have rerolled this one and added comments in the review

Hi @lbajolet-hashicorp, I've rerolled and addressed comments

Hi @lbajolet-hashicorp pushed another reroll and comments addressed

Hey @lbajolet-hashicorp just checking in to see if anything further is needed for this one?

Hi @camaeel `packer-plugin-proxmox` uses an upstream SDK library [`proxmox-api-go`](https://github.com/Telmate/proxmox-api-go) to interface with Proxmox backends. `proxmox-api-go` doesn't support this authentication method at present. Please raise an issue with the upstream SDK...

Hi @maksimsamt I found when testing #281 these were the permissions I needed to reproduce the build, I definitely didn't need to give any access to `/`. The issue upstream...

I've confirmed that `proxmox-api-go` is no longer submitting `Pool` to the `/nodes/%s/qemu` API endpoint [config_qemu.go#L720](https://github.com/Telmate/proxmox-api-go/blob/25d65daa0b88491c88653dbf897d87ff116c7f52/proxmox/config_qemu.go#L720) and moving VMs into a Pool as a post step [config_qemu.go#L727-L731](https://github.com/Telmate/proxmox-api-go/blob/25d65daa0b88491c88653dbf897d87ff116c7f52/proxmox/config_qemu.go#L727-L731). Raised issue https://github.com/Telmate/proxmox-api-go/issues/366, will...