SlideShare une entreprise Scribd logo
1  sur  33
Copyright Cloud Enabled Ltd, All rights Reserved.
Anil Bidari
Founder and CEO,Cloud Enabled
Anil.bidari@thecloudenabled.com
Web : thecloudenabled.com
About Us
Cloud Enabled is Cloud Services Company and provides Vendor neutral Cloud Consulting and Cloud Implementation services to
deploy Private and Public Clouds powered by OpenStack and Apache CloudStack support capabilities. We offer 4 important cloud
Services .i.e A) Cloud Consulting, B) Cloud Implementation , C) Cloud Trainings , and D) Cloud Support service
Website : http://thecloudenabled.com , Social Media : http://www.facebook.com/thecloudenabled
Open Source Migration Services Hypervisors
ESXi
KVM
Cloud Implementation and Migration Services Offering
OpenStack Nova
instances migration to
Amazon Web Services
EC2
VMware ESXI based VM’s
migration to
Amazon Web Services
EC2
Implementation Services
Hypervisors Implementation
Copyright Cloud Enabled 2016 , www.thecloudenabled.com All product and company names are trademarks™ or registered® trademarks of their respective holders.
All the implementation service are backed by Cloud Enabled Enthusiastic Support Services. Comprehensive Support Services
• OpenStack Cloud Support Service
• 24×7 Support team backed by Cloud Enabled enthusiastic Support Engineers
• Deployment and Management of MySQL DB Active/Active Support services
• We also are ware one Size does not fit all and based on business criticality you can choose one of our two support options .
2.A ) Cloud Enabled Enthusiastic Support Services2.A ) Cloud Enabled Enthusiastic Support Services
Cloud Enthusiastic Support Services Offering
OpenStack Training Programs
CLOUD ENABLED
IS NOW AN
OpenStack training Portfolio -details
OpenStack Single Node Private Cloud Integration with KVM Host
Course details : http://training.thecloudenabled.com/openstack-administrator-training/
OpenStack Multi Node Private Cloud Integration with KVM Host
http://training.thecloudenabled.com/openstack-kvm-implementation-training/ : Course Link with topic wise details
OpenStack Multi Node Private Cloud Integration with VMware
http://training.thecloudenabled.com/openstack-vmware-implementation-training/ : Course details topic wise
OpenStack Multi Node Private Cloud Integration with Hyper-v
http://training.thecloudenabled.com/openstack-hyperv-training-in-bangalore/ : Course details topic wise
OpenStack Multi Node High Availability with KVM Integration
http://training.thecloudenabled.com/openstack-high-availability-training-in-bangalore/
OpenStack – IaaS Expert: ( Duration 16 Days )
• Cloud Foundation , AWS and Microsoft Cloud LabCloud Associate
Cloud Specialist
OpenStack Administrator
OpenStack KV-Specialist
OpenStack v-Specialist
OpenStack HV-Specialist
OpenStack HA
• Openstack multi node with KVM integration
http://training.thecloudenabled.com/openstack-expert-training-in-bangalore/
• Openstack Single node with KVM Integration
• Cloud Design and Architecture
• Openstack multi node with VMware integration
• Openstack multi node with Hyper V integration
• Openstack multi node HA using Ha Proxy
why Cloud Enabled
Why Cloud Enabled for training ?
CONFEDENTIAL : Copyright Cloud Enabled Ltd, All rights Reserved.
• Cloud Enabled is the only company on the planet as on date to offer “OpenStack IaaS Expert” training program
• All openstack training are backed by Senior cloud engineers from cloud Enabled
• Get Free One month Post training 24x7 remote support for Openstack training programs ( one hour per day Max)
• Get trained by Cloud Enabled trainers who have real time cloud Industry exposure
• Choose from 28 training programs on Cloud right from foundation ,Intermediate to expert level vendor neutral training
Top 5 reasons to choose Cloud Enabled for trainings ?
Feedback
CONFEDENTIAL : Copyright Cloud Enabled Ltd, All rights Reserved.
Source : http://www.openstack.org/marketplace/training/Cloud-Enabled/62
Copyright Cloud Enabled 2016 , www.thecloudenabled.com All product and company names are trademarks™ or registered® trademarks of their respective holders.
Copyright 2013 © Cloud Enabled All rights Reserved.
OpenStack Releases
Folsom
Oct 2012
• Openstack is very aggressive on release cycles and the release name starts with alphabetical in order
• The first 4 releases where quarterly released and following Diablo the release cycle has been every 6 monthly basis
Liberty
Oct 2015
Cloud Computing – Infrastructure Framework
Physical Infrastructure
(Physical Server, Network Switches, Storage, SAN Fabric)
Virtual Infrastructure
(Hypervisor, VM’s, vLAN, vSAN , vSwitch)
Cloud Management Stack
(Self service Portal, Service catalogue ,Metering , Automation )
IaaS
ESXi
Win 2003 | Win 2008 | 2012Ubuntu | Suse | RHEL| CentOS | Linux
Copyright Cloud Enabled 2016 , www.thecloudenabled.com All product and company names are trademarks™ or registered® trademarks of their respective holders.
Copyright 2013 © Cloud Enabled All rights Reserved.
MySql - An overview
The SQL database stores most of the build-time and run-time state for a cloud infrastructure.
 MySQL is a relational database management system (RDBMS), MySQL is also called "My Sequel“
 MySQL is (as of July 2013) the world's second most widely used open-source relational database management system (RDBMS)
 It is named after co-founder Michael Widenius's daughter, My and The SQL phrase stands for Structured Query Language
