add creature, v0.0.0

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2010-09-02 22:07:21 +02:00
parent 0d2fa2a7e0
commit e54e428b12
1 changed files with 29 additions and 0 deletions

29
software/creature.mdwn Normal file
View File

@ -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]]