-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
32 lines (31 loc) · 1.01 KB
/
index.html
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
---
layout: default
title: Ganeti
---
<article>
<header>
<h1>Welcome to the Ganeti Project</h1>
<p>
Ganeti is a virtual machine cluster management tool built on top of existing virtualisation technologies such as
Xen or KVM and other open source software.
</p>
</header>
<section>
<h3>Our Vision</h3>
<ul>
<li>a virtualisation solution that Just Works</li>
<li>self-contained</li>
<li>aim for high-availibility and reliability</li>
<li>mid-range virtualisation solution (3 to 100 nodes)</li>
<li>purely open source</li>
<li>low complexity</li>
<li>available in major Linux distributions</li>
</ul>
<h3>Sponsoring</h3>
<p>
We are an associated project of SPI (<a href="https://spi-inc.org/">Software in the Public Interest</a>),
an organization which handles our assets and finances. Please support the development of Ganeti or other SPI
associated open source projects with a <a href="https://spi-inc.org/donations/">donation</a> - thank you!
</p>
</section>
</article>