hybrid cloud framework

12
Hybrid Cloud Framework Center for Cloud Computing and Big Data Dept of CSE, PES University, Bangalore Contact: Prof. Dinkar Sitaram, [email protected] Partially funded by EMC

Upload: lixue

Post on 23-Feb-2016

43 views

Category:

Documents


2 download

DESCRIPTION

Hybrid Cloud Framework. Center for Cloud Computing and Big Data Dept of CSE, PES University, Bangalore Contact: Prof. Dinkar Sitaram , [email protected] Partially funded by EMC. Objectives. Bursting across different deployments Workload Migration Policies Support for Scalability - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Hybrid Cloud Framework

Hybrid Cloud Framework

Center for Cloud Computing and Big DataDept of CSE, PES University, Bangalore

Contact: Prof. Dinkar Sitaram, [email protected] funded by EMC

Page 2: Hybrid Cloud Framework

Bursting across different deployments

Workload Migration Policies Support for

ScalabilityHigh Availability

Interface OpenStack with other clouds

Objectives

Page 3: Hybrid Cloud Framework

High Level Architecture

Page 4: Hybrid Cloud Framework

Top Cell/Cells Scheduler

Child Cell Pseudo-Child Cell

Private Cloud Resources

Public Cloud Resources

Implemented Architecture

Page 5: Hybrid Cloud Framework

VPN/Firewall Node

Top-Cell

Private Cloud Child Cell

VPN/NATFirewall Node

Public Cloud Pseudo-Child

Cell

Transport Layer Security

Current Deployment

Page 6: Hybrid Cloud Framework

Our implementation of a hybrid cloud consists of OpenStack as the primary cloud and Amazon EC2 as the foreign cloud.

Cells Architecture of OpenStack is deployed to have a parent cell and child cells.

The driver in pseudo-cell was re-written to be an EC2 driver.

Implementation Details

Page 7: Hybrid Cloud Framework

Currently, not integrated with Federated Security◦ Future work

The driver uses the EC2 authentication and provides the EC2 virtualization platform to spawn the VM on EC2.

The VM spawned on EC2 returns the endpoints which are used to update the databases of children and parent

Security

Page 8: Hybrid Cloud Framework

Nova-Cells Child

Nova-Compute

Interface to the public cloud

Handle incoming Messages and update Top Cell about statusUpdates Database and makes call to Interface driverInterface that speaks to the Public Cloud to execute resource requests

Pseudo-Child Cell

Page 9: Hybrid Cloud Framework

Work Flow Request for compute resources arrives

at parent or top cell. The cells scheduler of the parent

checks capabilities of all its child cells and selects a target cell as per policy

If the target cell is not the EC2 pseudo-child cell then the scheduler routes the request to the target cell and it spawns a VM using local resources.

If the request is routed to the EC2 pseudo-child cell then the VM is spawned using resources of Amazon by using its API provided in the driver.

Once the VM is spawned in Amazon, it returns the endpoints to the target cell. This cell extracts required metadata from these endpoints.

Each child updates their databases and then push the metadata to the parent to be updated in the parent.

Top Cell/Cells Scheduler

Child Cell

Pseudo-Child Cell

Private Cloud Resources

Public Cloud Resources

Page 10: Hybrid Cloud Framework

The proposed architecture is simple in implementation for many well-known clouds as it leverages hierarchical features already found in clouds such as OpenStack and Eucalyptus.

This architecture has been implemented for federation between multiple OpenStack clouds and OpenStack-Amazon federation.

Conclusion

Page 11: Hybrid Cloud Framework

Take forward as a contribution to Openstack Integrate federated security

Future Work

Page 12: Hybrid Cloud Framework

Thank You