37 lines
1.7 KiB
XML
37 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>chutzpah@gentoo.org</email>
|
|
<name>Patrick McLean</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>virtualization@gentoo.org</email>
|
|
<name>Gentoo Virtualization Project</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Ganeti is a cluster virtual server management software tool built on top of
|
|
existing virtualization technologies such as Xen or KVM and other Open
|
|
Source software.
|
|
|
|
Ganeti requires pre-installed virtualization software on your servers in
|
|
order to function. Once installed, the tool will take over the management
|
|
part of the virtual instances (Xen DomU), e.g. disk creation management,
|
|
operating system installation for these instances (in co-operation with
|
|
OS-specific install scripts), and startup, shutdown, failover between
|
|
physical systems. It has been designed to facilitate cluster management of
|
|
virtual servers and to provide fast and simple recovery after physical
|
|
failures using commodity hardware.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="drbd">Enable DRBD support</flag>
|
|
<flag name="haskell-daemons">Build haskell daemons instead of python</flag>
|
|
<flag name="htools">Enable htools support</flag>
|
|
<flag name="kvm">Enable KVM support</flag>
|
|
<flag name="lxc">Enable Linux Countainers support</flag>
|
|
<flag name="multiple-users">Enable support for running VMs as different users</flag>
|
|
<flag name="monitoring">Enable the ganeti monitoring daemon</flag>
|
|
<flag name="rbd">Enable rados block device support via sys-cluster/ceph</flag>
|
|
<flag name="xen">Enable Xen support</flag>
|
|
</use>
|
|
</pkgmetadata>
|