SlideShare a Scribd company logo
1 of 17
Presenter 
Anil Bidari, 
OpenStack Nova 
“ Breathing Openstack these Days” Founder and CEO, Cloud Enabled 
Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in 
Email : anil.bidari@thecloudenabled.com
Demo: 
Openstack 
component 
in Brief 
Openstack 
with Vmware 
and KVM 
Nova 
Component 
Deep Dive 
Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in
Cloud Computing – Infrastructure Framework 
Nova allows you to provide VM-As-A-Service (IaaS) for your consumers of private or public 
cloud 
Ubuntu | Suse | RHEL| CentOS | Linux Nova Win 2003 | Win 2008 | 2012 
IaaS 
Cloud Management Stack 
(Self service Portal, Service catalogue ,Metering , Automation ) 
Virtual Infrastructure 
(Hypervisor, VM’s, vLAN, vSAN , vSwitch) 
Physical Infrastructure 
(Physical Server, Network Switches, Storage, SAN Fabric) 
ESXi 
Copyright Cloud Enabled 2014 , www.cloudenabled.in All product and company names are trademarks™ or registered® trademarks of their respective holders.
Horizon 
Provides Self Service 
Portal for consumers 
to launch instance 
Example 
AWS.AMAZON.COM 
Nova 
Create, Shutdown , 
Reboot and 
Terminate Instance 
Example: 
Amazon EC2 
Cinder 
Create,Attach and 
Detach Block storage 
volumes to instance 
Example 
Elastic Block Store 
Neutron 
Allows user to create 
Private network and 
Virtual router to 
connect 
Example: 
Amazon VPC 
Openstack Components and Amazon Services Mapping 
Note : Amazon does not use Openstack to offer Cloud Services. The examples of above are for relative example perspective, that using Openstack projects you can offer 
Amazon Style of services in your cloud aswell 
Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in
Keystone 
Authenticate and 
Authorize users and 
administrator 
Example : 
Identity Access 
Management 
(IAM) 
Glance 
Allows administrator 
to create VM 
templates and 
publish on Horizon 
Example : 
Amazon Machine 
Images 
Neutron 
LbaaS 
Example: 
Amazon 
Elastic Load Balancing 
Trove 
Database as a Service 
Example : 
Amazon RDS 
Openstack Components and Amazon Services Mapping 
Note : Amazon does not use Openstack to offer Cloud Services. The examples of above are for relative example perspective, using Openstack projects you can offer Amazon 
Style of services in your cloud aswell 
Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in
Nova- Main Packages 
Receives End user 
compute calls 
Accepts metadata request 
from instances 
Decides on which 
host to run instance 
Creates & terminates Instances 
through hypervisor Api’s 
Sits btw Nova-compute and 
Nova-DB. (Disallow Nova-compute 
connect directly to 
Nova-DB) 
Provides Instance VNC console 
on Horizon Dashboard 
Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in
Login to 
Horizon 
Super Cool 
Horizon says 
Hey ,No worries 
let me validate 
credentials Stored 
Here is my 
username 
Hmm , 
Awesome 
I got there 
Hey, I 
need a 
VM 
User clicks 
on Launch 
Hmm..Lazy 
admin…! 
Ok Let me 
login there 
Cool employee 
password 
Responds to 
Employee 
Coolest 
Cloud Admin 
Prove You in my DB 
are our 
employee 
Horizon 
sends this 
data to 
Keystone 
Keystone DB 
MySQL- DB Server 
Validation done 
Give him Access 
and 
Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in 
Keystone 
(Coolest of ALL)
Behind the scenes :How VM Provisioning occurs 
Users 
Horizon 
(user Clicks on launch Instance 
on Dashboard) 
Keystone 
(Authenticates , Generates auth-token 
& send to other Openstack 
Services) 
Horizon 
(Send REST API request to 
Nova-api to launch instance ) 
Nova-Api 
(Receives the Launch instance 
request) 
Nova-Api 
(sends auth token for validation to 
Keystone and makes DB entry for 
new instance) 
Nova-Scheduler 
(will receive request from Nova-api 
interacts with Nova DB to decide 
on which host to run VM ) 
Nova-Scheduler 
( sends VM creation request to 
elected Nova-compute host via 
rpc.call) 
Nova-Compute 
( picks up request from queue 
and send to Nova-conductor) 
Nova-Conductor 
( provides Host ID and flavor 
and return the info to Nova-compute) 
Nova-Compute 
( requests info from Glance-api) 
Glance-Api 
( Provides Image URI to Nova- 
Compute) 
Nova-Compute 
(using uri ,it Copies image from 
Glance repository) 
Neutron Server 
( Nova-compute interacts with 
network api and get network info 
for instance) 
Nova-Compute 
( performs rest api call to cinder to 
attach volume to instance) 
Nova-Compute 
( VM creation on Hypervisor 
through libvirt of KVM) 
Cinder -Api 
(validates authtoken with 
keystone Nova-compute retrieves 
block storage info) 
Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in
OpenStack Nova (Hypervisor /compute Support) 
KVM 
Hyper-V 
Ubuntu | RHEL | Centos 
Linux 
Containers 
Qemu 
Nova Vmware 
vCentre 
UML 
Xen 
Baremetal 
Docker 
Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in
We will review these five integrations for today 
Linux OS 
RHEL | Ubuntu | Cent OS 
Users 
OpenStack 
Vmware ESXi 
Vmware vCentre 
Hyper-V 2012 
Citrix Xen Server 
KVM 
Ubuntu | Redhat | Cent OS 
Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in
OpenStack Nova Integration with KVM Host 
• You can deploy Openstack on either RHEL or CentoS or Ubuntu or Suse Linux 
Nova-Compute 
KVM 
Nova-Compute 
KVM 
Linux OS 
RHEL | Ubuntu | Cent OS 
Compute Node- N 
Horizon 
Cinder Neutron 
Nova Scheduler 
Keystone Glance 
RabbitMQ MySQL 
Linux OS 
RHEL | Ubuntu | Cent OS 
Controller Node 
Linux OS 
RHEL | Ubuntu | Cent OS 
Compute Node-01 
Shared Storage 
Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in
OpenStack Nova Integration with Citrix Xen 6.2 Host 
Horizon 
Cinder Neutron 
Nova Scheduler 
Keystone Glance 
RabbitMQ MySQL 
Linux OS 
RHEL | Ubuntu | Cent OS 
Controller Node 
Shared Storage 
Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in
OpenStack Nova Integration with Hyper-V Server 2012 
Horizon 
Cinder Neutron 
Nova Scheduler 
Keystone Glance 
RabbitMQ MySQL 
Linux OS 
RHEL | Ubuntu | Cent OS 
Controller Node 
Shared Storage 
Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in
OpenStack and Vmware ESXi Integration 
Openstack Components VMware Components 
Nova Compute 
Nova Scheduler 
Nova Compute 
vmwareapi.VMwareESXDriver 
vmwareapi.VMwareESXDriver 
Nova Compute 
vmwareapi.VMwareESXDriver 
Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in
OpenStack and Vmware vCentre 5.1 Integration 
• Nova-Compute interacts with vCentre Server to Provision VM’s on ESXi Host 
• Nova –Compute see a vcentre cluster as One Large Single Esxi Hypervisor 
• Each cluster needs one Nova-Compute 
I Speak 
Chinese 
Openstack Components VMware Components 
Nova Compute 
Nova Scheduler 
vmwareapi.VMwareVCDriver 
vCentre Server 
Nova Compute 
I Speak 
Japanese 
vmwareapi.VMwareVCDriver 
Hey I Have 
one more 
cluster 
You Need 
one more 
Nova-compute 
Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in
Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in
Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in

