-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[SALT] provision after change in issue #7833 breaks #8244
Comments
Yeah we should probably revert #7833 for now since it's a less common use case than the one it breaks. |
the same with lxd+salt serverless+ Packer v1.4.4 |
Packer 1.5.1, using Azure provider, Salt masterless provisioner, with Ubuntu 18.04 LTS base image is also unable to build with this same error. Stuck at using packer 1.4.2 or older. |
I ran in to this same issue but have a quick workaround that is usable with Packer 1.5.6: The upload and the mv work correctly, and the salt-call gets the proper "--file-root=/tmp/salt --pillar-root=/tmp/pillar" options added. |
Hello folks, thanks for opening up this issue. Apologies that we've not had the chance to dive further into this issue. If you've managed to resolve your problem we encourage you to leave comment for others who may experience this issue in the future. With that said, this is one of our community maintained plugins, which we have recently flagged as unmaintained. If you are interested in contributing or taking ownership of this plugin, please reach out to us at packer@hashicorp.com. |
This issue has been migrated to hashicorp/packer-plugin-salt#23 due to the Packer Plugin split. Please follow the new issue for updates. |
Overview of the Issue
After the change in issue #7833 i could not upload the state tree
Build 'virtualbox-iso' errored: Error uploading local state tree to remote: Process exited with status 1
1.4.2 works as expected at GNU/Linux hosts
at macos with 1.4.2 1.4.3 and 1.4.3
Build 'virtualbox-iso' errored: Error uploading local state tree to remote: lstat /media: no such file or directory
😳
This error occurred with builder
virtualbox-iso
vagrant with virtualbox
vagrant with parallels
Reproduction Steps
create centos7.json with salt-masterless provisioner
Packer version
1.4.3
1.4.4
Operating system and Environment details
Debian 10
MacOs 10.15
Log Fragments and crash.log files
The text was updated successfully, but these errors were encountered: