summaryrefslogtreecommitdiffstats
path: root/index.php
blob: 0cf54bba35c4d8d9a6633be24943b6c2a8c42201 (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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<? include("header.php") ?>
  <div id="body">
<? include("menu.php") ?>
        <div id="content">
	<div id="frontpage">
	<div id="intro">
		<h1><strong>Everest</strong> makes building intrastructure in a cloud computing environment easy</h1>
		<div id="graphic"></div>
		<p>Evererst is a set of light weight tools that use Cobbler, Puppet, and Xen to provide developers and system administrators an easy way to initiate provisioning and system configuration of IT systems.</p>
		<p></p>
		<h2>Everest goals:</h2>
		<ul>
			<li>Consistently configure systems throughout the software development lifecycle, including production</li>
			<li>Provide a consistent disaster recovery solution for system configuration</li>
			<li>Enable large scale parallel developement of infrastructure systems</li>
		</ul>
		<h2>Everest uses:</h2>
		<ul>
			<li>Cobbler - for OS provisioning and system profile management</li>
			<li>Func - for remote control of cloud based machines</li>
			<li>Puppet - for constent system configuration</li>
		</ul>

	</div>
     </div>
  </div>
<? include("footer.php") ?>