SlideShare a Scribd company logo
1 of 18
Eucalyptus,
Nimbus &
OpenNebula
About Us
Amar Myana Latika Patil
I’m a Software Developer I’m a Software Developer
I work at Security Brigade Infosec Pvt. Ltd. I work at TCS Consultancy Ltd.
I’m working from last 3 years. I’m working from last 2 years.
Abstract
• Eucalyptus, Nimbus & OpenNebula are major Open-Source
Cloud-Computing Software Platforms
• Manage the provisioning of virtual machines for a cloud
providing IaaS
• Commercial cloud services charge, by the hour, for CPU time
• It might be more cost effective for the organization to purchase
hardware to create its own private cloud.
• These software products are designed to allow an organization
to set up a private group of machines as their own cloud.
• These three frameworks represent three different points of
interest in the design space of this particular type of open-
source cloud.
Analysis
• We will discuss how these software frameworks act as
managers that stand in the middle of a number of other
software components.
• We will analyze how core decisions in the basic architecture and
overall structure of Eucalyptus, Nimbus and OpenNebula impact
the kind of settings and applications for which each framework
is most suitable.
• We will identify several opportunities for improving these
software stacks by identifying some of the challenges that are
common to all three.
The Cloud Computing Stack
• A quick overview of entire cloud computing software stack.
• In a generic open-source cloud computing system, we can
identify six basic components.
• First, we hardware and operating system that are on the various
physical machines in the system.
• The second component is the network. This includes the DNS,
DHCP and the subnet organization of the physical machines.
• The third component is the virtual machine hypervisor, (also
known as a Virtual Machine Monitor or VMM).
• The fourth component is an archive of VM disk images.
• The fifth component is the front-end for users.
• The last component is the cloud framework itself, where
Eucalyptus, OpenNebula and Nimbus are placed.
Eucalyptus
• EUCALYPTUS stands for Elastic Utility Computing Architecture
for Linking Your Program To Useful System.
• It is open source software that was developed by University of
California-Santa Barbara for Cloud Computing to implement
Infrastructure as a Service.
• Eucalyptus provide an EC2 -compatible cloud Computing
Platform and S3- compatible Cloud Storage thus its services are
available through EC2/S3 compatible APIs.
• The Eucalyptus system is composed of a 5 main components
interacting together; Client, Cloud Controller, Storage
Controller (Walrus), Cluster Controller and a Node Controller.
• Node Controller
• Is installed in each compute
node to control VM activities,
including the execution, inspe-
ction and termination of VM
instances.
• Cluster Controller
• Runs on 1 machine per cluster &
works as an intermediary betw-
een the cloud & node controller.
• Storage Controller
• Warlus is a component that provides storage services for storing virtual
machine images and user’s data.
• Cloud Controller
• It is the user’s entry point into the Eucalyptus system and only one instance
is run on the system. It provides users with a way managing the system.
• The cloud controller is built using the Enterprise service bus providing
decoupling from the services’ implementation.
• Client
• The client component provides the user with a way to access the
Eucalyptus system (cloud controller).
• Eucalyptus provides two interfaces;
• One is a WDSL which is a SOAP client interface similar to AWS EC2 interface
called euca2ools.
• Another interface is a HTTP query based interface.
Constructing a Virtual Machine:
1. A user uses the euca2ools front-end to request a VM.
2. The VM template disk image is pushed
to a compute node
3. This disk image is padded to the correct
size and packaged for use by the
hypervisor on the compute node.
4. The compute node sets up network bridging
to provide a virtual NIC with a virtual MAC.
5. On the head node the dhcp is set up with the
MAC/IP pair
6. VM is spawned on the VMM.
7. The user can now SSH directly into the VM.
Nimbus
• Nimbus is another open source IaaS implementation framework
which came online September 2005.
• Nimbus allows a client to lease remote resources by deploying
virtual machines (VMs) on those resources and configuring
them to represent an environment desired by the user.
• It was formerly known as the "Virtual Workspace Service" (VWS)
but the "workspace service" is technically just one the
components in the software collection.
• Nimbus was designed with the goal of turning clusters into
clouds mainly to be used in scientific applications.
System Architecture And Design
• The design of Nimbus which consists of a number of components
based on the web service technology:
1. Workspace Service
• Allows clients to manage and administer VMs by providing to two interfaces;
1. One interface is based on the web service resource framework (WSRF)
2. The other is based on EC2 WSDL.
2. Workspace Resource Manager
• Implements VM instance creation on a site and management.
3. Workspace Pilot
• Provides virtualization with significant changes to the site configurations.
4. Workspace Control
• Implements VM instance management such as start, stop and pause VM. It also
provides image management and sets up networks and provides IP assignment.
5. Context Broker
• Allows clients coordinate large virtual cluster launches automatically and repeatedly.
6. Workspace Client
• A complex client that provides full access to the workspace service functionality.
7. Cloud Client
• A simpler client providing access to selected functionalities in the workspace service.
8. Storage Service
• Cumulus is a web service providing users with storage capabilities to store images
and works in conjunction with GridFTP.
Constructing A Virtual Machine:
1. A user uses cloud-client to request a VM.
2. Nimbus will SSH into a compute node.
3. The VM template disk image is pushed to the
compute node.
4. On the compute node, the disk image is
padded to the correct size and configured.
5. The compute node sets up network bridging
to provide a virtual NIC with a virtual MAC.
6. A dhcp server on the compute node is
configured with a MAC/IP pair.
7. VM is spawned on the VMM.
8. The user can now SSH directly into the VM.
OpenNebula
• OpenNebula tends to a greater level of centralization and
customizability (especially for end-users).
• The idea of OpenNebula is a pure private cloud, in which users
actually log into the head node to access cloud functions.
• OpenNebula, by default, uses a shared file system, typically NFS, for
all disk images files and all files for actually running the OpenNebula
functions.
• In order to spawn a VM, the user provides a configuration file
containing parameters which would be fed into the VMM command
line. This allows for memory, processor, network and disk resources
to be requested for essentially any configuration.
• OpenNebula is also very centralized, especially in its default
Constructing A Virtual Machine
1. A user uses ssh to login to the head node.
2. The user uses the onevm command to request a VM.
3. The VM template disk image is copied and a copy
is padded to the correct size and configuration within
the NFS directory on the head node.
4. The one process on the head node uses ssh to log into a
compute node.
5. The compute node sets up network bridging to provide a
virtual NIC with a virtual MAC.
6. Files needed by the VMM on the compute node will be
pulled to the compute node via the NFS.
7. VM is spawned on the VMM.
8. The user can now SSH directly into the VM.
SUMMARY
Eucalyptus OpenNebula Nimbus
Philosophy Mimic Amazon EC2 Private, highly
customizable cloud
Cloud resources
tailored to scientific
researchers
Customizability Some for admin,
less for user
Basically everything Many parts except
for image storage
and globus
credentials
DHCP On cluster controller Variable On individual
compute node
Internal Security Tight. Root required
for many things.
Looser, but can be
made more tight if
needed.
Fairly tight, unless
deploying a fully
private cloud.
User Security Users are given
custom credentials
via a web interface
User logs into head Users x509
credential is
registered with
cloud
An Ideal Setting Large group of Smaller group of Deploy for less to
THANK YOU

More Related Content

What's hot

What's hot (20)

Unit 2 -Cloud Computing Architecture
Unit 2 -Cloud Computing ArchitectureUnit 2 -Cloud Computing Architecture
Unit 2 -Cloud Computing Architecture
 
Aneka platform
Aneka platformAneka platform
Aneka platform
 
Cloud deployment models
Cloud deployment modelsCloud deployment models
Cloud deployment models
 
Underlying principles of parallel and distributed computing
Underlying principles of parallel and distributed computingUnderlying principles of parallel and distributed computing
Underlying principles of parallel and distributed computing
 
2. Distributed Systems Hardware & Software concepts
2. Distributed Systems Hardware & Software concepts2. Distributed Systems Hardware & Software concepts
2. Distributed Systems Hardware & Software concepts
 
Cloud Security, Standards and Applications
Cloud Security, Standards and ApplicationsCloud Security, Standards and Applications
Cloud Security, Standards and Applications
 
cloud computing:Types of virtualization
cloud computing:Types of virtualizationcloud computing:Types of virtualization
cloud computing:Types of virtualization
 
Event management by using cloud computing
Event management by using cloud computingEvent management by using cloud computing
Event management by using cloud computing
 
Google App Engine ppt
Google App Engine  pptGoogle App Engine  ppt
Google App Engine ppt
 
Virtualization in cloud computing
Virtualization in cloud computingVirtualization in cloud computing
Virtualization in cloud computing
 
Google App Engine
Google App EngineGoogle App Engine
Google App Engine
 
SLA Agreement, types and Life Cycle
SLA Agreement, types and Life Cycle SLA Agreement, types and Life Cycle
SLA Agreement, types and Life Cycle
 
Implementation levels of virtualization
Implementation levels of virtualizationImplementation levels of virtualization
Implementation levels of virtualization
 
Cloud Computing Architecture
Cloud Computing ArchitectureCloud Computing Architecture
Cloud Computing Architecture
 
Levels of Virtualization.docx
Levels of Virtualization.docxLevels of Virtualization.docx
Levels of Virtualization.docx
 
Introduction to Virtualization
Introduction to VirtualizationIntroduction to Virtualization
Introduction to Virtualization
 
Cloud Application architecture styles
Cloud Application architecture styles Cloud Application architecture styles
Cloud Application architecture styles
 
Cloud Infrastructure Mechanisms
Cloud Infrastructure MechanismsCloud Infrastructure Mechanisms
Cloud Infrastructure Mechanisms
 
Cloud computing and Cloud Enabling Technologies
Cloud computing and Cloud Enabling TechnologiesCloud computing and Cloud Enabling Technologies
Cloud computing and Cloud Enabling Technologies
 
Virtualization
VirtualizationVirtualization
Virtualization
 

Viewers also liked

OpenNebulaConf2017EU: IPP Cloud by Jimmy Goffaux, IPPON
OpenNebulaConf2017EU: IPP Cloud by Jimmy Goffaux, IPPONOpenNebulaConf2017EU: IPP Cloud by Jimmy Goffaux, IPPON
OpenNebulaConf2017EU: IPP Cloud by Jimmy Goffaux, IPPON
OpenNebula Project
 
CloudOpen 2012 OpenNebula talk
CloudOpen 2012 OpenNebula talkCloudOpen 2012 OpenNebula talk
CloudOpen 2012 OpenNebula talk
OpenNebula Project
 
OpenNebulaConf2017EU: Rudder by Florian, Heigl
OpenNebulaConf2017EU: Rudder by Florian, HeiglOpenNebulaConf2017EU: Rudder by Florian, Heigl
OpenNebulaConf2017EU: Rudder by Florian, Heigl
OpenNebula Project
 

Viewers also liked (7)

OpenNebulaConf2017EU: IPP Cloud by Jimmy Goffaux, IPPON
OpenNebulaConf2017EU: IPP Cloud by Jimmy Goffaux, IPPONOpenNebulaConf2017EU: IPP Cloud by Jimmy Goffaux, IPPON
OpenNebulaConf2017EU: IPP Cloud by Jimmy Goffaux, IPPON
 
Cloud Computing Architecture with Open Nebula - HPC Cloud Use Cases - NASA A...
Cloud Computing Architecture with Open Nebula  - HPC Cloud Use Cases - NASA A...Cloud Computing Architecture with Open Nebula  - HPC Cloud Use Cases - NASA A...
Cloud Computing Architecture with Open Nebula - HPC Cloud Use Cases - NASA A...
 
OpenNebulaConf2017EU: Alternative Context for Windows by Paul Batchelor, Blac...
OpenNebulaConf2017EU: Alternative Context for Windows by Paul Batchelor, Blac...OpenNebulaConf2017EU: Alternative Context for Windows by Paul Batchelor, Blac...
OpenNebulaConf2017EU: Alternative Context for Windows by Paul Batchelor, Blac...
 
