-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathopenstack.php
97 lines (78 loc) · 4.33 KB
/
openstack.php
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<?php include('templates/header.php'); ?>
<?php include('templates/globalnav.php'); ?>
<div class="hero-unit openstack-hero">
<div class="container">
<div class="row">
<div class="span6 openstack-hero-content">
<h1 class="lead">
Own your metal.
</h1>
<h2 class="blurb">
Got an insatiable urge to hack your infrastructure?
</h2>
<hr>
<h2 class="blurb red" style="margin:0; text-align:center;">
We get you.
</h2>
<hr>
<p class="lead">
Rackspace has been hacking metal since 1998 and then something or another about the future of computing.
</p>
</div>
<div class="span6">
<iframe src="http://player.vimeo.com/video/41807514?byline=0&portrait=0&color=ff9933" width="480" height="340" frameborder="0">&amp;nbsp;</iframe>
</div>
</div>
</div>
</div>
<div id="page">
<div class="container">
<div class="row section">
<div class="span4">
<h2><img class="bs-icon" src="/static/img/glyphicons_232_cloud.png"> Get Started with Openstack</h2>
<p>Something, something about Alamo and ISOs and ponies. Then something else about how awesomely easy it is to install.</p>
<iframe style="margin: 20px 0 0 30px;" src="http://player.vimeo.com/video/41807514?byline=0&portrait=0&color=ff9933" width="250" height="180" frameborder="0">&amp;nbsp;</iframe>
</div>
<div class="bigbs span8">
<p>To install the OpenCenter server component, execute the following commands on the server node:</p>
<pre>curl -L "http://sh.opencenter.rackspace.com/install.sh" | bash -s server</pre>
<p>Next, install the user interface component on the server node:</p>
<pre>curl -L "http://sh.opencenter.rackspace.com/install.sh" | bash -s dashboard <OPENCENTER_SERVER_IP></pre>
<p>Once the server installation is complete, install the agent on the nodes that OpenCenter will manage. Execute the following commands on each agent node:</p>
<pre>curl -L "http://sh.opencenter.rackspace.com/install.sh" | bash -s agent <OPENCENTER_SERVER_IP></pre>
</div>
</div>
</div>
<div class="container">
<div class="row section">
<div class="span8">
<script src="https://gist.github.com/kordless/5104837.js"></script>
</div>
<div class="span4">
<h2><img class="bs-icon" src="/static/img/glyphicons_381_github.png"> Hack Some Code</h2>
<p>You'll be starting the dev cluster before lunch and the new production system will go live before tea time. And look, it's code in a Gist!</p>
<iframe style="margin: 20px 0 0 30px;" src="http://player.vimeo.com/video/41807514?byline=0&portrait=0&color=ff9933" width="250" height="180" frameborder="0">&amp;nbsp;</iframe>
</div>
</div>
</div>
<div class="container">
<blockquote>
<br>
<h2>
"No joke. I was launching my own instances with code in 5 minutes."
</h2>
<small>
Some Important Dude, Github
</small>
</blockquote>
<hr>
</div>
</div><!-- page -->
<?php include('templates/footer.php'); ?>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="/static/js/libs/jquery-1.9.1.min.js"><\/script>')</script>
<script src="/static/js/libs/bootstrap.min.js"></script>
<script src="/static/js/plugins.js"></script>
<script src="/static/js/main.js"></script>
</body>
</html>