summaryrefslogtreecommitdiffstats
path: root/everest-site-1.0.0/content/index.php
blob: 6621fd7febf9dd4d60fd049249e278a651689968 (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
<!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="wrapper">
  <div id="content">
		<h1>Everest makes building intrastructure in a cloud computing environment easy</h1>
		<p class="pintro">Everest 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>
<? include("footer.php") ?>