14
BRIEFING ABOUT MOSAIC Dana Petcu Institute e-Austria Timisoara, West University of Timisoara http://web.info.uvt.ro/~petcu

B RIEFING ABOUT M OSAIC Dana Petcu Institute e-Austria Timisoara, West University of Timisoara petcu

Embed Size (px)

Citation preview

Page 1: B RIEFING ABOUT M OSAIC Dana Petcu Institute e-Austria Timisoara, West University of Timisoara petcu

BRIEFING ABOUT MOSAIC

Dana Petcu

Institute e-Austria Timisoara, West University of Timisoara

http://web.info.uvt.ro/~petcu

Page 2: B RIEFING ABOUT M OSAIC Dana Petcu Institute e-Austria Timisoara, West University of Timisoara petcu

Clo

ud S

um

mer S

chool, A

lmere

2

7/2

5/2

01

3

MOSAIC: OPEN SOURCE API & PLATFORM FOR MULTIPLE CLOUDS

MARKETING MOTTO: “FLYING THROUGH THE CLOUDS”

APIspec

APIspec

APIspec

APIspec

ApplicationPortability!

01011001

01011001

1. a tool for developing portable Cloud-applications which can consume hardware and software resources offered by multiple Cloud providers;

2. a brokerage system to support the decision of Cloud service provider selection at the deployment stage.

3. an open-source PaaS that can be easily deployable by service providers and which can be customized and enhanced by service providers;

Page 3: B RIEFING ABOUT M OSAIC Dana Petcu Institute e-Austria Timisoara, West University of Timisoara petcu

Clo

ud S

um

mer S

chool, A

lmere

3

7/2

5/2

01

3MOSAIC AS R&D COLLABORATION EFFORT

Consortium:

1. Second University of Naples, Italy

2. Institute e-Austria Timisoara, Romania

3. European Space Agency, France

4. Terradue SRL, Italy

5. AITIA International Informatics, Hungary

6. Tecnalia, Spain

7. Xlab, Slovenia

8. University of Ljubljana, Slovenia

9. Brno University of Technology, Czech Republic

www.mosaic-cloud.euwww.mosaic-cloud.eu

September 2011: 1st API implementat. (Java) September 2012: 1st stable PaaS,

2nd API impl. (Python) March 2013: Full software package

Page 4: B RIEFING ABOUT M OSAIC Dana Petcu Institute e-Austria Timisoara, West University of Timisoara petcu

4

SCENARIO FOR MULTIPLE CLOUDS7

/25

/20

13

Clo

ud S

um

mer S

chool, A

lmere

01011001

01011 001

Component based applicationCommunications via messagesEvent-driven programming style

Select 1 IaaS-Cloud at a timeDeployControl appl & resources

Page 5: B RIEFING ABOUT M OSAIC Dana Petcu Institute e-Austria Timisoara, West University of Timisoara petcu

5

Clo

ud S

um

mer S

chool, A

lmere

OVERVIEW PAPER

Experiences in Building a mOSAIC of CloudsPetcu et al, Journal of Cloud Computing: Advances, Systems and Applications 2013, 2:12 doi:10.1186/2192-113X-2-12, May 24, 2013http://www.journalofcloudcomputing.com/content/2/1/12/abstract

Part of the FINAL REPORT!

7/2

5/2

01

3

Page 6: B RIEFING ABOUT M OSAIC Dana Petcu Institute e-Austria Timisoara, West University of Timisoara petcu

6

Clo

ud S

um

mer S

chool, A

lmere

mOSAIC PaaS and IaaS

Infrastructure support

Application support

Software platform support

API implementations

Platform’s core components

Application tools

Workbench

Frontends (cmdl, wui)

Cloud Agency Client

Eclipse plug-ins

Naming service

Execution engine

Resource allocator

Component hub

Controller

Application service components

SLA framework

Erlang APIs

Examples

Java APIs

Semantic tools

Brokering systemBroker mechanisms

Vendor modules

Cloud-enabled applications

Cloud adaptors

Python APIs

Portable Testbed Clust

Templates

Benchmark

Application support components

Deployable COTS

Credential service Drivers

mOS

Cloud Agency

Mediator

Meter

Archiver

Annotator of Clouds

Hosting services support Deployable services support

Eucalyptus

OpenNebula

DeltaCloud

Amazon

Flexiscale

CloudStack

GoGrid

NIIFI

CloudSigma

OnApp VMware

mOSAIC’s proof-of-the-concept applications

Earth Observation applications

Intelligent maintenance syst

Model exploration service

Information extraction Analysis of structures

Matchmacker&Mapper

Ontology

Semantic engine

Semantic extractor

DFS & HDFS support

OpenStack

XCloud SLA lookup

7/2

5/2

01

3

htt

ps:

