-
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
Not implemented error when creating VM #146
Not implemented error when creating VM #146
Comments
Please note that there are still issues with the new Regarding your issue: Can you try running your configuration with an already present |
I ran into the same issue using additional_iso_files with cd_files. Removing the additional_iso_files made it work (using iso_file option for the os iso so no other copying), or downgrading the plugin to 1.1.0 without any other changes also fixed it (ie, still using the additional_iso_files). So to me it looks like something that was introduced in the latest release of the plugin. |
Thanks for the heads up about |
Since the code for file upload didn't change since the last version of this plugin, this issue has to be related to updating |
Wasn't easy to find the root cause of this, but it indeed was because of wrong HTTP headers. |
Overview of the Issue
I was previously using the built in proxmox builder and am attempting to migrate to the latest release from this repo. I was able to init packer fine with the new required_plugins config but when I try to run the build it fails on the "Creating VM" step with a not implemented error. I don't see this error when using the builtin "proxmox" builder, only when I switch to using "proxmox-iso", but I need to switch to take advantage of the new efi_config options.
Reproduction Steps
I have a public repo with my packer files here.
Plugin and Packer version
Packer v1.8.5
Proxmox plugin v 1.1.1
Proxmox VE 7.3-4
Simplified Packer Buildfile
Gist with simplified buildfile.
Operating system and Environment details
Running packer in ubuntu 20.04.4 in wsl2
Log Fragments and crash.log files
Gist with logs
The text was updated successfully, but these errors were encountered: