occiware & linked data prototype ow2con@poss

19
OCCIware A framework for Everything as a Service & Linked Data use case prototype Marc Dutoo, Open Wide OW2Con@POSS, Paris November, 18th 2015

Upload: marc-dutoo

Post on 23-Feb-2017

471 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: OCCIware & Linked Data prototype OW2Con@POSS

OCCIwareA framework for Everything as a Service

& Linked Data use case prototypeMarc Dutoo, Open Wide

OW2Con@POSS, ParisNovember, 18th 2015

Page 2: OCCIware & Linked Data prototype OW2Con@POSS

Overview

Speaker

– Marc Dutoo, Head of R&D Dept. at Open Wide● OCCIware coordinator, Data / Cloud expert

Schedule

– 8' OCCI(ware) introduction– 7' LDaaS demo with erocci

Page 3: OCCIware & Linked Data prototype OW2Con@POSS

OCCIware Factsheet

• 72 man month, 5,6m€ budget, sponsored by French ministry of Industry over 2015-2018• 3 academics, 5 companies, 2 associations• To lower Cloud Computing adoption costs and break up barriers between its various implementations, layers, domains

- Especially Data Center, deployment, Big Data, Linked Data

• By bringing to OGF's Open Cloud Computing Interface (OCCI) the power of formal languages and model driven engineering (MDE)

Page 4: OCCIware & Linked Data prototype OW2Con@POSS

Cloud Computing – the problem

Layers

Domains

Image : wikipedia.org

Page 5: OCCIware & Linked Data prototype OW2Con@POSS

Partitioning! Lock in!

No one-fits-allsolution!

Lack of standards!

Layers

Domains

Too manystandards!

Lack of ecosystem!

Cloud Computing – the problem

Image : wikipedia.org

Page 6: OCCIware & Linked Data prototype OW2Con@POSS

OCCI 101OCCI Core (metamodel)

Network

Container

Environment

Compute- memory- started- start()

Database

Application

Storage

Router

Deployable

NetworkLink

DatabaseLink

EnvironmentLink

Everything is Resource or Link, be it at …

Platformlevel

Infrastructurelevel

Applicationlevel

OCCI Extensions (models)

Page 7: OCCIware & Linked Data prototype OW2Con@POSS

OCCIware Outputs• A formal, model-driven platform to manage any Cloud resource

- Formal model of OCCI, on MIT's Alloy – Inria & TSP- OCCIware Studio, on Eclipse EMF & Sirius – Obeo- OCCIware@Runtime & console, using Models@Runtime and erocci – ActiveEon & Scalair- Deploy@OCCIware - ActiveEon & UJF

• 4 Use cases- Data Center as a Service / IaaS, on Scalair infrastructure- Big Data / HPC, on ActiveEon ProActive HPC platform- Linked Open Data, on Ozwillo app store's Datacore – Pôle Numérique & Open Wide- Deployment interoperability, on Linagora & ActiveEon's

• Open Source (OW2, Eclipse) and standardization (OGF) with help from a 10-strong international Scientific Orientation Committee

Page 8: OCCIware & Linked Data prototype OW2Con@POSS

Big Picture – Studio to Runtime to all providers

Studio

XML-based

Extension

Cloud Manager

OCCIReque

sts

Page 9: OCCIware & Linked Data prototype OW2Con@POSS

30/11/2015 10

Runtime Architecture

erocci

Technology providers & adopters

Page 10: OCCIware & Linked Data prototype OW2Con@POSS

OCCI demo: Linked Open Data

• = Open Data sets that can be cross-queried because they have been reconciled together• Ozwillo Datacore holds data that is shared between applications of the Ozwillo app store : geographical elements, organizations, reusable app business data...• Datacore OCCI(ware) use cases = Datacore « configuration as a Service » use cases

- letting the user configure its own data models, their rights and governance policy, define custom indexes, deploy dedicated data Caches as a Service...

• => demo of OCCIware Studio & Runtime's first features- demo 1 : try to Dockerize current Ozwillo production architecture- demo 2 : governance of Linked Data projects (and their models)

Page 11: OCCIware & Linked Data prototype OW2Con@POSS

D1 – Docker-specific Studio

Page 12: OCCIware & Linked Data prototype OW2Con@POSS

D2 - Studio : OCCI extension

Page 13: OCCIware & Linked Data prototype OW2Con@POSS

…to doc & runtime configuration *.occie extension file > Cloud Designer > Generate textile doc, erocci runtime XML conf...

Page 14: OCCIware & Linked Data prototype OW2Con@POSS

• Default configuration- backend : mnesia database (prototype, rather than Ozwillo Datacore in actual impl)

• OCCI extension configuration : Core, LDProjectvi sys.config

 {occi_backend_mnesia,

 [{schemas, [

    {path, "/tmp/occi.xml"},

    {path, "/tmp/org.occiware.ozwillo.data.models.xml"}]}]

},

… 

• Let's start it :sudo docker run ­­name="erocci_linked­data" ­v `pwd`/sys.config:/tmp/sys.config ­v `pwd`/occi.xml:/tmp/occi.xml ­v `pwd`/org.occiware.ozwillo.data.models.xml:/tmp/org.occiware.ozwillo.data.models.xml ­P ­t ­i erocci/erocci

Runtime setup (erocci)

Page 15: OCCIware & Linked Data prototype OW2Con@POSS

Studio : OCCI configuration

Page 16: OCCIware & Linked Data prototype OW2Con@POSS

…to curl POST to runtime scriptGovernance action example :in order to publish a stable version of the org_0 project, let's freeze all its models :

*.occic configuration file > Cloud Designer > Generate curl script :curl $COPTS ­X PUT $SERVER/project/occiware_geo_1 ­H 'Content­Type: text/occi' ­H 'Category: project; scheme="http://occiware.org/ozwillo/dcproject#"; class="kind";' ­H 'X­OCCI­Attribute: name="occiware_org_0"' ­H 'X­OCCI­Attribute: frozenModelNames="[*]"'

Page 17: OCCIware & Linked Data prototype OW2Con@POSS

sh ./genOCCI_DCProjConf.sh http://localhost:32768

curl ­v ­H 'accept: text/uri­list' http://localhost:32768/collections/project/

curl ­v http://localhost:32768/collections/project/af6c7009­59cb­3f17­ba24­e77b17e9d4a8

Runtime POST & check

Page 18: OCCIware & Linked Data prototype OW2Con@POSS

What now ?

• Next : turning this Linked Data as a Service prototype into an actual implementation, on top of Ozwillo Datacore !• In the works : - Studio : more generators & connectors (ex. get current runtime state and update the diagram accordingly), more automated, more complete… - Runtime : generic erocci Java integration - Deployment integration, use case platforms development / deployment / setup...

Page 19: OCCIware & Linked Data prototype OW2Con@POSS

Any questions ?Thanks for your attention !

Contact : http://www.occiware.org - marc.dutoo at openwide.fr

Source : https://github.com/occiware

Partners :

Sponsors :DGE (PIA) & System@tic, SCS, Images & Réseaux, PICOM, Minalogic clusters