# Copyright (c) 2008 LOGILAB S.A. (Paris, FRANCE).
# http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along with
# this program; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

Introduction
============

Logilab-vm is a Virtual Machines (VMs) manager based on libvirt <http://libvirt.org/> and virsh. It can manage different type of VMs no matter the hypervisor they are running on. This project is composed of a library, a console HMI and a Web frontend (CGI).

Warnings
========

You should use libvirt >= 0.5.1 or functionalities for OpenVz will not work properly.
You get retrieve libvirt 0.5.1 jaunty backport for hardy on http://www.logilab.org/file/8110

Content of the project
======================

|-- bin: contains program binaries
|-- conf: contains settings of the program
|-- doc: contains any usefull documentation, some tools and scripts
|-- hooks: contains hooks
|-- hmi: contains HMI sources and a basic HTTP server
|-- lib: contains library sources
|   `-- test: contains unittests for library sources
|-- templates: contains some templates for Web VM Creation
`-- scripts: contains advanced VM creation scripts
    `-- echo: contains dummy VM creation scripts

Contacts
========

Webpage: https://www.logilab.net/elo/project/logilab-vm
Author: Fabrice Douchant <fabrice.douchant@logilab.fr>
Compagny: Logilab S.A <contact@logilab.fr>
