vagrant-mutate icon indicating copy to clipboard operation
vagrant-mutate copied to clipboard

Convert vagrant boxes to work with different providers

Results 21 vagrant-mutate issues
Sort by recently updated
recently updated
newest added

some boxes are distributed with an own private ssh key, like this one (i added the suffix .tgz only to be able to show the content) : ``` tar -tzf...

The dependency chain has conflict with current version of vagrant-libvirt around fog-core as far as I can tell. ## STEPS * Ubuntu 19.10 * Vagrant 2.2.3 * vagrant-libvirt 0.0.45 ```...

It seems `vagrant` steals that cli arg before it gets used by the plugin. ``` $ vagrant mutate bento/ubuntu-18.04 libvirt --input-provider virtualbox --version 201812.27.0 Vagrant 2.2.6 ``` Maybe the option...

I have a virtualbox box of **rapid7/metasploitable3-win2k8** locally, and want to use mutate to translate it into libvirt version. There is no error when I run command > vagrant mutate...

I got a VirtualBox .box with 2 disks, but running it through mutate only converted the 1st disk from the box.ovf file (meaning I could boot the VM but it's...

vagrant-mutate cannot convert some virtualbox images: ```console % vagrant mutate ubuntu/xenial64 bhyve Converting ubuntu/xenial64 from virtualbox to bhyve. (100.00/100%) /home/kakkoko/.vagrant.d/gems/2.4.4/gems/vagrant-mutate-1.2.0/lib/vagrant-mutate/box/virtualbox.rb:153:in `size_in_bytes': Unknown unit byte * 2^20 (ArgumentError) from /home/kakkoko/.vagrant.d/gems/2.4.4/gems/vagrant-mutate-1.2.0/lib/vagrant-mutate/box/virtualbox.rb:69:in `block...

``` vagrant mutate https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20180218.0.0/providers/virtualbox.box libvirt Downloading box virtualbox from https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20180218.0.0/providers/virtualbox.box Extracting box file to a temporary directory. Converting virtualbox from virtualbox to libvirt. (100.00/100%) Cleaning up temporary files. The box...

I try to mutate a ubuntu/artful64 box from virtualbox to libvirt but it doesn't boot afterwards. It doesn't get an IP, and virt-manager shows a stalling, incomplete boot process (see...

Often, remote boxes are named vagrant.box. I would love an optional parameter "name" to allow direct naming of mutated boxes, since renaming is a hazzle. example: vagrant mutate https://atlas.hashicorp.com/CumulusCommunity/boxes/cumulus-vx/versions/3.0.1/providers/virtualbox.box libvirt...