Script to deploy kvm virtual machine through commandline <3
-
Create macvtap interface for VMs:
create-macvtap.sh -
Deploy a VM:
deploy-vm.sh <vm_name> <ram(MB)> <disk_path> <network_interface> -
Remove a VM:
remove-vm.sh <vm_name> <disk_path>
*** docs: