Questions tagged [vagrant-libvirt]

3 questions
5
votes
1 answer

Error installing vagrant-libvirt plugin on OS X

I'm encountering the error below when running vagrant plugin install vagrant-libvirt Setup install Homebrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" install in Homebrew brew install --cask…
Francesco Iapicca
  • 2,618
  • 5
  • 40
  • 85
0
votes
1 answer

QEMU and LIBVIRT on MacOS M1/M2

I'm trying to get VirtManager/virsh to see VMs created by Vagrant but no joy so far... I have installed qemu and libvirt via brew. Here is the Vagrantfile: Vagrant.configure("2") do |config| # Define the VM box and provider config.vm.box =…
-1
votes
1 answer

Vagrant up on Ubuntu Jammy - cannot load such file -- rexml (LoadError)

I am trying to migrate from VirtualBox to libvirt and I have somme issues I can't work around and understand. A colleague of mine has tested on a debian and all works fine for him. Describe the bug To Reproduce Steps to reproduce the behavior: git…