-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
193 lines (150 loc) · 8.66 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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>TryStack: A Free Way To Try OpenStack With Your Apps</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- The HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- The styles -->
<link href="./css/bootstrap.css" rel="stylesheet">
<link href="./css/bootstrap-responsive.css" rel="stylesheet">
<link href="./css/freecloud.css" rel="stylesheet">
</head>
<body data-spy="scroll" data-target=".subnav" data-offset="50">
<!-- Navbar
================================================== -->
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<p>Powered By OpenStack</p>
</div>
</div>
</div>
<!-- Masthead
================================================== -->
<header class="jumbotron masthead">
<div class="container">
<div class="inner">
<h1 id="logo">TryStack.org</h1>
<p class="openstack">A Free Way To Try OpenStack With Your Apps.</p>
<hr/>
<div class="row freecloud-intro">
<div class="span2">
</div>
<div class="span6">
<p class="description"><strong>The Easiest Way To Try Out OpenStack</strong>. We've set up large clusters of hardware running <a href="http://www.openstack.org/">OpenStack</a> on both x86 and ARM architectures. The best part? It's totally free for you to try & test your apps—thanks to our generous individual and corporate contributors.</p>
</div>
<div class="span4">
<div class="signup-box">
<h3>For A Free Account:</h3>
<p><a data-toggle="modal" href="http://www.facebook.com/groups/269238013145112" class="btn-large btn">Join Our Facebook Group</a></p>
</div>
</div>
</div><!--/row-->
</div>
</div>
</header>
<div class="container">
<div class="marketing">
<div class="row">
<div class="span2">
<a href="http://www.openstack.org/"><img class="powered-by-openstack" src="./img/powered-by-openstack.png" /></a>
</div>
<div class="span4">
<h2>Once we approve your account...</h2>
<p>Try out OpenStack:</p>
<table class="dashboards">
<tr><td><strong>OpenStack RDO Juno</strong> on x86/RHEL</td><td><a href="http://x86.trystack.org/" class="btn-small btn">Login</a></td><tr>
</table>
<p>Or Learn About <a href="http://api.openstack.org/">Using The API</a></p>
<!--<p>API EndPoint <a href="https://nova-api.trystack.org:5443/">https://nova-api.trystack.org:5443</a></p>-->
</div>
<div class="span6">
<h2>Testing only, please.</h2>
<p><strong>Rule No. 1: Remember that TryStack is designed exclusively as a testing sandbox.</strong> We wanted a fast, easy way for developers to test code against a real OpenStack environment, without having to stand up hardware themselves. It probably goes without saying that this is not the place for production code - you should host only test code and test servers here. In fact, your account on TryStack will be periodically wiped to help make sure no one account tries to rule tyrannically over our democracy. Play nice in the sandbox!</p>
</div>
</div>
</div>
<hr />
<div class="marketing">
<p class="marketing-byline">TryStack is made possible by the equipment, expertise, and generosity of:</p>
<p class="logos"><img src="./img/logos/cisco.png"><img src="./img/logos/dell.png"/><img src="./img/logos/equinix.png"/></p>
<p class="logos"><img src="./img/logos/rackspace.png"/><img src="./img/logos/redhat.png"><img src="./img/logos/netapp.png"></p>
</div>
<hr />
<div class="marketing">
<h1>Just the FAQs, please.</h1>
<p class="marketing-byline">Some quick answers to common questions.</p>
<div class="row">
<div class="span2">
<h2>Setup</h2>
</div>
<div class="span10">
<h2>How do I get an account?</h2>
<p>Join our Facebook Group. We'll post updates there. (We hear you about Facebook and we're working on adding other alternatives, too.)</p>
<p>At the moment, we are approving group requests manually, so please allow up to a couple days to process your request. </p>
<div class="alert alert-info"><p><strong>IMPORTANT NOTE:</strong> In order to log in with the Facebook link, you must be a member of the TryStack Facebook group. API access is available by resetting your password in the web interface</p></div>
<h2>How long does creating an account take?</h2>
<p>There's a manual approval step in our process, so it may take a little time for you to get access to TryStack. Please be patient.</p>
</div>
</div><!--/row-->
<div class="row">
<div class="span2">
<h2>Help</h2>
</div>
<div class="span10">
<h2>How do I get help?</h2>
<p>There are a few great avenues available to get help. For quick API reference, the OpenStack Compute and OpenStack Identity APIs are well documented at <a href="http://api.openstack.org/">api.openstack.org</a>. It would also serve you well to spend a moment reading the <a href="http://docs.openstack.org/api/quick-start/content/">API Quick Start Guide</a>. More OpenStack documentation is also available at <a href="http://docs.openstack.org/">docs.openstack.org</a>. Finally, OpenStack has a very active IRC channel #openstack. You can quickly connect right in your browser using <a href="http://webchat.freenode.net/">The FreeNode Browser Client</a>.</p>
</div>
</div><!--/row-->
<div class="row">
<div class="span2">
<h2>Usage</h2>
</div>
<div class="span10">
<h2>What can I do with TryStack?</h2>
<p>TryStack, in large part, resembles the type of cloud environment you can create on your own with OpenStack Software. However, we have set a few sensible limits in place for the good of the project. First, the server instances you launch are only available for 24 hours until the hardware is reclaimed for use by new instances. Secondly, you can't upload your own server images, you can only select from three available images (Ubuntu 12.10, Fedora17 and Fedora18). Lastly, even though you can view the API endpoints on the Dashboard, we are limiting API access in the x86 zone.</p>
<h2>How should I use TryStack?</h2>
<p><strong>For testing purposes only—TryStack is a testing environment by design.</strong> Instances are typically deleted after 24 hours, so for obvious reasons you should <strong>NOT</strong> put any data on this cloud you don't want to lose.</p>
<h2>Wait... the server instances I create won't last forever?</h2>
<p>You got it. Scripts run periodically to remove instances after 24-hours. Your instances may also be removed if your account uses more than your allocated project quota of one instance. </p>
<h2>Is there an SLA?</h2>
<p>Since this cloud is managed by volunteers in the OpenStack community, there is no SLA. The cloud may go down from time to time for maintenance or to upgrade to the latest release of OpenStack.</p>
</div>
</div><!--/row-->
<div class="row">
<div class="span2">
<h2>Credits</h2>
</div>
<div class="span10">
<h2>Why can't I have more project quota?</h2>
<p>When you first get your account, it will be preloaded with a limited quota.</p>
<p>Don't get too hung up on your quota, we have to keep limits in place to prevent abuse. </p>
</div>
</div><!--/row-->
<div class="row">
<div class="span2">
<h2>Get Involved</h2>
</div>
<div class="span10">
<h2>I'd like to help!</h2>
<p>You are speaking our language. TryStack is run by volunteers passionate about helping more and more people experience OpenStack. If you'd like to be involved in our efforts, please request to join the <a href="http://www.facebook.com/groups/269238013145112/">TryStack Facebook Group</a> (and post that you'd like to help) or email <a href="mailto:[email protected]">[email protected]</a>. Thanks for volunteering!</p>
</div>
</div><!--/row-->
<hr />
<div class="marketing">
<p class="marketing-byline">TryStack is powered by <a href="http://www.openstack.org/">OpenStack</a> and run and supported by members of the OpenStack community.</p>
</div>
</div><!-- /container -->
<!-- The javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.js"></script>
<script src="js/boostrap.min.js"></script>
</body>
</html>