Skip to content

Commit

Permalink
Enable nested hardware virtualization
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Oct 18, 2023
1 parent ea42ef9 commit 75405a6
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/install/centos-7/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ Vagrant.configure("2") do |config|
config.vm.provider :virtualbox do |v,o|
v.gui = false
v.check_guest_additions = false
v.customize ['modifyvm', :id, '--nested-hw-virt', 'on']
end
end
1 change: 1 addition & 0 deletions tests/install/fedora/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ Vagrant.configure("2") do |config|
config.vm.provider :virtualbox do |v,o|
v.gui = false
v.check_guest_additions = false
v.customize ['modifyvm', :id, '--nested-hw-virt', 'on']
end
end
1 change: 1 addition & 0 deletions tests/install/opensuse-leap/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ Vagrant.configure("2") do |config|
config.vm.provider :virtualbox do |v,o|
v.gui = false
v.check_guest_additions = false
v.customize ['modifyvm', :id, '--nested-hw-virt', 'on']
end
end
1 change: 1 addition & 0 deletions tests/install/opensuse-microos/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,6 @@ Vagrant.configure("2") do |config|
config.vm.provider :virtualbox do |v,o|
v.gui = false
v.check_guest_additions = false
v.customize ['modifyvm', :id, '--nested-hw-virt', 'on']
end
end
1 change: 1 addition & 0 deletions tests/install/rocky-8/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@ Vagrant.configure("2") do |config|
config.vm.provider :virtualbox do |v,o|
v.gui = false
v.check_guest_additions = false
v.customize ['modifyvm', :id, '--nested-hw-virt', 'on']
end
end
1 change: 1 addition & 0 deletions tests/install/rocky-9/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ Vagrant.configure("2") do |config|
config.vm.provider :virtualbox do |v,o|
v.gui = false
v.check_guest_additions = false
v.customize ['modifyvm', :id, '--nested-hw-virt', 'on']
end
end
1 change: 1 addition & 0 deletions tests/install/ubuntu-2004/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ Vagrant.configure("2") do |config|
config.vm.provider :virtualbox do |v,o|
v.gui = false
v.check_guest_additions = false
v.customize ['modifyvm', :id, '--nested-hw-virt', 'on']
end
end
1 change: 1 addition & 0 deletions tests/install/ubuntu-2204/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ Vagrant.configure("2") do |config|
config.vm.provider :virtualbox do |v,o|
v.gui = false
v.check_guest_additions = false
v.customize ['modifyvm', :id, '--nested-hw-virt', 'on']
end
end
1 change: 1 addition & 0 deletions tests/snapshotter/btrfs/opensuse-leap/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,6 @@ Vagrant.configure("2") do |config|
v.gui = false
v.check_guest_additions = false
o.vm.disk :disk, name: "btrfs", size: "8GB" # Requires VAGRANT_EXPERIMENTAL="disks"
v.customize ['modifyvm', :id, '--nested-hw-virt', 'on']
end
end

0 comments on commit 75405a6

Please sign in to comment.