-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
434 lines (272 loc) · 12.9 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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.55.0-DEV" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<base href="https://bmc-toolbox.github.io/">
<title>bmc-toolbox</title>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/landing-page.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<style>
.navbar {
border-color: <no value>;
}
.content-section-a,
footer,
.navbar {
background-color: <no value>;
color: <no value>;
}
.navbar a:link,
.navbar-default .navbar-nav>li>a {
color: <no value>;
}
.navbar a:hover,
.navbar-default .navbar-nav>li>a:hover {
color: <no value>;
}
.content-section-b {
background-color: <no value>;
color: <no value>;
}
body {
color: <no value>;
}
.header-container h1,
.header-container h2,
.header-container h3,
.header-container h4 {
color: <no value>;
}
</style>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="page-scroll navbar-brand" href="#intro">bmc-toolbox</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a class="page-scroll" href=https://github.com/bmc-toolbox/>Github</a>
</li>
</ul>
</div>
</div>
</nav>
<section id="intro">
<div class="intro-header">
<div class="container header-container">
<div class="row">
<div class="intro-image col-md-4"></div>
<div class="intro-message col-md-6">
<h1>bmc-toolbox</h1>
<h3>Vendor agnostic Baseboard Management Controller toolset</h3>
<hr class="intro-divider">
</div>
</div>
</div>
</div>
</section>
<section id="services">
<div class="content-section-a">
<div class="container">
<div class="row">
<div>
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">About</h2>
<p><em>BMCs</em> are a fundamental component of datacenter bare metal assets like servers and chassis,</p>
<p>The bmc-toolbox leverages the <em>Baseboard Management Controller</em> to help manage the lifecycle of datacenter bare metal assets</p>
<p>It provides tools to <strong>inventorize</strong>, <strong>configure</strong>, <strong>manage</strong>, <strong>authenticate/authorize</strong> a large fleet of bare metal assets through the BMC.</p>
<ul>
<li><em>bmclib</em> - A Go lang library that provides a consistent set of methods to interface with BMCs.</li>
<li><em>dora</em> - tool to <strong>inventorize</strong> a fleet of bare metal servers and chassis assets.</li>
<li><em>bmcbutler</em> - tool to handle <strong>configuration management</strong> for a fleet of bare metal server and chassis BMCs.</li>
<li><em>actor</em> - A single <strong>API webservice</strong> endpoint to interact with a fleet of bare metal BMCs.</li>
<li><em>bmcldap</em> - LDAP based <strong>authentication/authorization</strong> service/proxy for BMCs.</li>
<li><em>bmcfwupd</em> - tool to <strong>update</strong> the BMC firmware.</li>
</ul>
<h5 id="check-it-out-on-github"><strong>Check it out on Github</strong></h5>
<figure><a href="https://github.com/bmc-toolbox">
<img src="/img/Octocat.png" width="60px" height="50px"/> </a>
</figure>
</div>
</div>
</div>
</div>
<div class="content-section-b">
<div class="container">
<div class="row">
<div>
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">bmclib</h2>
<p>A vendor agnostic Baseboard Management Controller library that exposes methods to perform <em>inventory</em>, <em>management</em>, <em>configuration</em> actions.</p>
<h5 id="devices-supported"><strong>Devices supported</strong></h5>
<ul>
<li>Dell M1000e</li>
<li>Dell iDRAC8 (M630)</li>
<li>Dell iDRAC9 (M640)</li>
<li>Dell c7000<br /></li>
<li>HPE iLO4 (Gen8, Gen8)</li>
<li>HPE iLO5 (Gen10)</li>
<li>Supermicro X10</li>
<li>Supermicro X11</li>
<li>Device not listed? get in touch, we’d be happy to help add support :)</li>
</ul>
<h5 id="devices-work-in-progress"><strong>Devices Work In Progress</strong></h5>
<ul>
<li>Intel S2600WF0</li>
<li>Quanta QuantaGrid D52BM-2U</li>
<li>Work is underway to add Redfish support using the Gofish library</li>
</ul>
<h5 id="check-it-out-on-github"><strong>Check it out on Github</strong></h5>
<p><a href="https://travis-ci.org/bmc-toolbox/bmclib"><img src="https://api.travis-ci.org/bmc-toolbox/bmclib.svg?branch=master" alt="Status" /></a>
<a href="https://goreportcard.com/report/github.com/bmc-toolbox/bmclib"><img src="https://goreportcard.com/badge/github.com/bmc-toolbox/bmclib" alt="Go Report Card" /></a>
<a href="https://godoc.org/github.com/bmc-toolbox/bmclib"><img src="https://godoc.org/github.com/bmc-toolbox/bmclib?status.svg" alt="GoDoc" /></a></p>
<p><figure><a href="https://github.com/bmc-toolbox/bmclib">
<img src="/img/Octocat.png" width="60px" height="50px"/> </a>
</figure>
<iframe src="https://ghbtns.com/github-btn.html?user=bmc-toolbox&repo=bmclib&type=star&count=true" frameborder="0" scrolling="0" width="160px" height="30px"></iframe></p>
<h5 id="the-figure-describes-various-bmc-toolbox-tools-that-currently-use-bmclib-to-interact-with-bmcs">The figure describes various bmc-toolbox tools that currently use bmclib to interact with BMCs.</h5>
<figure>
<img src="/img/bmc-toolbox-diag.png"/>
</figure>
</div>
</div>
</div>
</div>
<div class="content-section-a">
<div class="container">
<div class="row">
<div>
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Dora</h2>
<p>Dora the bare metal asset discovery service periodically scans network subnets for server/chassis assets,<br />
and collects data from <em>discovered</em> assets, these are then listed in its DB and kept updated.</p>
<p>Dora acts as a dynamic inventory for bare metal assets, the data is exposed via a JSON API interface.</p>
<h5 id="check-it-out-on-github"><strong>Check it out on Github</strong></h5>
<p><figure><a href="https://github.com/bmc-toolbox/dora">
<img src="/img/Octocat.png" width="60px" height="50px"/> </a>
</figure>
<iframe src="https://ghbtns.com/github-btn.html?user=bmc-toolbox&repo=dora&type=star&count=true" frameborder="0" scrolling="0" width="160px" height="30px"></iframe></p>
<h5 id="the-figure-describes-the-type-of-data-dora-collects">The figure describes the type of data Dora collects</h5>
<figure>
<img src="/img/dora-diag.png"/>
</figure>
</div>
</div>
</div>
</div>
<div class="content-section-b">
<div class="container">
<div class="row">
<div>
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">bmcbutler</h2>
<p>Bmcbutler is a BMC configuration management tool, its also capable of managing certificates for BMCs.</p>
<h5 id="check-it-out-on-github"><strong>Check it out on Github</strong></h5>
<p><a href="https://travis-ci.org/bmc-toolbox/bmcbutler"><img src="https://api.travis-ci.org/bmc-toolbox/bmcbutler.svg?branch=master" alt="Status" /></a>
<a href="https://goreportcard.com/report/github.com/bmc-toolbox/bmcbutler"><img src="https://goreportcard.com/badge/github.com/bmc-toolbox/bmcbutler" alt="Go Report Card" /></a></p>
<figure><a href="https://github.com/bmc-toolbox/bmcbutler">
<img src="/img/Octocat.png" width="60px" height="50px"/> </a>
</figure>
<p><iframe src="https://ghbtns.com/github-btn.html?user=bmc-toolbox&repo=bmcbutler&type=star&count=true" frameborder="0" scrolling="0" width="160px" height="30px"></iframe></p>
<h5 id="the-figure-describes-bmcbutler-handling-configuration-management-for-bmcs">The figure describes bmcbutler handling configuration management for BMCs.</h5>
<figure>
<img src="/img/bmcbutler-diag.png"/>
</figure>
</div>
</div>
</div>
</div>
<div class="content-section-a">
<div class="container">
<div class="row">
<div>
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Actor</h2>
<p>Actor abstracts away various management actions to BMCs (Baseboard Management Controllers), and exposes them through a consistent API.</p>
<h5 id="check-it-out-on-github"><strong>Check it out on Github</strong></h5>
<p><a href="https://goreportcard.com/report/github.com/bmc-toolbox/actor"><img src="https://goreportcard.com/badge/github.com/bmc-toolbox/actor" alt="Go Report Card" /></a>
<figure><a href="https://github.com/bmc-toolbox/actor">
<img src="/img/Octocat.png" width="60px" height="50px"/> </a>
</figure>
<iframe src="https://ghbtns.com/github-btn.html?user=bmc-toolbox&repo=actor&type=star&count=true" frameborder="0" scrolling="0" width="160px" height="30px"></iframe></p>
<h5 id="the-figure-describes-how-actor-helps-trigger-actions-on-bmcs">The figure describes how actor helps trigger actions on BMCs</h5>
<figure>
<img src="/img/actor-diag.png"/>
</figure>
</div>
</div>
</div>
</div>
<div class="content-section-b">
<div class="container">
<div class="row">
<div>
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Redfish</h2>
<h3 id="what-about-redfish">What about Redfish?</h3>
<p>Redfish is a standard defined by the <em>DMTF</em>, hardware vendors are then expected to implement these standards,<br />
on thier BMCs, however the problems we faced when dealing with a large fleet were,</p>
<ul>
<li>Vendors are quite slow at implementing and keeping up with the released standards</li>
<li>Some of the implementations are just incorrect or not functional (we try to report these when we find them)<br /></li>
<li>Not all of the methods exposed by bmclib are currently exposed through Redfish.</li>
</ul>
<p>Redfish support is currently being added to bmclib through the Gofish library.<br />
The tools in the bmc-toolbox leverage bmclib which helps get around these limitations.</p>
<pre><code>Redfish support as of 09 Sept 2019
BMC type BMC firmware Redfish version
======== ============ ===============
idrac8 (M630) v2.60.60.60 Unsupported
idrac9 (M640) v3.34.34.34 v1.4.0
ilo4 (Gen8, Gen9) v2.70 v1.0.0
ilo5 (Gen10) v1.6.0 v1.6.0
Supermicro (X10DRFF-CTG) - v1.0.1
QuantaGrid (D42A-2U) - v1.1.0
Intel (S2600WF0) - v1.1.0
</code></pre>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-8">
<p class="copyright text-muted small">Copyright © bmc-toolbox All Rights Reserved</p>
</div>
<div class="col-md-4">
Built with <a href="http://gohugo.io">Hugo</a> and the
<a href="https://github.com/swiftline/github-project-landing-page">Github project Page</a>
theme.
</div>
</div>
</div>
</footer>
<script src="/js/jquery-1.11.0.js"></script>
<script src="/js/jquery.easing.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="js/landing-page.js"></script>
</body>
</html>