CloudOpen 2012 OpenNebula talk
CloudOpen 2012 OpenNebula talkCloudOpen 2012 OpenNebula talk
CloudOpen 2012 OpenNebula talk
 
Opennebula instalação
Opennebula instalaçãoOpennebula instalação
Opennebula instalação
 
OpenNebulaConf2017EU: Rudder by Florian, Heigl
OpenNebulaConf2017EU: Rudder by Florian, HeiglOpenNebulaConf2017EU: Rudder by Florian, Heigl
OpenNebulaConf2017EU: Rudder by Florian, Heigl
 
OpenNebula 4.14 Hands-on Tutorial
OpenNebula 4.14 Hands-on TutorialOpenNebula 4.14 Hands-on Tutorial
OpenNebula 4.14 Hands-on Tutorial
 

Similar to Eucalyptus, Nimbus & OpenNebula

Survey of open source cloud architectures
Survey of open source cloud architecturesSurvey of open source cloud architectures
Survey of open source cloud architectures
abhinav vedanbhatla
 
Cloud computing virtualization
Cloud computing virtualizationCloud computing virtualization
Cloud computing virtualization
Ayaz Shahid
 
virtualization-220403085202_Chapter1.pptx
virtualization-220403085202_Chapter1.pptxvirtualization-220403085202_Chapter1.pptx
virtualization-220403085202_Chapter1.pptx
XanGwaps
 

Similar to Eucalyptus, Nimbus & OpenNebula (20)

Cloud computing overview
Cloud computing overviewCloud computing overview
Cloud computing overview
 
Survey of open source cloud architectures
Survey of open source cloud architecturesSurvey of open source cloud architectures
Survey of open source cloud architectures
 
Cloud computing virtualization
Cloud computing virtualizationCloud computing virtualization
Cloud computing virtualization
 
comparative study of Cloud computing tools
comparative study of Cloud computing tools comparative study of Cloud computing tools
comparative study of Cloud computing tools
 
Virtualization, A Concept Implementation of Cloud
Virtualization, A Concept Implementation of CloudVirtualization, A Concept Implementation of Cloud
Virtualization, A Concept Implementation of Cloud
 
Get superior performance with auto scalable e nlight managed cloud
Get superior performance with auto scalable e nlight managed cloudGet superior performance with auto scalable e nlight managed cloud
Get superior performance with auto scalable e nlight managed cloud
 
9-cloud-computing.pdf
9-cloud-computing.pdf9-cloud-computing.pdf
9-cloud-computing.pdf
 
virtualization-220403085202_Chapter1.pptx
virtualization-220403085202_Chapter1.pptxvirtualization-220403085202_Chapter1.pptx
virtualization-220403085202_Chapter1.pptx
 
2 vm provisioning
2 vm provisioning2 vm provisioning
2 vm provisioning
 
vm provisioning
vm provisioningvm provisioning
vm provisioning
 
Cloud Computing - Introduction
Cloud Computing - IntroductionCloud Computing - Introduction
Cloud Computing - Introduction
 
Tuning VIM performance for unikernels
Tuning VIM performance for unikernelsTuning VIM performance for unikernels
Tuning VIM performance for unikernels
 
Hybrid Cloud Tutorial Linkedin 2
Hybrid Cloud Tutorial Linkedin 2Hybrid Cloud Tutorial Linkedin 2
Hybrid Cloud Tutorial Linkedin 2
 
Lightening the burden of cloud resources administration: from VMs to Functions
Lightening the burden of cloud resources administration: from VMs to FunctionsLightening the burden of cloud resources administration: from VMs to Functions
Lightening the burden of cloud resources administration: from VMs to Functions
 
virtualization(1).pptx
virtualization(1).pptxvirtualization(1).pptx
virtualization(1).pptx
 
virtualization.pptx
virtualization.pptxvirtualization.pptx
virtualization.pptx
 
Virtualization
VirtualizationVirtualization
Virtualization
 
lect 1TO 5.pptx
lect 1TO 5.pptxlect 1TO 5.pptx
lect 1TO 5.pptx
 