More Related Content

Recently uploaded

Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 

Recently uploaded (20)

Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 

Featured

Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTExpeed Software
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsPixeldarts
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Applitools
 

Featured (20)

Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 

Openstack Nova behind the scenes

  • 1. Presenter Anil Bidari, OpenStack Nova “ Breathing Openstack these Days” Founder and CEO, Cloud Enabled Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in Email : anil.bidari@thecloudenabled.com
  • 2. Demo: Openstack component in Brief Openstack with Vmware and KVM Nova Component Deep Dive Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in
  • 3. Cloud Computing – Infrastructure Framework Nova allows you to provide VM-As-A-Service (IaaS) for your consumers of private or public cloud Ubuntu | Suse | RHEL| CentOS | Linux Nova Win 2003 | Win 2008 | 2012 IaaS Cloud Management Stack (Self service Portal, Service catalogue ,Metering , Automation ) Virtual Infrastructure (Hypervisor, VM’s, vLAN, vSAN , vSwitch) Physical Infrastructure (Physical Server, Network Switches, Storage, SAN Fabric) ESXi Copyright Cloud Enabled 2014 , www.cloudenabled.in All product and company names are trademarks™ or registered® trademarks of their respective holders.
  • 4. Horizon Provides Self Service Portal for consumers to launch instance Example AWS.AMAZON.COM Nova Create, Shutdown , Reboot and Terminate Instance Example: Amazon EC2 Cinder Create,Attach and Detach Block storage volumes to instance Example Elastic Block Store Neutron Allows user to create Private network and Virtual router to connect Example: Amazon VPC Openstack Components and Amazon Services Mapping Note : Amazon does not use Openstack to offer Cloud Services. The examples of above are for relative example perspective, that using Openstack projects you can offer Amazon Style of services in your cloud aswell Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in
  • 5. Keystone Authenticate and Authorize users and administrator Example : Identity Access Management (IAM) Glance Allows administrator to create VM templates and publish on Horizon Example : Amazon Machine Images Neutron LbaaS Example: Amazon Elastic Load Balancing Trove Database as a Service Example : Amazon RDS Openstack Components and Amazon Services Mapping Note : Amazon does not use Openstack to offer Cloud Services. The examples of above are for relative example perspective, using Openstack projects you can offer Amazon Style of services in your cloud aswell Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in
  • 6. Nova- Main Packages Receives End user compute calls Accepts metadata request from instances Decides on which host to run instance Creates & terminates Instances through hypervisor Api’s Sits btw Nova-compute and Nova-DB. (Disallow Nova-compute connect directly to Nova-DB) Provides Instance VNC console on Horizon Dashboard Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in
  • 7. Login to Horizon Super Cool Horizon says Hey ,No worries let me validate credentials Stored Here is my username Hmm , Awesome I got there Hey, I need a VM User clicks on Launch Hmm..Lazy admin…! Ok Let me login there Cool employee password Responds to Employee Coolest Cloud Admin Prove You in my DB are our employee Horizon sends this data to Keystone Keystone DB MySQL- DB Server Validation done Give him Access and Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in Keystone (Coolest of ALL)
  • 8. Behind the scenes :How VM Provisioning occurs Users Horizon (user Clicks on launch Instance on Dashboard) Keystone (Authenticates , Generates auth-token & send to other Openstack Services) Horizon (Send REST API request to Nova-api to launch instance ) Nova-Api (Receives the Launch instance request) Nova-Api (sends auth token for validation to Keystone and makes DB entry for new instance) Nova-Scheduler (will receive request from Nova-api interacts with Nova DB to decide on which host to run VM ) Nova-Scheduler ( sends VM creation request to elected Nova-compute host via rpc.call) Nova-Compute ( picks up request from queue and send to Nova-conductor) Nova-Conductor ( provides Host ID and flavor and return the info to Nova-compute) Nova-Compute ( requests info from Glance-api) Glance-Api ( Provides Image URI to Nova- Compute) Nova-Compute (using uri ,it Copies image from Glance repository) Neutron Server ( Nova-compute interacts with network api and get network info for instance) Nova-Compute ( performs rest api call to cinder to attach volume to instance) Nova-Compute ( VM creation on Hypervisor through libvirt of KVM) Cinder -Api (validates authtoken with keystone Nova-compute retrieves block storage info) Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in
  • 9. OpenStack Nova (Hypervisor /compute Support) KVM Hyper-V Ubuntu | RHEL | Centos Linux Containers Qemu Nova Vmware vCentre UML Xen Baremetal Docker Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in
  • 10. We will review these five integrations for today Linux OS RHEL | Ubuntu | Cent OS Users OpenStack Vmware ESXi Vmware vCentre Hyper-V 2012 Citrix Xen Server KVM Ubuntu | Redhat | Cent OS Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in
  • 11. OpenStack Nova Integration with KVM Host • You can deploy Openstack on either RHEL or CentoS or Ubuntu or Suse Linux Nova-Compute KVM Nova-Compute KVM Linux OS RHEL | Ubuntu | Cent OS Compute Node- N Horizon Cinder Neutron Nova Scheduler Keystone Glance RabbitMQ MySQL Linux OS RHEL | Ubuntu | Cent OS Controller Node Linux OS RHEL | Ubuntu | Cent OS Compute Node-01 Shared Storage Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in
  • 12. OpenStack Nova Integration with Citrix Xen 6.2 Host Horizon Cinder Neutron Nova Scheduler Keystone Glance RabbitMQ MySQL Linux OS RHEL | Ubuntu | Cent OS Controller Node Shared Storage Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in
  • 13. OpenStack Nova Integration with Hyper-V Server 2012 Horizon Cinder Neutron Nova Scheduler Keystone Glance RabbitMQ MySQL Linux OS RHEL | Ubuntu | Cent OS Controller Node Shared Storage Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in
  • 14. OpenStack and Vmware ESXi Integration Openstack Components VMware Components Nova Compute Nova Scheduler Nova Compute vmwareapi.VMwareESXDriver vmwareapi.VMwareESXDriver Nova Compute vmwareapi.VMwareESXDriver Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in
  • 15. OpenStack and Vmware vCentre 5.1 Integration • Nova-Compute interacts with vCentre Server to Provision VM’s on ESXi Host • Nova –Compute see a vcentre cluster as One Large Single Esxi Hypervisor • Each cluster needs one Nova-Compute I Speak Chinese Openstack Components VMware Components Nova Compute Nova Scheduler vmwareapi.VMwareVCDriver vCentre Server Nova Compute I Speak Japanese vmwareapi.VMwareVCDriver Hey I Have one more cluster You Need one more Nova-compute Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in
  • 16. Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in
  • 17. Copyright Cloud Enabled 2014 , All rights Reserved. www.cloudenabled.in