//bit

buck

et.

org

/mosa

ic/

Page 7: B RIEFING ABOUT M OSAIC Dana Petcu Institute e-Austria Timisoara, West University of Timisoara petcu

7

Clo

ud S

um

mer S

chool, A

lmere

LAYERS OF MOSAIC’ SET OF APIS

7/2

5/2

01

3

DriverDriver

APIAPIAPIAPI APIAPI APIAPI

DriverDriver

Interoperability APIInteroperability API

(J) Connector API(J) Connector API (P) Connector API

(P) Connector API

(J) Cloudlet API(J) Cloudlet API (P) Cloudlet API(P) Cloudlet API

API for same type of resource

Proxies generator

Operations with standard type of resources

Component reacting to events

(J)Component(J)Component (J)Componen

t

(J)Componen

t

(P) Component

(P) Component

(P) Component

(P) Component

Classical components of applications

DriverDriver

APIAPIAPIAPI

D.Petcu et al, Portable Cloud applications—From theory to practice, FGCS 2012

Page 8: B RIEFING ABOUT M OSAIC Dana Petcu Institute e-Austria Timisoara, West University of Timisoara petcu

8

Clo

ud S

um

mer S

chool, A

lmere

CLOUDLET AND CONNECTOR

Cloudlet: Behavior: event-driven,

stateless Automated elasticity: no.

of Cloudlet instances controlled by Container

Programmable elasticity: no. of containers

Functionality do not depend on no. instances

Connector: Behavior: RPC Interface defining the set

of events to which the Cloudlet

should react Abstract the access to

Cloud resources

7/2

5/2

01

3

Interoperability API Ensure language

independence protocol syntax and semantic

enforcements. RPC solution that abstracts

addressing stubs to Driver API and

proxies to Connector

Driver API wraps the native API all resources of the same

type are exposed with the same interface eg. HBase vs. Riak key-value

store: a matter of configuration.

Page 9: B RIEFING ABOUT M OSAIC Dana Petcu Institute e-Austria Timisoara, West University of Timisoara petcu

Clo

ud S

um

mer S

chool, A

lmere

7/2

5/2

01

3

9

HOW TO USE IT?

Write component-based application Languages: Java, Python, [Erlang, Node.js] Communications through message passing Respect the event-driven style of programming

Debug application on the desktop or on-premise server(s) Within Eclipse Use Personal Testbed Cluster using VirtualBox for the VMs

Deploy application in a Cloud Assisted by Cloud Agency and Broker (with SLAs) OR Use Resource Allocator

Control the application Control the life-cycle of the components (start/stop/replace)

Page 10: B RIEFING ABOUT M OSAIC Dana Petcu Institute e-Austria Timisoara, West University of Timisoara petcu

Clo

ud S

um

mer S

chool, A

lmere

7/2

5/2

01

3

10

TUTORIAL & DOCUMENTATION

Tutorial for the installations and first example:http://wiki.volution.ro/Mosaic/Notes/Platform/Tutorial

Documentation:http://developers.mosaic-cloud.eu

Page 11: B RIEFING ABOUT M OSAIC Dana Petcu Institute e-Austria Timisoara, West University of Timisoara petcu

Clo

ud S

um

mer S

chool, A

lmere

7/2

5/2

01

3

11

APPLICATIONS VIDEOS Civil engineering (Matlab @ Cloud): http://youtu.

be/EztdyThs39w Earth Observation (ESA&Terradue): https://

vimeo.com/64316032 Model exploration: http://youtu.be/fU8VONfg6Z0

Note: 1. Information extraction on the open-source repository2. Sensor data in the Intelligence Maintenance use case3. Extra: Olaii (www.olaii.com ) RightScale + Amazon

Page 12: B RIEFING ABOUT M OSAIC Dana Petcu Institute e-Austria Timisoara, West University of Timisoara petcu

Clo

ud S

um

mer S

chool, A

lmere

7/2

5/2

01

3

12

EXAMPLE VIDEOS

Hello example (one Cloudlet): Hello run and debug on PTC: http://youtu.be/pDrktFOMZWA Hello run on AWS: http://youtu.be/GW1WjZhJXH8

Real time feeds example (multiple Components & Cloudlets): Deploy manually component by component in AWS: http://youtu.

be/uYD8sxMStz8 Package send to S3 and start of the appl: http://

youtu.be/AK1LqAMjvfU

Page 14: B RIEFING ABOUT M OSAIC Dana Petcu Institute e-Austria Timisoara, West University of Timisoara petcu

Clo

ud S

um

mer S

chool, A

lmere

7/2

5/2

01

3

14

BENCHMARKS

http://developers.mosaic-cloud.eu/confluence/display/MOSAIC/Benchmarks

Shell scripts: CPU Network Message queues Data stores