kvm-manage is a small Python script designed to simplify the management of KVM virtual machines. It supports creating clones, starting, stopping, and destroying VMs, all configured through a single kvm-manager.conf file.
- Create VM clones
- Start VMs
- Stop VMs
- Destroy VMs
-
Populate
kvm-manager.conf:Edit the
kvm-manager.conffile to set your desired options:vm_name|vm_type|ram_amount|network|user|ssh_portSee the sample
kvm-manager.confincluded. -
Change variables in
kvm-manager.py:Edit
kvm_root_dirto the path of the directory where you keep your.qcow2kvm images.