CloudStackFinalProject
CloudStackFinalProjectCloudStackFinalProject
CloudStackFinalProject
 
Quick overview of Openstack architecture
Quick overview of Openstack architectureQuick overview of Openstack architecture
Quick overview of Openstack architecture
 

Recently uploaded

TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
mohitmore19
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
VishalKumarJha10
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
Health
 

Recently uploaded (20)

%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfPayment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
ManageIQ - Sprint 236 Review - Slide Deck
ManageIQ - Sprint 236 Review - Slide DeckManageIQ - Sprint 236 Review - Slide Deck
ManageIQ - Sprint 236 Review - Slide Deck
 
BUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptxBUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptx
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdfAzure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
 
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 
LEVEL 5 - SESSION 1 2023 (1).pptx - PDF 123456
LEVEL 5   - SESSION 1 2023 (1).pptx - PDF 123456LEVEL 5   - SESSION 1 2023 (1).pptx - PDF 123456
LEVEL 5 - SESSION 1 2023 (1).pptx - PDF 123456
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
Exploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfExploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdf
 

Eucalyptus, Nimbus & OpenNebula

  • 2. About Us Amar Myana Latika Patil I’m a Software Developer I’m a Software Developer I work at Security Brigade Infosec Pvt. Ltd. I work at TCS Consultancy Ltd. I’m working from last 3 years. I’m working from last 2 years.
  • 3. Abstract • Eucalyptus, Nimbus & OpenNebula are major Open-Source Cloud-Computing Software Platforms • Manage the provisioning of virtual machines for a cloud providing IaaS • Commercial cloud services charge, by the hour, for CPU time • It might be more cost effective for the organization to purchase hardware to create its own private cloud. • These software products are designed to allow an organization to set up a private group of machines as their own cloud. • These three frameworks represent three different points of interest in the design space of this particular type of open- source cloud.
  • 4. Analysis • We will discuss how these software frameworks act as managers that stand in the middle of a number of other software components. • We will analyze how core decisions in the basic architecture and overall structure of Eucalyptus, Nimbus and OpenNebula impact the kind of settings and applications for which each framework is most suitable. • We will identify several opportunities for improving these software stacks by identifying some of the challenges that are common to all three.
  • 5. The Cloud Computing Stack • A quick overview of entire cloud computing software stack. • In a generic open-source cloud computing system, we can identify six basic components.
  • 6. • First, we hardware and operating system that are on the various physical machines in the system. • The second component is the network. This includes the DNS, DHCP and the subnet organization of the physical machines. • The third component is the virtual machine hypervisor, (also known as a Virtual Machine Monitor or VMM). • The fourth component is an archive of VM disk images. • The fifth component is the front-end for users. • The last component is the cloud framework itself, where Eucalyptus, OpenNebula and Nimbus are placed.
  • 7. Eucalyptus • EUCALYPTUS stands for Elastic Utility Computing Architecture for Linking Your Program To Useful System. • It is open source software that was developed by University of California-Santa Barbara for Cloud Computing to implement Infrastructure as a Service. • Eucalyptus provide an EC2 -compatible cloud Computing Platform and S3- compatible Cloud Storage thus its services are available through EC2/S3 compatible APIs. • The Eucalyptus system is composed of a 5 main components interacting together; Client, Cloud Controller, Storage Controller (Walrus), Cluster Controller and a Node Controller.
  • 8. • Node Controller • Is installed in each compute node to control VM activities, including the execution, inspe- ction and termination of VM instances. • Cluster Controller • Runs on 1 machine per cluster & works as an intermediary betw- een the cloud & node controller. • Storage Controller • Warlus is a component that provides storage services for storing virtual machine images and user’s data. • Cloud Controller • It is the user’s entry point into the Eucalyptus system and only one instance is run on the system. It provides users with a way managing the system.
  • 9. • The cloud controller is built using the Enterprise service bus providing decoupling from the services’ implementation. • Client • The client component provides the user with a way to access the Eucalyptus system (cloud controller). • Eucalyptus provides two interfaces; • One is a WDSL which is a SOAP client interface similar to AWS EC2 interface called euca2ools. • Another interface is a HTTP query based interface.
  • 10. Constructing a Virtual Machine: 1. A user uses the euca2ools front-end to request a VM. 2. The VM template disk image is pushed to a compute node 3. This disk image is padded to the correct size and packaged for use by the hypervisor on the compute node. 4. The compute node sets up network bridging to provide a virtual NIC with a virtual MAC. 5. On the head node the dhcp is set up with the MAC/IP pair 6. VM is spawned on the VMM. 7. The user can now SSH directly into the VM.
  • 11. Nimbus • Nimbus is another open source IaaS implementation framework which came online September 2005. • Nimbus allows a client to lease remote resources by deploying virtual machines (VMs) on those resources and configuring them to represent an environment desired by the user. • It was formerly known as the "Virtual Workspace Service" (VWS) but the "workspace service" is technically just one the components in the software collection. • Nimbus was designed with the goal of turning clusters into clouds mainly to be used in scientific applications.
  • 12. System Architecture And Design • The design of Nimbus which consists of a number of components based on the web service technology: 1. Workspace Service • Allows clients to manage and administer VMs by providing to two interfaces; 1. One interface is based on the web service resource framework (WSRF) 2. The other is based on EC2 WSDL.
  • 13. 2. Workspace Resource Manager • Implements VM instance creation on a site and management. 3. Workspace Pilot • Provides virtualization with significant changes to the site configurations. 4. Workspace Control • Implements VM instance management such as start, stop and pause VM. It also provides image management and sets up networks and provides IP assignment. 5. Context Broker • Allows clients coordinate large virtual cluster launches automatically and repeatedly. 6. Workspace Client • A complex client that provides full access to the workspace service functionality. 7. Cloud Client • A simpler client providing access to selected functionalities in the workspace service. 8. Storage Service • Cumulus is a web service providing users with storage capabilities to store images and works in conjunction with GridFTP.
  • 14. Constructing A Virtual Machine: 1. A user uses cloud-client to request a VM. 2. Nimbus will SSH into a compute node. 3. The VM template disk image is pushed to the compute node. 4. On the compute node, the disk image is padded to the correct size and configured. 5. The compute node sets up network bridging to provide a virtual NIC with a virtual MAC. 6. A dhcp server on the compute node is configured with a MAC/IP pair. 7. VM is spawned on the VMM. 8. The user can now SSH directly into the VM.
  • 15. OpenNebula • OpenNebula tends to a greater level of centralization and customizability (especially for end-users). • The idea of OpenNebula is a pure private cloud, in which users actually log into the head node to access cloud functions. • OpenNebula, by default, uses a shared file system, typically NFS, for all disk images files and all files for actually running the OpenNebula functions. • In order to spawn a VM, the user provides a configuration file containing parameters which would be fed into the VMM command line. This allows for memory, processor, network and disk resources to be requested for essentially any configuration. • OpenNebula is also very centralized, especially in its default
  • 16. Constructing A Virtual Machine 1. A user uses ssh to login to the head node. 2. The user uses the onevm command to request a VM. 3. The VM template disk image is copied and a copy is padded to the correct size and configuration within the NFS directory on the head node. 4. The one process on the head node uses ssh to log into a compute node. 5. The compute node sets up network bridging to provide a virtual NIC with a virtual MAC. 6. Files needed by the VMM on the compute node will be pulled to the compute node via the NFS. 7. VM is spawned on the VMM. 8. The user can now SSH directly into the VM.
  • 17. SUMMARY Eucalyptus OpenNebula Nimbus Philosophy Mimic Amazon EC2 Private, highly customizable cloud Cloud resources tailored to scientific researchers Customizability Some for admin, less for user Basically everything Many parts except for image storage and globus credentials DHCP On cluster controller Variable On individual compute node Internal Security Tight. Root required for many things. Looser, but can be made more tight if needed. Fairly tight, unless deploying a fully private cloud. User Security Users are given custom credentials via a web interface User logs into head Users x509 credential is registered with cloud An Ideal Setting Large group of Smaller group of Deploy for less to