Role of Mysql in OpenStack
 It is used by Keystone to store authtokens and user credentials
 It is used by Glance service to store image name, image type, image size …
 It is used by Nova to store compute host ID, number of instances on the each host, host inventory used and available
 It is used by Neutron to store network information of each tenant, vport details etc
Copyright 2015 © Cloud Enabled All rights Reserved.
What can RabbitMQ do for you?
• RabbitMQ is a lighweigt messaging broker - an intermediary for messaging between OpenStack components
• It gives your applications a common platform to send and receive messages, and your messages a safe place to live until received.
• Messaging enables software applications to connect and scale.
• Messaging is asynchronous, decoupling applications by separating sending and receiving data.
• Messaging Pattern :
• Producer : Creates message
• Consumer : Handles message
• Queue : Stack the message
RabbitMq- An overview
Producer
Consumer-01
Consumer-02
Queues
Copyright Cloud Enabled Ltd, All rights Reserved.
Copyright Cloud Enabled Ltd, All rights Reserved.
OpenStack -Horizon overview and Role in OpenStack
What is Horizon ?
It is a web portal for your cloud ……!
Role of Horizon in OpenStack ?
• Provides self service Portal to consumer to Login consume
OpenStack services
• Allows Administrator can use to register VM templates, live migrate
VM to other hosts
• Allows Administrator to create Public Networks
Copyright Cloud Enabled Ltd, All rights Reserved.
OpenStack – Keystone overview and Role in OpenStack
What is Keystone ?
It is an Identity service project of your cloud ……!
Role of keystone in OpenStack
• Keystone does two function authentication
and Authorization
• Allows administrators to
• Create a Tenant /Projects
• Create users and credentials for users
• Allows Consumers to
• to login to openstack using credentials
Copyright Cloud Enabled Ltd, All rights Reserved.
OpenStack – Glance overview and Role in OpenStack
What is Glance ?
It is an Image service project of your cloud ……!
Role of Glance in OpenStack
• Allows administrators to
• Register a VM template
• Delete a VM template
• Make a template Public or keep it private
• Allows Consumers to
• Use the template to Launch a VM
• users can also register his own templates
Copyright Cloud Enabled Ltd, All rights Reserved.
OpenStack – Nova overview and Role in OpenStack
What is Nova ?
It is an compute service project of your cloud ……!
Role of Nova in OpenStack
• It responsible interact with hypervisors (like esxi,xen,kvm etc..)
• Allows consumers to perform VM operations
• Create a VM
• Shutdown a VM
• Reboot a VM
• Delete a VM
Win 2003 | Win 2008 | 2012
Ubuntu | Suse | RHEL| CentOS | Linux
Copyright Cloud Enabled Ltd, All rights Reserved.
OpenStack – Cinder overview and Role in OpenStack
What is Cinder ?
It is an Volume service project of your cloud ……!
Role of cinder in OpenStack ?
• Allows administrators to
• offer storage service to consumers
• create different types of storage services
• SSD
• 15K
• SATA
• Allows Consumers to
• create a volume
• Attach a volume to their nova instances
• Detach a volume and re-attach any other Nova instances
Copyright Cloud Enabled Ltd, All rights Reserved.
OpenStack – Swift overview and Role in OpenStack
What is Swift ?
It is an object storage for your cloud ……!
Role of Swift in OpenStack
• Allows consumers to create folders and store static files and share files
• Glance can use swift as backend storage to store VM templates and VM snapshots
Copyright Cloud Enabled Ltd, All rights Reserved.
OpenStack – Telemetry overview and Role in OpenStack
What is Telemetry ?
It is an metering Service for your cloud ……!
Role of Telemetry in OpenStack
• Allows administrators to measure consumption of VM resources usage of customer
• Allows administrator to measure consumption of Volume storage usage
Copyright Cloud Enabled Ltd, All rights Reserved.
OpenStack – Heat overview and Role in OpenStack
What is Heat ?
It is an Orchestration Service for your cloud ……!
Role of Heat in OpenStack
• Allows managing the entire lifecycle of infrastructure and applications within OpenStack clouds.
How it works ?
• A Heat template describes the infrastructure for a cloud application in a text file that is readable and
writable by humans,
• Infrastructure resources that can be described include: servers, floating ips, volumes, security groups,
users, etc
• Heat also provides an autoscaling service that integrates with Telemetry, so you can include a scaling
group as a resource in a template.
Copyright Cloud Enabled Ltd, All rights Reserved.
OpenStack – Heat template example
Copyright Cloud Enabled Ltd, All rights Reserved.
OpenStack – Sahara template example
What is Sahara ?
It is an Hadoop Service for your cloud ……!
Role of Sahara in OpenStack
• Allows administrators to provide Hadoop-As-A-Service
How it works ?
• The Sahara project provides a simple means to provision a data-intensive application cluster (Hadoop or
Spark) on top of OpenStack.
• It's the ex Savanna project, renamed due to potential trademark issues.
The solution will address the following use cases:
• fast provisioning of data processing clusters on OpenStack for development and quality assurance(QA).
• utilization of unused compute power from a general purpose OpenStack IaaS cloud.
Copyright 2013 © Cloud Enabled All rights Reserved.
OpenStack Multi Node Deployment Requirements
You need at least three machines (virtual or physical) with Ubuntu 14.04 (LTS) installed. Minimum recommended
hardware configuration, if you installing compute node is Ubuntu KVM host and run cirros image based instance
Controller
Node
• 1 CPU
• 2 GB RAM
• 5 GB Storage
• 2 x Network Cards
Network Node
• 1 CPU
• 512 MB RAM
• 5 GB Storage
• 3 x Network cards
Compute Node
• 1 CPU
• 2 GB RAM
• 10 GB Storage
• 2 x Network Cards
Copyright Cloud Enabled Ltd, All rights Reserved.
Email:
sales@thecloudenabled.com
http://training.thecloudenabled.comFor complete course details log on to

Contenu connexe

Tendances

CloudStack vs OpenStack vs Eucalyptus: IaaS Private Cloud Brief Comparison
CloudStack vs OpenStack vs Eucalyptus: IaaS Private Cloud Brief ComparisonCloudStack vs OpenStack vs Eucalyptus: IaaS Private Cloud Brief Comparison
CloudStack vs OpenStack vs Eucalyptus: IaaS Private Cloud Brief Comparison
bizalgo
 

Tendances (20)

OpenStack Telco Architecture: OpenStack Summit Boston 2017
OpenStack Telco Architecture: OpenStack Summit Boston 2017OpenStack Telco Architecture: OpenStack Summit Boston 2017
OpenStack Telco Architecture: OpenStack Summit Boston 2017
 
OpenStack Neutron behind the Scenes
OpenStack Neutron behind the ScenesOpenStack Neutron behind the Scenes
OpenStack Neutron behind the Scenes
 
Mastering OpenStack - Episode 01 - Simple Architectures
Mastering OpenStack - Episode 01 - Simple ArchitecturesMastering OpenStack - Episode 01 - Simple Architectures
Mastering OpenStack - Episode 01 - Simple Architectures
 
(SCALE 12x) OpenStack vs. VMware - A System Administrator Perspective
(SCALE 12x) OpenStack vs. VMware - A System Administrator Perspective(SCALE 12x) OpenStack vs. VMware - A System Administrator Perspective
(SCALE 12x) OpenStack vs. VMware - A System Administrator Perspective
 
Webinar "Introduction to OpenStack"
Webinar "Introduction to OpenStack"Webinar "Introduction to OpenStack"
Webinar "Introduction to OpenStack"
 
CloudStack vs OpenStack vs Eucalyptus: IaaS Private Cloud Brief Comparison
CloudStack vs OpenStack vs Eucalyptus: IaaS Private Cloud Brief ComparisonCloudStack vs OpenStack vs Eucalyptus: IaaS Private Cloud Brief Comparison
CloudStack vs OpenStack vs Eucalyptus: IaaS Private Cloud Brief Comparison
 
VNG/IRD - Cloud computing & Openstack discussion 3/5/2014
VNG/IRD - Cloud computing & Openstack discussion 3/5/2014VNG/IRD - Cloud computing & Openstack discussion 3/5/2014
VNG/IRD - Cloud computing & Openstack discussion 3/5/2014
 
Openstack architure part 1
Openstack architure part 1Openstack architure part 1
Openstack architure part 1
 
OpenStack Introduction
OpenStack IntroductionOpenStack Introduction
OpenStack Introduction
 
Designing OpenStack Architectures
Designing OpenStack ArchitecturesDesigning OpenStack Architectures
Designing OpenStack Architectures
 
OpenStack architecture and services
OpenStack architecture and servicesOpenStack architecture and services
OpenStack architecture and services
 
The Battle of the distros - OS Summit Atlanta2014
The Battle of the distros - OS Summit Atlanta2014The Battle of the distros - OS Summit Atlanta2014
The Battle of the distros - OS Summit Atlanta2014
 
Cloud computing and OpenStack
Cloud computing and OpenStackCloud computing and OpenStack
Cloud computing and OpenStack
 
An Introduction to OpenStack
An Introduction to OpenStackAn Introduction to OpenStack
An Introduction to OpenStack
 
Getting started with OpenStack
Getting started with OpenStackGetting started with OpenStack
Getting started with OpenStack
 
OpenStack Deployment in the Enterprise
OpenStack Deployment in the Enterprise OpenStack Deployment in the Enterprise
OpenStack Deployment in the Enterprise
 
Getting Started With OpenStack (Havana)
Getting Started With OpenStack (Havana)Getting Started With OpenStack (Havana)
Getting Started With OpenStack (Havana)
 
OpenStack 101 @ ENEI 2014
OpenStack 101 @ ENEI 2014OpenStack 101 @ ENEI 2014
OpenStack 101 @ ENEI 2014
 
Introduction to OpenStack Storage
Introduction to OpenStack StorageIntroduction to OpenStack Storage
Introduction to OpenStack Storage
 
Mirantis OpenStack 4.0 Overview
Mirantis OpenStack 4.0 OverviewMirantis OpenStack 4.0 Overview
Mirantis OpenStack 4.0 Overview
 

En vedette

Energy Strategy Group_Report 2012 efficienza energetica
Energy Strategy Group_Report 2012 efficienza energeticaEnergy Strategy Group_Report 2012 efficienza energetica
Energy Strategy Group_Report 2012 efficienza energetica
Eugenio Bacile di Castiglione
 
Alta White Paper D2C eCommerce Case Study 2016
Alta White Paper D2C eCommerce Case Study 2016Alta White Paper D2C eCommerce Case Study 2016
Alta White Paper D2C eCommerce Case Study 2016
Patrick Nicholson
 
Diarrhea:Myths and facts, Precaution
Diarrhea:Myths and facts, Precaution Diarrhea:Myths and facts, Precaution
Diarrhea:Myths and facts, Precaution
Wuzna Haroon
 

En vedette (10)

"15 Business Story Ideas to Jump on Now"
"15 Business Story Ideas to Jump on Now""15 Business Story Ideas to Jump on Now"
"15 Business Story Ideas to Jump on Now"
 
Energy Strategy Group_Report 2012 efficienza energetica
Energy Strategy Group_Report 2012 efficienza energeticaEnergy Strategy Group_Report 2012 efficienza energetica
Energy Strategy Group_Report 2012 efficienza energetica
 
Enterprise workspaces - Extending SAP NetWeaver Portal capabilities
Enterprise workspaces - Extending SAP NetWeaver Portal capabilities Enterprise workspaces - Extending SAP NetWeaver Portal capabilities
Enterprise workspaces - Extending SAP NetWeaver Portal capabilities
 
Information från Läkemedelsverket #5 2013
Information från Läkemedelsverket #5 2013Information från Läkemedelsverket #5 2013
Information från Läkemedelsverket #5 2013
 
Alta White Paper D2C eCommerce Case Study 2016
Alta White Paper D2C eCommerce Case Study 2016Alta White Paper D2C eCommerce Case Study 2016
Alta White Paper D2C eCommerce Case Study 2016
 
cathy resume
cathy resumecathy resume
cathy resume
 
Context Based Authentication
Context Based AuthenticationContext Based Authentication
Context Based Authentication
 
Diarrhea:Myths and facts, Precaution
Diarrhea:Myths and facts, Precaution Diarrhea:Myths and facts, Precaution
Diarrhea:Myths and facts, Precaution
 
Nt1310 project
Nt1310 projectNt1310 project
Nt1310 project
 
Basics of Coding in Pediatrics Medical Billing
Basics of Coding in Pediatrics Medical BillingBasics of Coding in Pediatrics Medical Billing
Basics of Coding in Pediatrics Medical Billing
 

Similaire à OpenStack Ecosystem (10000 feet oveview)

Real World Application Orchestration Made Easy on VMware vCloud Air, vSphere ...
Real World Application Orchestration Made Easy on VMware vCloud Air, vSphere ...Real World Application Orchestration Made Easy on VMware vCloud Air, vSphere ...
Real World Application Orchestration Made Easy on VMware vCloud Air, vSphere ...
Nati Shalom
 
OpenStack Technology Overview
OpenStack Technology OverviewOpenStack Technology Overview
OpenStack Technology Overview
Open Stack
 
Cloud Enabled- Corporate Presentation
Cloud Enabled- Corporate PresentationCloud Enabled- Corporate Presentation
Cloud Enabled- Corporate Presentation
Anil Bidari
 
Apache CloudStack 4.2: A First Look
Apache CloudStack 4.2: A First LookApache CloudStack 4.2: A First Look
Apache CloudStack 4.2: A First Look
Shanker Balan
 

Similaire à OpenStack Ecosystem (10000 feet oveview) (20)

OpenStack and MySQL
OpenStack and MySQLOpenStack and MySQL
OpenStack and MySQL
 
OpenStack & MySQL
OpenStack & MySQLOpenStack & MySQL
OpenStack & MySQL
 
Introduction to Open stack - An Overview
Introduction to Open stack - An Overview Introduction to Open stack - An Overview
Introduction to Open stack - An Overview
 
OpenStack + VMware: Everything You Need to Know (Kilo-edition)
OpenStack + VMware: Everything You Need to Know (Kilo-edition)OpenStack + VMware: Everything You Need to Know (Kilo-edition)
OpenStack + VMware: Everything You Need to Know (Kilo-edition)
 
Real World Application Orchestration Made Easy on VMware vCloud Air, vSphere ...
Real World Application Orchestration Made Easy on VMware vCloud Air, vSphere ...Real World Application Orchestration Made Easy on VMware vCloud Air, vSphere ...
Real World Application Orchestration Made Easy on VMware vCloud Air, vSphere ...
 
OpenStack Technology Overview
OpenStack Technology OverviewOpenStack Technology Overview
OpenStack Technology Overview
 
Introduction to Orchestration and DevOps with OpenStack
Introduction to Orchestration and DevOps with OpenStackIntroduction to Orchestration and DevOps with OpenStack
Introduction to Orchestration and DevOps with OpenStack
 
Redefine Cloud storage
Redefine Cloud storageRedefine Cloud storage
Redefine Cloud storage
 
Extension de Service Cloud Foundry
Extension de Service Cloud FoundryExtension de Service Cloud Foundry
Extension de Service Cloud Foundry
 
Introduction to openstack
Introduction to openstackIntroduction to openstack
Introduction to openstack
 
OpenStack 101
OpenStack 101OpenStack 101
OpenStack 101
 
OpenStack 101 - All Things Open 2015
OpenStack 101 - All Things Open 2015OpenStack 101 - All Things Open 2015
OpenStack 101 - All Things Open 2015
 
Openstack - Enterprise cloud management platform
Openstack - Enterprise cloud management platformOpenstack - Enterprise cloud management platform
Openstack - Enterprise cloud management platform
 
Sharad openstack slides
Sharad openstack slidesSharad openstack slides
Sharad openstack slides
 
Cloud Enabled- Corporate Presentation
Cloud Enabled- Corporate PresentationCloud Enabled- Corporate Presentation
Cloud Enabled- Corporate Presentation
 
Openstack 101
Openstack 101Openstack 101
Openstack 101
 
Private cloud cloud-phoenix-april-2014
Private cloud cloud-phoenix-april-2014Private cloud cloud-phoenix-april-2014
Private cloud cloud-phoenix-april-2014
 
Oracle making openstack an enterprise grade solution
Oracle making openstack an enterprise grade solutionOracle making openstack an enterprise grade solution
Oracle making openstack an enterprise grade solution
 
Cisco Cloud Computing and Open Stack: Velocity 2011
Cisco Cloud Computing and Open Stack: Velocity 2011Cisco Cloud Computing and Open Stack: Velocity 2011
Cisco Cloud Computing and Open Stack: Velocity 2011
 
Apache CloudStack 4.2: A First Look
Apache CloudStack 4.2: A First LookApache CloudStack 4.2: A First Look
Apache CloudStack 4.2: A First Look
 

Dernier

Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 

Dernier (20)

DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 

OpenStack Ecosystem (10000 feet oveview)

  • 1. Copyright Cloud Enabled Ltd, All rights Reserved. Anil Bidari Founder and CEO,Cloud Enabled Anil.bidari@thecloudenabled.com Web : thecloudenabled.com
  • 2. About Us Cloud Enabled is Cloud Services Company and provides Vendor neutral Cloud Consulting and Cloud Implementation services to deploy Private and Public Clouds powered by OpenStack and Apache CloudStack support capabilities. We offer 4 important cloud Services .i.e A) Cloud Consulting, B) Cloud Implementation , C) Cloud Trainings , and D) Cloud Support service Website : http://thecloudenabled.com , Social Media : http://www.facebook.com/thecloudenabled
  • 3. Open Source Migration Services Hypervisors ESXi KVM Cloud Implementation and Migration Services Offering OpenStack Nova instances migration to Amazon Web Services EC2 VMware ESXI based VM’s migration to Amazon Web Services EC2 Implementation Services Hypervisors Implementation Copyright Cloud Enabled 2016 , www.thecloudenabled.com All product and company names are trademarks™ or registered® trademarks of their respective holders.
  • 4. All the implementation service are backed by Cloud Enabled Enthusiastic Support Services. Comprehensive Support Services • OpenStack Cloud Support Service • 24×7 Support team backed by Cloud Enabled enthusiastic Support Engineers • Deployment and Management of MySQL DB Active/Active Support services • We also are ware one Size does not fit all and based on business criticality you can choose one of our two support options . 2.A ) Cloud Enabled Enthusiastic Support Services2.A ) Cloud Enabled Enthusiastic Support Services Cloud Enthusiastic Support Services Offering
  • 7. OpenStack Single Node Private Cloud Integration with KVM Host Course details : http://training.thecloudenabled.com/openstack-administrator-training/
  • 8. OpenStack Multi Node Private Cloud Integration with KVM Host http://training.thecloudenabled.com/openstack-kvm-implementation-training/ : Course Link with topic wise details
  • 9. OpenStack Multi Node Private Cloud Integration with VMware http://training.thecloudenabled.com/openstack-vmware-implementation-training/ : Course details topic wise
  • 10. OpenStack Multi Node Private Cloud Integration with Hyper-v http://training.thecloudenabled.com/openstack-hyperv-training-in-bangalore/ : Course details topic wise
  • 11. OpenStack Multi Node High Availability with KVM Integration http://training.thecloudenabled.com/openstack-high-availability-training-in-bangalore/
  • 12. OpenStack – IaaS Expert: ( Duration 16 Days ) • Cloud Foundation , AWS and Microsoft Cloud LabCloud Associate Cloud Specialist OpenStack Administrator OpenStack KV-Specialist OpenStack v-Specialist OpenStack HV-Specialist OpenStack HA • Openstack multi node with KVM integration http://training.thecloudenabled.com/openstack-expert-training-in-bangalore/ • Openstack Single node with KVM Integration • Cloud Design and Architecture • Openstack multi node with VMware integration • Openstack multi node with Hyper V integration • Openstack multi node HA using Ha Proxy
  • 14. Why Cloud Enabled for training ? CONFEDENTIAL : Copyright Cloud Enabled Ltd, All rights Reserved. • Cloud Enabled is the only company on the planet as on date to offer “OpenStack IaaS Expert” training program • All openstack training are backed by Senior cloud engineers from cloud Enabled • Get Free One month Post training 24x7 remote support for Openstack training programs ( one hour per day Max) • Get trained by Cloud Enabled trainers who have real time cloud Industry exposure • Choose from 28 training programs on Cloud right from foundation ,Intermediate to expert level vendor neutral training Top 5 reasons to choose Cloud Enabled for trainings ?
  • 15. Feedback CONFEDENTIAL : Copyright Cloud Enabled Ltd, All rights Reserved. Source : http://www.openstack.org/marketplace/training/Cloud-Enabled/62
  • 16. Copyright Cloud Enabled 2016 , www.thecloudenabled.com All product and company names are trademarks™ or registered® trademarks of their respective holders.
  • 17. Copyright 2013 © Cloud Enabled All rights Reserved. OpenStack Releases Folsom Oct 2012 • Openstack is very aggressive on release cycles and the release name starts with alphabetical in order • The first 4 releases where quarterly released and following Diablo the release cycle has been every 6 monthly basis Liberty Oct 2015
  • 18. Cloud Computing – Infrastructure Framework Physical Infrastructure (Physical Server, Network Switches, Storage, SAN Fabric) Virtual Infrastructure (Hypervisor, VM’s, vLAN, vSAN , vSwitch) Cloud Management Stack (Self service Portal, Service catalogue ,Metering , Automation ) IaaS ESXi Win 2003 | Win 2008 | 2012Ubuntu | Suse | RHEL| CentOS | Linux Copyright Cloud Enabled 2016 , www.thecloudenabled.com All product and company names are trademarks™ or registered® trademarks of their respective holders.
  • 19. Copyright 2013 © Cloud Enabled All rights Reserved. MySql - An overview The SQL database stores most of the build-time and run-time state for a cloud infrastructure.  MySQL is a relational database management system (RDBMS), MySQL is also called "My Sequel“  MySQL is (as of July 2013) the world's second most widely used open-source relational database management system (RDBMS)  It is named after co-founder Michael Widenius's daughter, My and The SQL phrase stands for Structured Query Language Role of Mysql in OpenStack  It is used by Keystone to store authtokens and user credentials  It is used by Glance service to store image name, image type, image size …  It is used by Nova to store compute host ID, number of instances on the each host, host inventory used and available  It is used by Neutron to store network information of each tenant, vport details etc
  • 20. Copyright 2015 © Cloud Enabled All rights Reserved. What can RabbitMQ do for you? • RabbitMQ is a lighweigt messaging broker - an intermediary for messaging between OpenStack components • It gives your applications a common platform to send and receive messages, and your messages a safe place to live until received. • Messaging enables software applications to connect and scale. • Messaging is asynchronous, decoupling applications by separating sending and receiving data. • Messaging Pattern : • Producer : Creates message • Consumer : Handles message • Queue : Stack the message RabbitMq- An overview Producer Consumer-01 Consumer-02 Queues
  • 21. Copyright Cloud Enabled Ltd, All rights Reserved.
  • 22. Copyright Cloud Enabled Ltd, All rights Reserved. OpenStack -Horizon overview and Role in OpenStack What is Horizon ? It is a web portal for your cloud ……! Role of Horizon in OpenStack ? • Provides self service Portal to consumer to Login consume OpenStack services • Allows Administrator can use to register VM templates, live migrate VM to other hosts • Allows Administrator to create Public Networks
  • 23. Copyright Cloud Enabled Ltd, All rights Reserved. OpenStack – Keystone overview and Role in OpenStack What is Keystone ? It is an Identity service project of your cloud ……! Role of keystone in OpenStack • Keystone does two function authentication and Authorization • Allows administrators to • Create a Tenant /Projects • Create users and credentials for users • Allows Consumers to • to login to openstack using credentials
  • 24. Copyright Cloud Enabled Ltd, All rights Reserved. OpenStack – Glance overview and Role in OpenStack What is Glance ? It is an Image service project of your cloud ……! Role of Glance in OpenStack • Allows administrators to • Register a VM template • Delete a VM template • Make a template Public or keep it private • Allows Consumers to • Use the template to Launch a VM • users can also register his own templates
  • 25. Copyright Cloud Enabled Ltd, All rights Reserved. OpenStack – Nova overview and Role in OpenStack What is Nova ? It is an compute service project of your cloud ……! Role of Nova in OpenStack • It responsible interact with hypervisors (like esxi,xen,kvm etc..) • Allows consumers to perform VM operations • Create a VM • Shutdown a VM • Reboot a VM • Delete a VM Win 2003 | Win 2008 | 2012 Ubuntu | Suse | RHEL| CentOS | Linux
  • 26. Copyright Cloud Enabled Ltd, All rights Reserved. OpenStack – Cinder overview and Role in OpenStack What is Cinder ? It is an Volume service project of your cloud ……! Role of cinder in OpenStack ? • Allows administrators to • offer storage service to consumers • create different types of storage services • SSD • 15K • SATA • Allows Consumers to • create a volume • Attach a volume to their nova instances • Detach a volume and re-attach any other Nova instances
  • 27. Copyright Cloud Enabled Ltd, All rights Reserved. OpenStack – Swift overview and Role in OpenStack What is Swift ? It is an object storage for your cloud ……! Role of Swift in OpenStack • Allows consumers to create folders and store static files and share files • Glance can use swift as backend storage to store VM templates and VM snapshots
  • 28. Copyright Cloud Enabled Ltd, All rights Reserved. OpenStack – Telemetry overview and Role in OpenStack What is Telemetry ? It is an metering Service for your cloud ……! Role of Telemetry in OpenStack • Allows administrators to measure consumption of VM resources usage of customer • Allows administrator to measure consumption of Volume storage usage
  • 29. Copyright Cloud Enabled Ltd, All rights Reserved. OpenStack – Heat overview and Role in OpenStack What is Heat ? It is an Orchestration Service for your cloud ……! Role of Heat in OpenStack • Allows managing the entire lifecycle of infrastructure and applications within OpenStack clouds. How it works ? • A Heat template describes the infrastructure for a cloud application in a text file that is readable and writable by humans, • Infrastructure resources that can be described include: servers, floating ips, volumes, security groups, users, etc • Heat also provides an autoscaling service that integrates with Telemetry, so you can include a scaling group as a resource in a template.
  • 30. Copyright Cloud Enabled Ltd, All rights Reserved. OpenStack – Heat template example
  • 31. Copyright Cloud Enabled Ltd, All rights Reserved. OpenStack – Sahara template example What is Sahara ? It is an Hadoop Service for your cloud ……! Role of Sahara in OpenStack • Allows administrators to provide Hadoop-As-A-Service How it works ? • The Sahara project provides a simple means to provision a data-intensive application cluster (Hadoop or Spark) on top of OpenStack. • It's the ex Savanna project, renamed due to potential trademark issues. The solution will address the following use cases: • fast provisioning of data processing clusters on OpenStack for development and quality assurance(QA). • utilization of unused compute power from a general purpose OpenStack IaaS cloud.
  • 32. Copyright 2013 © Cloud Enabled All rights Reserved. OpenStack Multi Node Deployment Requirements You need at least three machines (virtual or physical) with Ubuntu 14.04 (LTS) installed. Minimum recommended hardware configuration, if you installing compute node is Ubuntu KVM host and run cirros image based instance Controller Node • 1 CPU • 2 GB RAM • 5 GB Storage • 2 x Network Cards Network Node • 1 CPU • 512 MB RAM • 5 GB Storage • 3 x Network cards Compute Node • 1 CPU • 2 GB RAM • 10 GB Storage • 2 x Network Cards
  • 33. Copyright Cloud Enabled Ltd, All rights Reserved. Email: sales@thecloudenabled.com http://training.thecloudenabled.comFor complete course details log on to

Notes de l'éditeur

  1. 3
  2. 5
  3. 13
  4. 14
  5. 15