summaryrefslogtreecommitdiff
blob: dc0b0f99441131af0c37c741b14b849b77e810e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>virtualization</herd>
	<maintainer>
		<email>chutzpah@gentoo.org</email>
		<name>Patrick McLean</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="filestorage">Enable File Storage</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>