Skip to content

catch-404/kvm-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

kvm-manage

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.


Features

  • Create VM clones
  • Start VMs
  • Stop VMs
  • Destroy VMs

Usage

  1. Populate kvm-manager.conf:

    Edit the kvm-manager.conf file to set your desired options:

    vm_name|vm_type|ram_amount|network|user|ssh_port

    See the sample kvm-manager.conf included.

  2. Change variables in kvm-manager.py:

    Edit kvm_root_dir to the path of the directory where you keep your .qcow2 kvm images.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages