My team would like to convert an image that was build using the QEMU builder to a Vagrant box that can be imported into Virtualbox. Would this be possible by calling qemu-img convert using the local shell post processor and then calling the Vagrant post processor to package the box?
Does the Vagrant post processor determine what type of box to package based on the type of builder that was called or does it determine it by the types of images that are present?
We would love to be able to use the vagrant-libvirt provider, unfortunately, most of our team is using Cupertino, CA's operating system which the plugin does not support.
Thank You