-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression: Pool parameter is not respected in v1.2.0 #281
Comments
packer-plugin-proxmox |
@mpywell, should I open new issue or can you reopen current? |
Hi @maksimsamt I think raise a new issue as I was able to create the above hcl template in a pool using v1.2.1. packer {
required_plugins {
proxmox = {
version = "1.2.1"
source = "github.com/hashicorp/proxmox"
}
}
} I have noticed that the required permissions seem to have changed in the upstream API, see Telmate/terraform-provider-proxmox#784 |
Overview of the Issue
In v1.8.1, an .hcl file that specified a
pool
for the VM worked. In v1.2.0, thepool
parameter is no longer sent to Proxmox, which results in a permission error if the building user does not have permissions on/
.Reproduction Steps
Plugin and Packer version
Packer: v1.11.2
Plugin v1.2.0
Simplified Packer Buildfile
Operating system and Environment details
Proxmox 8.2.7
Log Fragments and crash.log files
I've tried to locate the issue, but pool handling hasn't changed from what I can tell between 1.1.8 and 1.2.0. Perhaps this is actually an issue with the upstream proxmox-api-go project which was updated from
v0.0.0-20230524203107-41e6ffadedb1
tov0.0.0-20240409105641-32c480fe008e
for 1.2.0.The text was updated successfully, but these errors were encountered: