From e54e428b12b9b446dd3f358001146f41a4650aae Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 2 Sep 2010 22:07:21 +0200 Subject: [PATCH] add creature, v0.0.0 Signed-off-by: Nico Schottelius --- software/creature.mdwn | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 software/creature.mdwn diff --git a/software/creature.mdwn b/software/creature.mdwn new file mode 100644 index 00000000..4aebbf5d --- /dev/null +++ b/software/creature.mdwn @@ -0,0 +1,29 @@ +creature - manage virtual machines + +## What's creature? + +Easy virtual machine management with support for machines, pools, storages and supervisors. +It is intended to be a frontend for different supervisors, but the focus for the initial +release is on qemu/kvm. + +## Requirements + + * posix shell + * the used supervisor + +## Download + +### Via git + +Clone it via + + git clone git://github.com/telmich/creature.git + +Or browse on [github](http://github.com/telmich/creature) + +## See also + + * [ganeti](http://code.google.com/p/ganeti/) + * [libvirt](http://libvirt.org/) + +[[!tag net unix vm]]