-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
420 lines (352 loc) · 21 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
<html lang="en"><head>
<meta charset="utf-8">
<title>Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Beyond the Clouds, Boarding on the Discovery shuttle">
<meta name="keywords" content="Utility Computing, LUC, Locality, Cloud Computing, Discovery">
<meta name="robots" content="index, follow, all">
<meta name="author" content="The Discovery Consortium">
<!-- Le styles -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 20px;
padding-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
}
/* Custom container */
.container-narrow {
margin: 0 auto;
max-width: 940px;
}
.container-narrow > hr {
margin: 30px 0;
}
/* Main marketing message and sign up button */
.jumbotron {
margin: 20px 0;
text-align: center;
}
.jumbotron h1 {
font-size: 72px;
line-height: 1;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
/* Supporting marketing content */
.marketing {
margin: 20px 0;
}
.marketing p + h4 {
margin-top: 28px;
}
/* project description */
.project_description {
height: 255px;
margin-bottom: 30px;
}
.initiative_description {
height: 110px;
margin-bottom: 30px;
}
@media (min-width: 890px) and (max-width: 955px) {
.initiative_description {
width: 245px;
}
.initiative_documents {
width: 245px;
}
.project_description {
width: 245px;
}
}
.initiative_description .caption h3 {
text-align: center;
}
.initiative_documents {
text-align: center;
}
.project_description .thumbnail {
height: 100%;
}
.twitter-container {
width: 100%;
text-align: center;
}
.coming-soon {
font-style: italic;
font-weight: bold;
}
.commented {
font-weight: normal;
pointer-events: none;
cursor: default;
color: #BCBCBC;
}
.commented a:link, .commented a:visited, .commented a:hover, .commented a:active {
text-decoration: none;
color: #BCBCBC;
}
.caption {
text-align: center;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
</style>
<link href="stylesheets/animation.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="../assets/js/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/rocket_icon.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/rocket_icon.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/rocket_icon.png">
<link rel="apple-touch-icon-precomposed" hhref="images/rocket_icon.png">
<link rel="shortcut icon" href="images/rocket_icon.png">
<style type="text/css"></style><style type="text/css"></style></head>
<body>
<!-- Menu -->
<div class="container-narrow">
<div class="masthead">
<ul class="nav nav-pills pull-right">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="dcc.html">Distributed Clouds</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="blog/">Blog</a></li>
<li><a href="https://github.com/BeyondTheClouds/">View on GitHub</a></li>
</ul>
<h3 class="muted">The Discovery Initiative</h3>
</div>
<!-- End of Menu -->
<hr>
<!-- Title -->
<div class="jumbotron">
<h2>Discover what could happen beyond the Clouds !</h2>
<ul id="scene" class="scene">
<li class="layer cloud" data-depth="0.1">
<img id="cloud1" src="images/cloud.svg">
</li>
<li class="layer cloud" data-depth="0.1">
<img id="cloud11" src="images/cloud.svg">
</li>
<li class="layer cloud" data-depth="0.3">
<img id="cloud3" src="images/cloud.svg">
</li>
<li class="layer rocket" data-depth="0.0">
<img src="images/rocket.png"></li>
<li class="layer cloud" data-depth="0.3">
<img id="cloud2" src="images/cloud.svg">
</li>
</ul>
<p class="lead coming-soon">An Open-Science Initiative aiming at implementing a fully decentralized IaaS manager</p>
<p class="lead">The Discovery initiative aims to overcome the main limitations of the traditional server-centric cloud solutions by revising the OpenStack software in order to make it inherently cooperative.</p>
</div>
<!-- End of Title -->
<!-- Announcement section-->
<div class="alert alert-info text-center">
<h3>Open positions !</h3>
<div class="commented">
<!-- <h5>PhD grant@<a href="http://www.inria.fr">Inria</a> on <a href="https://github.com/BeyondTheClouds/BeyondTheClouds.github.io/raw/master/DOCS/SUBJECT/2015/Phd_2015_ASAP_MYRIADS.pdf"><em>Locality-aware and lazy overlay networks for WANs</em></a> - CLOSED </h5>
<h5>Postdoc grant@<a href="http://www.inria.fr">Inria</a> on <a href="https://github.com/BeyondTheClouds/BeyondTheClouds.github.io/raw/master/DOCS/SUBJECT/2015/Postdoc_2015_ASCOLA_MYRIADS.pdf"><em>Energy/cost-benefit analysis of a decentralized Cloud infrastructure</em></a> - CLOSED</h5>
<h5> Phd grand@<a href="https://orange.jobs/site/en-innovation-rd/">Orange</a> on <a href="https://orange.jobs/jobs/offer.do?joid=46351">Programmable distributed observation system</a> - CLOSED </h5>
<h5> Postdoc grand@<a href="https://orange.jobs/site/en-innovation-rd/">Orange</a> on <a href="https://orange.jobs/jobs/offer.do?joid=47887&lang=EN">Computational Storage and Internet of Things</a> (description in French) </h5>
<h5> Phd grant@<a href="http://www.emn.fr/z-info/ascola/doku.php">Inria</a> on <a href="http://bigstorage.oeg-upm.net/jobs.html#job7"><em>Elasticity in Cloud Computing and HPC storage solutions</em></a> - CLOSED</h5>
<h5> PhD grant@<a href="https://www.inria.fr/">Inria</a> on <a href="https://github.com/BeyondTheClouds/BeyondTheClouds.github.io/raw/master/DOCS/SUBJECT/2016/PhD-PositionDiscoveryVMIRepo-2016.pdf">Geo-distributed Storage System for Multi-Cloud Infrastructure - CLOSED</a></h5>
<h5>PhD grant@<a href="http://www.orange.com/en/Innovation">Orange Labs/Inria</a> on <a href="https://github.com/BeyondTheClouds/BeyondTheClouds.github.io/raw/master/DOCS/SUBJECT/2015/phd-offer-EN-Security.pdf"><em>Unified architecture isolation and mechanisms protecting
against side channels for decentralized Cloud infrastructures - CLOSED</em></a></h5>
<h5> Postdoc grant@<a href="https://www.inria.fr/">Inria</a> on <a href="https://github.com/BeyondTheClouds/BeyondTheClouds.github.io/raw/master/DOCS/SUBJECT/2016/postdoc-proposal-2016.pdf">COmponed-based Model FOR opensTack - CLOSED</a></h5>
<h5> Phd grant@<a href="https://www.inria.fr/">Inria</a> on <a href="https://github.com/BeyondTheClouds/BeyondTheClouds.github.io/raw/master/DOCS/SUBJECT/2017/PhDPositionASCOLA-oct2017.pdf">Reconfiguration of large scale distributed systems and software in a Fog computing context - CLOSED</a></h5>
<h5> PhD grant@<a href="https://orange.jobs/site/en-innovation-rd/">Orange</a> on <a href="https://orange.jobs/jobs/offer.do?joid=60219&lang=EN">Distributed SDN mechanisms (Subject in French)</a></h5>
<h5> Postdoc grant@<a href="https://www.inria.fr/">Inria</a> on <a href="https://github.com/BeyondTheClouds/BeyondTheClouds.github.io/raw/master/DOCS/SUBJECT/2017/PostDocPositionCORSE-oct2017.pdf">Sandboxing technologies within the OpenStack ecosystem (baremetals, containers and VMs)</a></h5>
<h5> Postdoc grant@<a href="https://www.inria.fr/">Inria</a> on <a href="https://github.com/BeyondTheClouds/BeyondTheClouds.github.io/raw/master/DOCS/SUBJECT/2017/postdoc-proposal-2017-placement.pdf">Placement challenges in Fog/Edge infrastructures</a></h5>
<h5> Postdoc/Research Engineer position@<a href="https://www.inria.fr/">Inria</a> on <a href="https://github.com/BeyondTheClouds/BeyondTheClouds.github.io/raw/master/DOCS/SUBJECT/2017/postdoc-CRE-Orange.pdf">evaluating AMQP Alternatives for OpenStack</a></h5>
<h5> Postdoc grant@<a href="http://www.inria.fr">Inria</a> on <a href="https://github.com/BeyondTheClouds/BeyondTheClouds.github.io/raw/master/DOCS/SUBJECT/2018/PostDoc1-DecentralizedSDN.pdf">massively distributed SDN Infrastructures to interconnect edge data centers.</a></h5>
<h5> Postdoc grant@<a href="http://www.inria.fr">Inria</a> on <a href="https://github.com/BeyondTheClouds/BeyondTheClouds.github.io/raw/master/DOCS/SUBJECT/2018/PostDoc2-EdgeProgrammingModel.pdf">Application model expressiveness and placement computing complexity for Fog/Edge infrastructures.</a></h5>
-->
<h5> Master Internship positions@<a href="https://www.inria.fr/">Inria</a> around the use of Cockroach DB within the OpenStack framework (Subject <a href="https://github.com/BeyondTheClouds/BeyondTheClouds.github.io/raw/master/DOCS/SUBJECT/2017/alma2-croach-region-2017-2018.pdf">1</a> and <a href="https://github.com/BeyondTheClouds/BeyondTheClouds.github.io/raw/master/DOCS/SUBJECT/2017/alma2-croach-wan-2017-2018.pdf">2</a> in French)</h5>
<h5> Postdoc grant@<a href="https://orange.jobs/site/en-innovation-rd/">Orange</a> on <a href="https://github.com/BeyondTheClouds/BeyondTheClouds.github.io/raw/master/DOCS/SUBJECT/2018/postdoc-proposal-2018-orange.pdf">Strategies for software resource roll-out & dynamic reconfiguration inside a telecom operator software infrastructure</a></h5>
</div>
<h5> Master Internships positions@<a href="https://www.inria.fr/">Inria</a> on OpenStack and Kubernetes Edge challenges</h5>
<h5> Research Engineer positions@<a href="https://www.inria.fr/">Inria</a> on the definition of an experiment protocol to evaluate OpenStack/kubernetes across WANWide network links</h5>
<!-- End of announcement -->
</div>
<hr>
<div class="row marketing">
<div class="span3 initiative_description">
<div class="caption">
<h3>Sustainable</h3>
<p>
The initiative aims at delivering a new generation of Utility Computing (UC) that will directly leverage any network point of presences (PoP, i.e.,a small or medium-sized network center) available through the Internet.</p>
</div>
</div>
<div class="span3 initiative_description">
<div class="caption">
<h3>Fully Distributed</h3>
<!-- <p>Critical to the emergence of such an global infrastructure is the design and the implementation of a cooperative IaaS Manager (aka. the LUC OS) that will work in a fully distributed way, following a peer to peer architecture. Instead of developing our system from scratch, we have chosen to revise the OpenStack solution.</p> -->
<p>Implementing a fully Distributed IaaS manager is critical for the
emergence of such a global infrastructure. Instead of developing from scratch, we
decided to revise OpenStack with peer to peer mechanisms.</p>
</div>
</div>
<div class="span3 initiative_description">
<div class="caption">
<h3>Fault Tolerant</h3>
<p>``At large scale, failures become the norm rather than the exception'' The system we envision will natively deal with network partitioning concerns, enabling distinct parts of our global infrastructure to run independently (similarly to the Internet).</p>
</div>
</div>
</div>
<br/>
<hr>
<div class="row marketing">
<div class="span3 initiative_documents">
<a href="https://hal.inria.fr/hal-01203648">How Should Next Generation Utility Computing Infrastructures Be Designed?<br/><span class="label label-info">Get our short paper </span></a>
</div>
<div class="span3 initiative_documents">
<a href="./DOCS/SLIDES/2015/discovery-SUCCES-francegrille.pdf" alt="Version Nov 2015">An overview of the initiative<br/><span class="label label-info">Get the slides</span></a>
</div>
<div class="span3 initiative_documents">
<a href="./DOCS/SLIDES/Discovery_short.pdf">A shorter (but older) presentation<br/><span class="label label-info">Get the slides</span></a>
</div>
</div>
<hr>
<h2>Projects</h2>
<p> While the initiative focuses on OpenStack, secondary projects are also implemented in order to make progresses toward on goal. Major ones are referenced below.</p>
<div class="row marketing">
<!-- <div class="span3 project_description">
<div class="thumbnail">
<div class="caption">
<a href="https://github.com/BeyondTheClouds/Vivaldi"><h3>Locality Based Overlay</h3></a>
<p>One of the main building block of the LUC OS leveraging the Vivaldi algorithm.</p>
</div>
</div>
</div>
<div class="span3 project_description">
<div class="thumbnail">
<div class="caption">
<a href="https://github.com/BeyondTheClouds/DVMS"><h3>DVMS</h3></a>
<p>Distributed Virtual Machines Scheduler, the first ``high level'' service of our system.</p>
</div>
</div>
</div>-->
<div class="span3 project_description">
<div class="thumbnail">
<div class="caption initiative_documents">
<a href="https://github.com/BeyondTheClouds/enos"><h3>ENOS</h3></a>
<p>A toolkit to conduct performance evaluations of OpenStack in a reproducible way. EnOS supports a lot of benchmarks and different providers to deploy OpenStack in various environments.</p>
<a href="https://hal.inria.fr/hal-01415522"><span class="label label-info">Get the Technical Report</span></a>
<br/>
<br/>
<a href="https://www.openstack.org/summit/barcelona-2016/summit-schedule/events/15977/chasing-1000-nodes-scale"><span class="label label-info">See the OpenStack summit presentation</span></a>
</div>
</div>
</div>
<div class="span3 project_description">
<div class="thumbnail">
<div class="caption initiative_documents">
<a href="https://github.com/BeyondTheClouds/nova"><h3>OpenStack Nova</h3></a>
<p>A non intrusive PoC of the Nova vanilla code leveraging ReddiS instead of the usual MySQL DB. This works has been presented in the OpenStack Austin summit (April 2016) and the IEEE IC2E 2017 Conference</p>
<a href="https://hal.inria.fr/hal-01320235"><span class="label label-info">Get the technical report</span></a>
<br/>
<br/>
<a href="https://www.youtube.com/embed/QLBn8RTix5c"><span class="label label-info">See a demo</span></a>
</div>
</div>
</div>
<div class="span3 project_description">
<div class="thumbnail">
<div class="caption initiative_documents">
<a href="https://github.com/BeyondTheClouds/openstack-cockroachdb-dev"><h3>Cockroach DB</h3></a>
<p>Another non intrusive PoC demonstrating the feasibility of leveraging cockroach DB for Keystone instead of the usual MySQL DB. This work is currently under heavy development and an official presentaion has been done for the Vancouver summit (2018)</p>
<a href="http://lists.openstack.org/pipermail/openstack-dev/2017-September/121779.html"><span class="label label-info">See the first announcement</span></a>
</div>
</div>
</div>
</div>
<!-- <div class="span3 project_description">
<div class="thumbnail">
<div class="caption initiative_documents">
<a href="https://github.com/BeyondTheClouds/VMplaceS"><h3>VMPlaceS</h3></a>
<br/>
<br/>
<p>A load injector leveraging simigrid to perform large-scale simulations on VM management systems.</p>
<br/>
<br/>
<a href="http://people.rennes.inria.fr/Adrien.Lebre/PREPRINT/Europar-VMPlaceS.pdf"><span class="label label-info">Get the paper</span></a>
</div>
</div>
</div>
</div>
-->
<hr>
<!-- <h2>Demos</h2>
<h4>Nova working with Redis + Integration with Rally</h4>
<div class="embed-responsive embed-responsive-16by9">
<iframe width="854" height="480" src="https://www.youtube.com/embed/QLBn8RTix5c" frameborder="0" allowfullscreen></iframe>
</div>
-->
<!-- Put as a follow us on twitter -->
<!-- <h2>Latest Activity</h2>
<a class="twitter-timeline" href="https://twitter.com/BeyondClouds_io" data-widget-id="490173690726719488">Tweets by @BeyondClouds_io</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</a>
<hr>
-->
<div class="footer">
<div class="row">
<div class="span5">
<br/>
<h4>Since July 2015, the Discovery initiative is mainly supported through the <a href="http://www.inria.fr/en/research/research-teams/inria-project-labs">Inria Project Labs program</a> and the I/O labs, a joint lab between Inria and Orange Labs. <br/>In 2017, Red Hat joined the efforts by taking part to specific evaluations related to the AMQP bus.</h4>
</h4>
<p>The Discovery Consortium, © 2014-2017</p>
</div>
<div class="span3 offset1">
<p class="text-center"><a href="http://www.inria.fr/en/"><img src="./images/inria-logo.jpg"></a></p>
<p class="text-center"><a href="http://www.orange.com/en/innovation"><img src="./images/logo-orange-labs.png"></a></p>
<p class="text-center"><a href="http://www.redhat.com"><img src="./images/Red_Hat_logo_480x480.png"></a></p>
</div>
<div>
<p class="text-center">
<img src="./images/standard.png">
</p>
</div>
</div>
<div id="clustrmaps-widget" style="position:relative; margin-left:auto; margin-right:auto"></div>
<!-- <iframe src="http://ghactivity.com/BeyondTheClouds" style="border: 0; height: 400px; width: 400px;"></iframe> -->
</div>
</div> <!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.js"></script>
<script src="assets/js/bootstrap-transition.js"></script>
<script src="assets/js/bootstrap-alert.js"></script>
<script src="assets/js/bootstrap-modal.js"></script>
<script src="assets/js/bootstrap-dropdown.js"></script>
<script src="assets/js/bootstrap-scrollspy.js"></script>
<script src="assets/js/bootstrap-tab.js"></script>
<script src="assets/js/bootstrap-tooltip.js"></script>
<script src="assets/js/bootstrap-popover.js"></script>
<script src="assets/js/bootstrap-button.js"></script>
<script src="assets/js/bootstrap-collapse.js"></script>
<script src="assets/js/bootstrap-carousel.js"></script>
<script src="assets/js/bootstrap-typeahead.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44481915-1', 'beyondtheclouds.github.io');
ga('send', 'pageview');
</script>
<!--<script type="text/javascript">var _clustrmaps = {'url' : 'http://beyondtheclouds.github.io', 'user' : 1142288, 'server' : '2', 'id' : 'clustrmaps-widget', 'version' : 1, 'date' : '2014-05-06', 'lang' : 'en', 'corners' : 'square' };(function (){ var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'http://www2.clustrmaps.com/counter/map.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);})();</script>-->
<!-- Adrien/Jonathan, Nov 4th, try to update the clustrmap with the new embeded code but does not work -->
<script type="text/javascript" id="clustrmaps" src="//cdn.clustrmaps.com/map_v2.js?u=93DF&d=dHzmaYBsmvKAFBpfyaDmYmuo8fAuFFSdbFL51ATvqKc"></script>
<noscript><a href="http://www2.clustrmaps.com/user/819116e10"><img src="http://www2.clustrmaps.com/stats/maps-no_clusters/beyondtheclouds.github.io-thumb.jpg" alt="Locations of visitors to this page" /></a></noscript>
</body></html>