bigbang 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/doc/BigBang/ClusterRun.html +272 -0
- data/doc/BigBang/Config.html +464 -0
- data/doc/BigBang/DSL.html +636 -0
- data/doc/BigBang/ExplodeCmd.html +875 -0
- data/doc/BigBang/Instance.html +622 -0
- data/doc/BigBang/KillCmd.html +391 -0
- data/doc/BigBang/Provider.html +522 -0
- data/doc/BigBang/Run.html +814 -0
- data/doc/BigBang/TestCmd.html +379 -0
- data/doc/BigBang/Universe.html +1019 -0
- data/doc/BigBang.html +110 -0
- data/doc/Ec2BootstrapGenerator.html +264 -0
- data/doc/_index.html +256 -0
- data/doc/class_list.html +47 -0
- data/doc/css/common.css +1 -0
- data/doc/css/full_list.css +53 -0
- data/doc/css/style.css +320 -0
- data/doc/file.README.html +232 -0
- data/doc/file_list.html +49 -0
- data/doc/frames.html +13 -0
- data/doc/index.html +232 -0
- data/doc/js/app.js +205 -0
- data/doc/js/full_list.js +150 -0
- data/doc/js/jquery.js +16 -0
- data/doc/method_list.html +630 -0
- data/doc/top-level-namespace.html +105 -0
- metadata +29 -3
@@ -0,0 +1,272 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<title>
|
7
|
+
Class: BigBang::ClusterRun
|
8
|
+
|
9
|
+
— Documentation by YARD 0.7.2
|
10
|
+
|
11
|
+
</title>
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8" />
|
14
|
+
|
15
|
+
<link rel="stylesheet" href="../css/common.css" type="text/css" media="screen" charset="utf-8" />
|
16
|
+
|
17
|
+
<script type="text/javascript" charset="utf-8">
|
18
|
+
relpath = '..';
|
19
|
+
if (relpath != '') relpath += '/';
|
20
|
+
</script>
|
21
|
+
|
22
|
+
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
|
23
|
+
|
24
|
+
<script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
|
25
|
+
|
26
|
+
|
27
|
+
</head>
|
28
|
+
<body>
|
29
|
+
<script type="text/javascript" charset="utf-8">
|
30
|
+
if (window.top.frames.main) document.body.className = 'frames';
|
31
|
+
</script>
|
32
|
+
|
33
|
+
<div id="header">
|
34
|
+
<div id="menu">
|
35
|
+
|
36
|
+
<a href="../_index.html">Index (C)</a> »
|
37
|
+
<span class='title'><span class='object_link'><a href="../BigBang.html" title="BigBang (module)">BigBang</a></span></span>
|
38
|
+
»
|
39
|
+
<span class="title">ClusterRun</span>
|
40
|
+
|
41
|
+
|
42
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
43
|
+
</div>
|
44
|
+
|
45
|
+
<div id="search">
|
46
|
+
|
47
|
+
<a id="class_list_link" href="#">Class List</a>
|
48
|
+
|
49
|
+
<a id="method_list_link" href="#">Method List</a>
|
50
|
+
|
51
|
+
<a id="file_list_link" href="#">File List</a>
|
52
|
+
|
53
|
+
</div>
|
54
|
+
<div class="clear"></div>
|
55
|
+
</div>
|
56
|
+
|
57
|
+
<iframe id="search_frame"></iframe>
|
58
|
+
|
59
|
+
<div id="content"><h1>Class: BigBang::ClusterRun
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
</h1>
|
64
|
+
|
65
|
+
<dl class="box">
|
66
|
+
|
67
|
+
<dt class="r1">Inherits:</dt>
|
68
|
+
<dd class="r1">
|
69
|
+
<span class="inheritName"><span class='object_link'><a href="Run.html" title="BigBang::Run (class)">Run</a></span></span>
|
70
|
+
|
71
|
+
<ul class="fullTree">
|
72
|
+
<li>Object</li>
|
73
|
+
|
74
|
+
<li class="next"><span class='object_link'><a href="Run.html" title="BigBang::Run (class)">Run</a></span></li>
|
75
|
+
|
76
|
+
<li class="next">BigBang::ClusterRun</li>
|
77
|
+
|
78
|
+
</ul>
|
79
|
+
<a href="#" class="inheritanceTree">show all</a>
|
80
|
+
|
81
|
+
</dd>
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
<dt class="r2 last">Defined in:</dt>
|
92
|
+
<dd class="r2 last">lib/bigbang/cluster_run.rb</dd>
|
93
|
+
|
94
|
+
</dl>
|
95
|
+
<div class="clear"></div>
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
|
102
|
+
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
|
108
|
+
<h2>Instance Attribute Summary</h2>
|
109
|
+
|
110
|
+
<h3 class="inherited">Attributes inherited from <span class='object_link'><a href="Run.html" title="BigBang::Run (class)">Run</a></span></h3>
|
111
|
+
<p class="inherited"><span class='object_link'><a href="Run.html#assigned_ips-instance_method" title="BigBang::Run#assigned_ips (method)">assigned_ips</a></span>, <span class='object_link'><a href="Run.html#domain-instance_method" title="BigBang::Run#domain (method)">domain</a></span>, <span class='object_link'><a href="Run.html#ec2_instances-instance_method" title="BigBang::Run#ec2_instances (method)">ec2_instances</a></span>, <span class='object_link'><a href="Run.html#elastic_ip-instance_method" title="BigBang::Run#elastic_ip (method)">elastic_ip</a></span>, <span class='object_link'><a href="Run.html#instance-instance_method" title="BigBang::Run#instance (method)">instance</a></span>, <span class='object_link'><a href="Run.html#wildcard_domain-instance_method" title="BigBang::Run#wildcard_domain (method)">wildcard_domain</a></span>, <span class='object_link'><a href="Run.html#zone_sizes-instance_method" title="BigBang::Run#zone_sizes (method)">zone_sizes</a></span></p>
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
<h2>
|
116
|
+
Instance Method Summary
|
117
|
+
<small>(<a href="#" class="summary_toggle">collapse</a>)</small>
|
118
|
+
</h2>
|
119
|
+
|
120
|
+
<ul class="summary">
|
121
|
+
|
122
|
+
<li class="public ">
|
123
|
+
<span class="summary_signature">
|
124
|
+
|
125
|
+
<a href="#availability_zone-instance_method" title="#availability_zone (instance method)">- (Object) <strong>availability_zone</strong>(h) </a>
|
126
|
+
|
127
|
+
|
128
|
+
|
129
|
+
</span>
|
130
|
+
|
131
|
+
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
|
136
|
+
|
137
|
+
|
138
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
139
|
+
|
140
|
+
</li>
|
141
|
+
|
142
|
+
|
143
|
+
<li class="public ">
|
144
|
+
<span class="summary_signature">
|
145
|
+
|
146
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">- (ClusterRun) <strong>initialize</strong>(name, instances) </a>
|
147
|
+
|
148
|
+
|
149
|
+
|
150
|
+
</span>
|
151
|
+
|
152
|
+
<span class="note title constructor">constructor</span>
|
153
|
+
|
154
|
+
|
155
|
+
|
156
|
+
|
157
|
+
|
158
|
+
|
159
|
+
|
160
|
+
|
161
|
+
<span class="summary_desc"><div class='inline'><p>
|
162
|
+
A new instance of ClusterRun.
|
163
|
+
</p>
|
164
|
+
</div></span>
|
165
|
+
|
166
|
+
</li>
|
167
|
+
|
168
|
+
|
169
|
+
</ul>
|
170
|
+
|
171
|
+
|
172
|
+
|
173
|
+
|
174
|
+
|
175
|
+
|
176
|
+
|
177
|
+
|
178
|
+
|
179
|
+
|
180
|
+
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Run.html" title="BigBang::Run (class)">Run</a></span></h3>
|
181
|
+
<p class="inherited"><span class='object_link'><a href="Run.html#instances_count-instance_method" title="BigBang::Run#instances_count (method)">#instances_count</a></span>, <span class='object_link'><a href="Run.html#zones-instance_method" title="BigBang::Run#zones (method)">#zones</a></span></p>
|
182
|
+
<div id="constructor_details" class="method_details_list">
|
183
|
+
<h2>Constructor Details</h2>
|
184
|
+
|
185
|
+
<div class="method_details first">
|
186
|
+
<p class="signature first" id="initialize-instance_method">
|
187
|
+
|
188
|
+
- (<tt><span class='object_link'><a href="" title="BigBang::ClusterRun (class)">ClusterRun</a></span></tt>) <strong>initialize</strong>(name, instances)
|
189
|
+
|
190
|
+
|
191
|
+
|
192
|
+
</p><div class="docstring">
|
193
|
+
<div class="discussion">
|
194
|
+
<p>
|
195
|
+
A new instance of ClusterRun
|
196
|
+
</p>
|
197
|
+
|
198
|
+
|
199
|
+
</div>
|
200
|
+
</div>
|
201
|
+
<div class="tags">
|
202
|
+
|
203
|
+
</div><table class="source_code">
|
204
|
+
<tr>
|
205
|
+
<td>
|
206
|
+
<pre class="lines">
|
207
|
+
|
208
|
+
|
209
|
+
6
|
210
|
+
7
|
211
|
+
8</pre>
|
212
|
+
</td>
|
213
|
+
<td>
|
214
|
+
<pre class="code"><span class="info file"># File 'lib/bigbang/cluster_run.rb', line 6</span>
|
215
|
+
|
216
|
+
<span class='def def kw'>def</span> <span class='initialize identifier id'>initialize</span><span class='lparen token'>(</span><span class='name identifier id'>name</span><span class='comma token'>,</span> <span class='instances identifier id'>instances</span><span class='rparen token'>)</span>
|
217
|
+
<span class='super super kw'>super</span><span class='lparen token'>(</span><span class='name identifier id'>name</span><span class='comma token'>,</span> <span class='instances identifier id'>instances</span><span class='rparen token'>)</span>
|
218
|
+
<span class='end end kw'>end</span>
|
219
|
+
</pre>
|
220
|
+
</td>
|
221
|
+
</tr>
|
222
|
+
</table>
|
223
|
+
</div>
|
224
|
+
|
225
|
+
</div>
|
226
|
+
|
227
|
+
|
228
|
+
<div id="instance_method_details" class="method_details_list">
|
229
|
+
<h2>Instance Method Details</h2>
|
230
|
+
|
231
|
+
|
232
|
+
<div class="method_details first">
|
233
|
+
<p class="signature first" id="availability_zone-instance_method">
|
234
|
+
|
235
|
+
- (<tt>Object</tt>) <strong>availability_zone</strong>(h)
|
236
|
+
|
237
|
+
|
238
|
+
|
239
|
+
</p><table class="source_code">
|
240
|
+
<tr>
|
241
|
+
<td>
|
242
|
+
<pre class="lines">
|
243
|
+
|
244
|
+
|
245
|
+
10
|
246
|
+
11
|
247
|
+
12</pre>
|
248
|
+
</td>
|
249
|
+
<td>
|
250
|
+
<pre class="code"><span class="info file"># File 'lib/bigbang/cluster_run.rb', line 10</span>
|
251
|
+
|
252
|
+
<span class='def def kw'>def</span> <span class='availability_zone identifier id'>availability_zone</span><span class='lparen token'>(</span><span class='h identifier id'>h</span><span class='rparen token'>)</span>
|
253
|
+
<span class='@zone_sizes ivar id'>@zone_sizes</span><span class='dot token'>.</span><span class='merge! fid id'>merge!</span><span class='lparen token'>(</span><span class='h identifier id'>h</span><span class='rparen token'>)</span>
|
254
|
+
<span class='end end kw'>end</span>
|
255
|
+
</pre>
|
256
|
+
</td>
|
257
|
+
</tr>
|
258
|
+
</table>
|
259
|
+
</div>
|
260
|
+
|
261
|
+
</div>
|
262
|
+
|
263
|
+
</div>
|
264
|
+
|
265
|
+
<div id="footer">
|
266
|
+
Generated on Sat Jul 16 01:05:15 2011 by
|
267
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
268
|
+
0.7.2 (ruby-1.8.7).
|
269
|
+
</div>
|
270
|
+
|
271
|
+
</body>
|
272
|
+
</html>
|