Project

General

Profile

root / trunk / html / index.html @ 671

1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2

    
3
<html xmlns="http://www.w3.org/1999/xhtml">
4

    
5
<head>
6
<title>Haizea - An Open Source VM-based Lease Manager</title>
7
<link href="haizea.css" type="text/css" rel="stylesheet"/>
8
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
9
<meta name="keywords" content="haizea, open source, resource manager, scheduler, leases, resource leases, virtual machines, opennebula, virtual infrastructure, xen, kvm"/>
10
<meta name="description" content="Haizea is an open-source virtual machine-based lease management architecture, a piece of software that, in combination with the OpenNebula virtual infrastructure manager can be used to manage a Xen or KVM cluster, allowing you to deploy different types of leases that are instantiated as virtual machines (VMs). Haizea can also be run in simulation, providing a platform for experimenting with scheduling algorithms that depend on VM deployment or on the leasing abstraction."/>
11
</head>
12
<body>
13

    
14
<div id="content">
15
<div id="logo">
16
<img src="logo.png" width="450" height="86" border="0" alt="Haizea"/>
17
</div>
18
<div class="topbar">
19
<a href="whatis.html">What is Haizea?</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
20
<a href="download.html">Download</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
21
<a href="documentation.html">Documentation</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
22
<a href="pubs.html">Publications</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
23
<a href="development.html">Development</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
24
<a href="support.html">Support</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
25
<a href="credits.html">Credits</a></div>
26
<div class="warning">
27
<strong>Haizea 1.0 Beta 2 has been released</strong> (2009-09-04)<br/> with support for <a href="http://www.opennebula.org/">OpenNebula 1.4</a>, pluggable scheduling policies, pluggable accounting probes, <a onClick="javascript: pageTracker._trackPageview('/pydoc');" href="pydoc/index.html">API documentation</a> and many other features and internal changes. See the <a href="https://phoenixforge.cs.uchicago.edu/wiki/haizea/Changelog">changelog</a> for more details, or <a href="download.html">download</a> it now.
28
</div>
29

    
30
<p>Haizea is an open-source virtual machine-based lease management architecture (if that sounds like a mouthful, take a look at our <a href="whatis.html">What is Haizea?</a> page). In a nutshell, Haizea is a piece of software that, in combination with the <a href="http://www.opennebula.org/">OpenNebula virtual infrastructure manager</a>, can be used to manage a <a href="http://www.xen.org/">Xen</a>, <a href="http://kvm.qumranet.com/">KVM</a>, or <a href="http://www.vmware.com/">VMWare</a> cluster, allowing you to deploy different types of leases that are instantiated as virtual machines (VMs). Haizea can also be run in simulation, providing a platform for experimenting with scheduling algorithms that depend on VM deployment or on the leasing abstraction.</p>
31
<p><a href="whatis.html">Learn more</a> about Haizea, or head over to the <a href="download.html">download</a> page to get started with Haizea.</p>
32

    
33
<div class="center">
34
<a href="whatis.html">
35
<img src="what_haizea_does.png" width="650" height="352" border="0px" style="margin-top:15px" alt="Haizea can be used with OpenNebula or in simulation."/>
36
</a>
37
</div>
38

    
39
<div class="center">
40
<a href="http://phoenixforge.cs.uchicago.edu/">
41
<img src="phoenixforge.png" width="277" height="52" border="0px" style="margin-top:15px" alt="Hosted by PhoenixForge"/>
42
</a>
43
</div>
44
</div>
45
<script type="text/javascript">
46
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
47
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
48
</script>
49
<script type="text/javascript">
50
var pageTracker = _gat._getTracker("UA-4920033-1");
51
pageTracker._initData();
52
pageTracker._trackPageview();
53
</script>
54
</body>
55
</html>