SlideShare a Scribd company logo
1 of 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

More Related Content

What's hot

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 2017Christian "kiko" Reis
 
Mastering OpenStack - Episode 01 - Simple Architectures
Mastering OpenStack - Episode 01 - Simple ArchitecturesMastering OpenStack - Episode 01 - Simple Architectures
Mastering OpenStack - Episode 01 - Simple ArchitecturesRoozbeh Shafiee
 
(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 PerspectiveStackStorm
 
Webinar "Introduction to OpenStack"
Webinar "Introduction to OpenStack"Webinar "Introduction to OpenStack"
Webinar "Introduction to OpenStack"CREATE-NET
 
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 Comparisonbizalgo
 
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/2014Tran Nhan
 
Openstack architure part 1
Openstack architure part 1Openstack architure part 1
Openstack architure part 1Nhan Cao Thanh
 
OpenStack Introduction
OpenStack IntroductionOpenStack Introduction
OpenStack IntroductionRoy Gilad
 
Designing OpenStack Architectures
Designing OpenStack ArchitecturesDesigning OpenStack Architectures
Designing OpenStack ArchitecturesMirantis
 
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 Atlanta2014Edgar Magana
 
Cloud computing and OpenStack
Cloud computing and OpenStackCloud computing and OpenStack
Cloud computing and OpenStackEdgar Magana
 
An Introduction to OpenStack
An Introduction to OpenStackAn Introduction to OpenStack
An Introduction to OpenStackScott Lowe
 
Getting started with OpenStack
Getting started with OpenStackGetting started with OpenStack
Getting started with OpenStackKnoldus Inc.
 
OpenStack Deployment in the Enterprise
OpenStack Deployment in the Enterprise OpenStack Deployment in the Enterprise
OpenStack Deployment in the Enterprise Cisco Canada
 
Getting Started With OpenStack (Havana)
Getting Started With OpenStack (Havana)Getting Started With OpenStack (Havana)
Getting Started With OpenStack (Havana)Kenneth Hui
 
Introduction to OpenStack Storage
Introduction to OpenStack StorageIntroduction to OpenStack Storage
Introduction to OpenStack StorageNetApp
 
Mirantis OpenStack 4.0 Overview
Mirantis OpenStack 4.0 OverviewMirantis OpenStack 4.0 Overview
Mirantis OpenStack 4.0 OverviewMirantis
 

What's hot (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
 

Viewers also liked (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
 

Similar to OpenStack Ecosystem (10000 feet oveview)

OpenStack and MySQL
OpenStack and MySQLOpenStack and MySQL
OpenStack and MySQLMatt Lord
 
Introduction to Open stack - An Overview
Introduction to Open stack - An Overview Introduction to Open stack - An Overview
Introduction to Open stack - An Overview SpringPeople
 
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)Dan Wendlandt
 
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 OverviewOpen Stack
 
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 OpenStackAbderrahmane TEKFI
 
Redefine Cloud storage
Redefine Cloud storageRedefine Cloud storage
Redefine Cloud storageAjay Bidari
 
Extension de Service Cloud Foundry
Extension de Service Cloud FoundryExtension de Service Cloud Foundry
Extension de Service Cloud FoundryVMware Tanzu
 
Introduction to openstack
Introduction to openstackIntroduction to openstack
Introduction to openstackYaniv Zadka
 
OpenStack 101 - All Things Open 2015
OpenStack 101 - All Things Open 2015OpenStack 101 - All Things Open 2015
OpenStack 101 - All Things Open 2015Mark Voelker
 
Openstack - Enterprise cloud management platform
Openstack - Enterprise cloud management platformOpenstack - Enterprise cloud management platform
Openstack - Enterprise cloud management platformNagaraj Shenoy
 
Cloud Enabled- Corporate Presentation
Cloud Enabled- Corporate PresentationCloud Enabled- Corporate Presentation
Cloud Enabled- Corporate PresentationAnil Bidari
 
Private cloud cloud-phoenix-april-2014
Private cloud cloud-phoenix-april-2014Private cloud cloud-phoenix-april-2014
Private cloud cloud-phoenix-april-2014Miguel Zuniga
 
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 solutionOTN Systems Hub
 
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 2011Cisco Service Provider
 
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 LookShanker Balan
 

Similar to 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
 

Recently uploaded

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 

Recently uploaded (20)

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 

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

Editor's Notes

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