Updated cloud slide. (#902)

Signed-off-by: Kai Zimmermann <kai.zimmermann@microsoft.com>
This commit is contained in:
Kai Zimmermann
2019-10-21 07:56:56 +02:00
committed by GitHub
parent c7c7f37fb4
commit 1a0c6cb842

View File

@@ -19,12 +19,13 @@
<meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui"> <meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="css/reveal.css"> <link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/hawkBit.css" id="theme"> <link rel="stylesheet" href="css/theme/hawkBit.css" id="theme">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css"
crossorigin="anonymous"> integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<body> <body>
<div class="reveal"> <div class="reveal">
@@ -42,14 +43,16 @@
<h1>Welcome...</h1> <h1>Welcome...</h1>
<div style="font-size: 1.5em; position:absolute; left:2em; width: 100%;"> <div style="font-size: 1.5em; position:absolute; left:2em; width: 100%;">
<div style="display: inline-block;"> <div style="display: inline-block;">
<a href="https://github.com/laverman"><img src="https://avatars3.githubusercontent.com/u/9153035?s=120&v=4" <a href="https://github.com/laverman"><img
src="https://avatars3.githubusercontent.com/u/9153035?s=120&v=4"
style="border-radius: 50%;" align="left"></a> style="border-radius: 50%;" align="left"></a>
<p style="margin-left: 5em; margin-top: 0.5em;">Kai Zimmermann</p> <p style="margin-left: 5em; margin-top: 0.5em;">Kai Zimmermann</p>
<i style="margin-left: 4em; margin-top: 0.5em; font-size: 0.5em;">Project Lead - Microsoft</i> <i style="margin-left: 4em; margin-top: 0.5em; font-size: 0.5em;">Project Lead - Microsoft</i>
</div> </div>
<br> <br>
<div style="display: inline-block;"> <div style="display: inline-block;">
<a href="https://github.com/laverman"><img src="https://avatars3.githubusercontent.com/u/19288577?s=120&v=4" <a href="https://github.com/laverman"><img
src="https://avatars3.githubusercontent.com/u/19288577?s=120&v=4"
style="border-radius: 50%;" align="left"></a> style="border-radius: 50%;" align="left"></a>
<p style="margin-left: 5em; margin-top: 0.5em;">Jeroen Laverman</p> <p style="margin-left: 5em; margin-top: 0.5em;">Jeroen Laverman</p>
<i style="margin-left: 4em; margin-top: 0.5em; font-size: 0.5em;">Project Lead - Bosch</i> <i style="margin-left: 4em; margin-top: 0.5em; font-size: 0.5em;">Project Lead - Bosch</i>
@@ -59,7 +62,8 @@
<section> <section>
<h1>About</h1> <h1>About</h1>
<p> <p>
Eclipse hawkBit aims to create a <b>domain independent</b> back end solution for rolling out <b>software Eclipse hawkBit aims to create a <b>domain independent</b> back end solution for rolling out
<b>software
updates</b> updates</b>
to constrained edge devices as well as more powerful controllers and gateways connected to IP based to constrained edge devices as well as more powerful controllers and gateways connected to IP based
networking infrastructure networking infrastructure
@@ -76,69 +80,97 @@
<section> <section>
<h1>Statistics (10/2019)</h1> <h1>Statistics (10/2019)</h1>
<ul style="position:absolute; left:2em;"> <ul style="position:absolute; left:2em;">
<li style="margin-bottom: 0.5em"><a href="https://github.com/eclipse/hawkbit">hawkbit Core</a>: 207 (+58) <li style="margin-bottom: 0.5em"><a href="https://github.com/eclipse/hawkbit">hawkbit Core</a>: 207
(+58)
stars, 717 (+95) PRs, 172 (+35) issues</li> stars, 717 (+95) PRs, 172 (+35) issues</li>
<li style="margin-bottom: 0.5em"><a href="https://github.com/eclipse/hawkbit-extensions">hawkbit <li style="margin-bottom: 0.5em"><a href="https://github.com/eclipse/hawkbit-extensions">hawkbit
Extensions</a>: 41 (+11) PRs</li> Extensions</a>: 41 (+11) PRs</li>
<li style="margin-bottom: 0.5em"><a href="https://github.com/eclipse/hawkbit-examples">hawkbit <li style="margin-bottom: 0.5em"><a href="https://github.com/eclipse/hawkbit-examples">hawkbit
Examples</a>: 35 (+10) PRs</li> Examples</a>: 35 (+10) PRs</li>
<li style="margin-bottom: 0.5em"><a href="https://hub.docker.com/u/hawkbit/">Docker Hub</a>: 50K+ (+47K) <li style="margin-bottom: 0.5em"><a href="https://hub.docker.com/u/hawkbit/">Docker Hub</a>: 50K+
(+47K)
PULLS</li> PULLS</li>
</ul> </ul>
</section> </section>
<section> <section>
<h1>We have been busy</h1> <h1>We have been busy</h1>
<ul style="position:absolute; left:2em;"> <ul style="position:absolute; left:2em;">
<li style="margin-bottom: 0.5em">Add Multi-User support (<a href="https://github.com/eclipse/hawkbit/pull/829">#829</a>)</li> <li style="margin-bottom: 0.5em">Add Multi-User support (<a
<li style="margin-bottom: 0.5em">Introduce Multi-Assignments (<a href="https://github.com/eclipse/hawkbit/pull/833">#833</a>)</li> href="https://github.com/eclipse/hawkbit/pull/829">#829</a>)</li>
<li style="margin-bottom: 0.5em">Introduce new action-type DOWNLOAD_ONLY (<a href="https://github.com/eclipse/hawkbit/pull/810">#810</a>)</li> <li style="margin-bottom: 0.5em">Introduce Multi-Assignments (<a
<li style="margin-bottom: 0.5em">Execute Auto-Assignments with different action-types (<a href="https://github.com/eclipse/hawkbit/pull/789">#789</a>)</li> href="https://github.com/eclipse/hawkbit/pull/833">#833</a>)</li>
<li style="margin-bottom: 0.5em">Introduce THING_REMOVED message on DMF-API (<a href="https://github.com/eclipse/hawkbit/pull/891">#891</a>)</li> <li style="margin-bottom: 0.5em">Introduce new action-type DOWNLOAD_ONLY (<a
<li style="margin-bottom: 0.5em">DDI-API supports SHA256 signature for artifacts (<a href="https://github.com/eclipse/hawkbit/pull/869">#869</a>)</li> href="https://github.com/eclipse/hawkbit/pull/810">#810</a>)</li>
<li style="margin-bottom: 0.5em">... and <a href="https://github.com/eclipse/hawkbit/pulls?utf8=✓&q=created%3A%3E%3D2018-10-25">many smaller enhancements and bug fixes </a></li> <li style="margin-bottom: 0.5em">Execute Auto-Assignments with different action-types (<a
href="https://github.com/eclipse/hawkbit/pull/789">#789</a>)</li>
<li style="margin-bottom: 0.5em">Introduce THING_REMOVED message on DMF-API (<a
href="https://github.com/eclipse/hawkbit/pull/891">#891</a>)</li>
<li style="margin-bottom: 0.5em">DDI-API supports SHA256 signature for artifacts (<a
href="https://github.com/eclipse/hawkbit/pull/869">#869</a>)</li>
<li style="margin-bottom: 0.5em">... and <a
href="https://github.com/eclipse/hawkbit/pulls?utf8=✓&q=created%3A%3E%3D2018-10-25">many
smaller enhancements and bug fixes </a></li>
</ul> </ul>
</section> </section>
<section>
<h1>Cloud support updates...</h1>
<ul style="position:absolute; left:2em;">
<li style="margin-bottom: 0.5em">Azure: inner cluster messaging (<a
href="https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-about">with Event
Hubs</a>)</li>
<li style="margin-bottom: 0.5em">Azure: deployment guidance and <a
href="https://github.com/helm/helm">k8s helm</a>
as well as <a
href="https://docs.microsoft.com/en-us/azure/azure-resource-manager/template-deployment-overview">Azure
Resource Manager</a> templates</li>
<li style="margin-bottom: 0.5em">More storage providers: <a
href="https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blobs-introduction">Azure
Blob Storage</a>, <a href="https://cloud.google.com/storage/docs/">Google Cloud Storage</a>
</li>
</li>
</ul>
</section>
<section> <section>
<h1>Roadmap...</h1> <h1>Roadmap...</h1>
</section> </section>
<section> <section>
<h1>Outlook</h1> <h1>Outlook</h1>
<ul style="position:absolute; left:2em;"> <ul style="position:absolute; left:2em;">
<li style="margin-bottom: 0.5em">Vaadin 8 (<a href="https://github.com/eclipse/hawkbit/issues/880">#880</a>)</li> <li style="margin-bottom: 0.5em">Vaadin 8 (<a
<li style="margin-bottom: 0.5em">Release 0.3.0 (<a href="https://github.com/eclipse/hawkbit/issues/784">#784</a>)</li> href="https://github.com/eclipse/hawkbit/issues/880">#880</a>)</li>
<li style="margin-bottom: 0.5em">Prioritization of updates (<a href="https://github.com/eclipse/hawkbit/issues/863">#863</a>)</li> <li style="margin-bottom: 0.5em">Release 0.3.0 (<a
<li style="margin-bottom: 0.5em">Integration with other device inventories (<a href="https://github.com/eclipse/hawkbit/issues/796">#796</a>)</li> href="https://github.com/eclipse/hawkbit/issues/784">#784</a>)</li>
<li style="margin-bottom: 0.5em">Support of new <a href="https://projects.eclipse.org/projects/iot.packages">Eclipse IoT Packages</a> project</li> <li style="margin-bottom: 0.5em">Prioritization of updates (<a
</ul> href="https://github.com/eclipse/hawkbit/issues/863">#863</a>)</li>
</section> <li style="margin-bottom: 0.5em">Integration with other device inventories (<a
href="https://github.com/eclipse/hawkbit/issues/796">#796</a>)</li>
<section> <li style="margin-bottom: 0.5em">Support of new <a
<h1>Cloud PaaS extensions... [OLD]</h1> href="https://projects.eclipse.org/projects/iot.packages">Eclipse IoT Packages</a> project
<ul style="position:absolute; left:2em;">
<li style="margin-bottom: 0.5em">Inner cluster messaging (<a href="https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-about">Azure
Event Hubs</a>)</li>
<li style="margin-bottom: 0.5em">Multi-user support and role based access with OAuth2 (<a href="https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/active-directory-whatis">Azure
Active Directory</a>)</li>
<li style="margin-bottom: 0.5em">More storage providers (e.g. <a href="https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blobs-introduction">Azure
Blob Storage</a>)</li>
<li style="margin-bottom: 0.5em">Example k8s deployments (potentially <a href="https://github.com/helm/helm">helm</a>
templates)</li>
<li style="margin-bottom: 0.5em">IoT platform integration (e.g. <a href="https://docs.microsoft.com/en-us/azure/iot-hub/about-iot-hub">Azure
IoT Hub</a>)
</li> </li>
</ul> </ul>
</section> </section>
<section> <section>
<h1>Thank you</h1> <h1>Thank you</h1>
<div style="font-size: 1.5em; position:absolute; left:2em;"> <div style="font-size: 1.5em; position:absolute; left:2em;">
<p><i class="fa fa-bullhorn fa-fw"></i>&nbsp;<a href="https://www.eclipsecon.org/europe2019/sessions/eclipse-hawkbit-101">101 <p><i class="fa fa-bullhorn fa-fw"></i>&nbsp;<a
href="https://www.eclipsecon.org/europe2019/sessions/eclipse-hawkbit-101">101
tutorial</a></p> tutorial</a></p>
<p><i class="fa fa-bullhorn fa-fw"></i>&nbsp;<a href="https://www.eclipsecon.org/europe2019/sessions/eclipse-hawkbit-update-factory-how-take-open-platform-production-sponsored-bosch">From Eclipse hawkBit to Update Factory</a></p> <p><i class="fa fa-bullhorn fa-fw"></i>&nbsp;<a
<p><i class="fab fa-docker fa-fw"></i>&nbsp;<a href="https://hub.docker.com/u/hawkbit">hawkbit</a></p> href="https://www.eclipsecon.org/europe2019/sessions/eclipse-hawkbit-update-factory-how-take-open-platform-production-sponsored-bosch">From
<p><i class="fab fa-gitter fa-fw"></i>&nbsp;<a href="https://gitter.im/eclipse/hawkbit">eclipse/hawkbit</a></p> Eclipse hawkBit to Update Factory</a></p>
<p><i class="fab fa-github fa-fw"></i>&nbsp;<a href="https://github.com/eclipse/hawkbit">eclipse/hawkbit</a></p> <p><i class="fab fa-docker fa-fw"></i>&nbsp;<a href="https://hub.docker.com/u/hawkbit">hawkbit</a>
<p><i class="fa fa-book-open fa-fw"></i>&nbsp;<a href="http://www.eclipse.org/hawkbit">eclipse.org/hawkbit</a></p> </p>
<p><i class="fab fa-gitter fa-fw"></i>&nbsp;<a
href="https://gitter.im/eclipse/hawkbit">eclipse/hawkbit</a></p>
<p><i class="fab fa-github fa-fw"></i>&nbsp;<a
href="https://github.com/eclipse/hawkbit">eclipse/hawkbit</a></p>
<p><i class="fa fa-book-open fa-fw"></i>&nbsp;<a
href="http://www.eclipse.org/hawkbit">eclipse.org/hawkbit</a></p>
</div> </div>
</section> </section>
</div> </div>