Skip to content
Snippets Groups Projects
Commit 0684df80 authored by Sébastien Han's avatar Sébastien Han
Browse files

vagrant: libvirt add vm_memory support


Signed-off-by: default avatarSébastien Han <seb@redhat.com>
parent f8d6b84c
No related branches found
No related tags found
No related merge requests found
......@@ -120,6 +120,10 @@ Vagrant.configure("2") do |config|
vb.cpus = $vm_cpus
end
config.vm.provider :libvirt do |lv|
lv.memory = $vm_memory
end
ip = "#{$subnet}.#{i+100}"
host_vars[vm_name] = {
"ip": ip,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment