-
I am trying to create virtualbox image on by installing some tools from shell script on top of locally downloaded Ubuntu 20.04 ISO image.
Currently facing with issue with packer build where timeout…
-
Hi everyone, I wanted to know if Libvirt support can be added for this project.
I have a Proxmox machine but I don't have enough resources to run an AD environment.
I want to deploy this on my PC wi…
-
### Vagrant version
2.2.3
### Host operating system
Windows 10 1809, build 17763
### Guest operating system
Server 2019, from box StefanScherer/windows_2019
### Vagrantfile
```ruby
# -*-…
-
On my Vagrantfile I change
` config.vm.provider :libvirt do |libvirt|
libvirt.cpus = 16
libvirt.memory = 18000
end
`
to
` config.vm.provider :libvirt do |libvirt|
libvirt.cpus …
q000p updated
4 months ago
-
**Describe the bug**
If using a Libvirt daemon on a remote host and attempting to forward ports, port forwarding fails.
I think that this is related to https://github.com/vagrant-libvirt/vagrant…
-
### Debug output
Debug output can be found in this gist: https://gist.github.com/JasonD94/9342270bc722444ea9035dafe3c25291
### Expected behavior
Vagrant global status output, like f…
-
Feature request:
It'd be great to be able to shut down all the VMs at once with:
`vagrant halt all`
I've always found `vagrant global-status` awkward. I believe `vagrant status all` should gi…
-
## Error Output using latest Vagrant plugin
```
sudo vagrant up --provider vmware_fusion
Password:
Bringing machine 'controlplane' up with 'vmware_fusion' provider...
Bringing machine 'node01' …
-
Hi,
after successful `vagrant up` failed the provision with following error:
```
==> machine11: Error: Could not autoload puppet/parser/functions/array_true: Unable to activate activesupport-4.…
-
**Abstract**
Vagrant i s a tool to create Virtual Machines on the with the help of a set of re-usable configuration files.
As the Docs of [Vagrant](https://www.vagrantup.com/intro/index.html) say…