-
Notifications
You must be signed in to change notification settings - Fork 35
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
packer-plugin-vagrant has been updated with breaking changes #52
Comments
Thanks, do you have a example box for test? |
You can try this one |
To support the new version of libvirt box, I need to find a workable libvirt machine for test. There is temporary workaround for single disk box: use the image file directly. Install box and find image path:
Set
|
Thanks for the update |
running into this same issue, currently hardcoding paths in my Vagrantfile. |
Instead of hardcoding the path, I decided to symlink "box_0.img" to "box.img" which is equally nasty. Both solutions break on the next update of the box image. For me, the issues occured with |
I've made a pull request to at least get this plugin working again with boxes that have one single drive image. |
Please try the new v0.3.6 |
I can confirm that your version 0.3.6 seems to be working for me. Please feel free to close this issue. |
Hi,
packer-plugin-vagrant
has recently been updated to v1.1.0 and the structure of the files included in the Vagrant box has changed. See hashicorp/packer-plugin-vagrant#48If I'm not mistaken, this causes the check on this line to fail:
vagrant-qemu/lib/vagrant-qemu/action/import.rb
Line 22 in 4d85f60
This is using
vagrant-qemu
version v0.3.5The text was updated successfully, but these errors were encountered: