README for Virtuoso-ensure-state ============================= Virtuoso-ensure-state is a program which converges virtual machines into a certain state. Essentially, it's an easy way to specify a state machine to ensure that your virtual machine remain in a state you control. Example ======= ./virtuoso-ensure-state -b virtualbox -m myvirtualmachine --ifpowered_off start --ifpaused resume --no-gui --silent would silently start the virtualbox based virtual machine if it were powered off and would resume it if it were paused, and would attempt to start it in the background in a non-gui mode.
Project
virtuoso-ensure-state
Ensures the state of virtual machines on the host system. If a Virtual Machine is not in the desired state, report it, and, if desired, take action to put them in that state
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Development
Dependencies
Runtime
>= 0.7.5
Project Readme