Skip to content

Little posix script to manage the Virtual Machines with Virsh qemu

License

Notifications You must be signed in to change notification settings

Garicore01/orchestator-vms-virsh-posix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual Machine Orchestrator

Description

This is a sh script created by Gari Arellano Zubía to orchestrate actions on virtual machines using virsh and SSH. It allows managing virtual machines through various actions such as start, stop, restart, define, undefine, list, and create new virtual machines.

Features

  • Start: Boot a specific virtual machine.
  • Stop: Shut down a virtual machine.
  • Restart: Reboot a virtual machine.
  • Define: Define a new virtual machine.
  • Undefine: Remove the definition of a virtual machine.
  • List: List all virtual machines.
  • Create: Create a new virtual machine by cloning a base image.

Usage

Help

To get help on using the script, run:

./orchestrator-vm.sh help

About

Little posix script to manage the Virtual Machines with Virsh qemu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages