SlideShare une entreprise Scribd logo
1  sur  20
OpenStack
Introduction
Victor Morales & Geronimo Orozco
March, 31st 2014
INTEL CONFIDENTIAL Intel Information Technology, FOR INTERNAL USE ONLY
Cloud 101
2
History – Business Drivers
Capacity planning - Involves ensuring that an organization
has the right infrastructure, resources and services to
support their business and customer base in the future.
Operating Overhead - Reducing the up-front cost of
acquiring new IT infrastructure and the on-going cost of
owning and maintaining said infrastructure.
Operational Agility - The ability of a business to respond to
change by being able to scale its IT resources.
History – Technology Innovations
 Grid Computing Technology - Way to provide
computing resources on demand and on a pay-as-you
go basis.
 Clustering Technology - Create a failover system that
employs multiple similar IT resources together to
provide greater availability and reliability.
 Virtualization Technology - Enables physical IT resources
to provide multiple virtual images of themselves.
Definition
 Cloud computing is a specialized form of distributed
computing that introduces utilization models for remotely
provisioning scalable and measured IT resources.
Characteristics:
• On-Demand Usage
• Ubiquitous Access
• Multi-tenancy and Resourcing Pooling.
• Elasticity
• Measured Usage
• Resiliency
Cloud Delivery models
Cloud Deployment models
INTEL CONFIDENTIAL Intel Information Technology, FOR INTERNAL USE ONLY8
OpenStack is…
 An open source software that allows any company to build
their own public or private cloud
 Sits above the hypervisor and is hypervisor agnostic
 KVM, Xen, Hyper-V, ESX, LXC.
 Think of it as: “software that powers Amazon’s ECS+S3”
 Its mission is to produce the ubiquitous open source cloud
computing platform that will meet the needs of public and
private cloud providers regardless of size, by being simple to
implement and massively scalable.
Conceptual Architecture
Network (Neutron)
Provides "network connectivity
as a service"
Block Storage (Cinder)
Provides persistent block
storage to guest VMs
Compute (Nova)
Provides virtual servers upon
demand.
Dashboard (Horizon)
Modular web-based user
interface for all services.
Image (Glance)
Catalog and repository for
virtual disk images.
Object Storage (Swift)
Allows you to store or
retrieve files.
Identity (Keystone)
Authentication and authorization for all
services.
Release History
Release Name Release date Included component code names
Austin 21 October 2010 Nova, Swift
Bexar 3 February 2011 Nova, Glance, Swift
Cactus 15 April 2011 Nova, Glance, Swift
Diablo 22 September
2011
Nova, Glance, Swift
Essex 5 April 2012 Nova, Glance, Swift, Horizon, Keystone
Folsom 27 September
2012
Nova, Glance, Swift, Horizon, Keystone,
Quantum, Cinder
Grizzly 4 April 2013 Nova, Glance, Swift, Horizon, Keystone,
Quantum, Cinder
Havana 17 October 2013 Nova, Glance, Swift, Horizon, Keystone,
Neutron, Cinder, Heat, Ceilometer
Icehouse 13 May 2014 Nova, Glance, Swift, Horizon, Keystone,
Neutron, Cinder, Heat, Ceilometer,
Trove
OpenStack official programs
 Compute (Nova)
 Object Storage (Swift)
 Image Service (Glance)
 Identity (Keystone)
 Dashboard (Horizon)
 Networking (Neutron)
 Block Storage (Cinder)
 Telemetry (Ceilometer)
 Orchestration (Heat)
 Database Service (Trove)
 Bare metal (Ironic)
 Queue service (Marconi)
 Data processing (Sahara)
 Key management (Barbican)
 Common Libraries (Oslo)
 Infrastructure
 Documentation
 Quality Assurance (QA)
 Deployment (TripleO)
 Devstack (DevStack)
 Release cycle management
INTEL CONFIDENTIAL Intel Information Technology, FOR INTERNAL USE ONLY13
Devstack is…
 A shell script to build complete OpenStack development environment.
 Supports: Ubuntu 12.04 (Precise), Fedora 20 and CentOS/RHEL 6.5( OpenSUSE
and Debian)
 It can run single and multi-node environments
Devstack is not…
 To be used on a production environment.
 The exact way you would deploy OpenStack in production (but it’s close)
Who uses Devstack?
 Developers working on OpenStack
 Used to test changes and verify they work in a running
OpenStack deployment
 Used by the CI system to test changes as they are pushed to
gerrit for review.
 Used for demos and proof of concept
Devstack in 30 secs…
 http://devstack.org
1. git clone https://github.com/openstack-dev/devstack.git
2. cd devstack
3. ./stack.sh
 Important files:
 localrc: Contains settings for each node running Devstack
 stackrc: git repository and branch information
localrc Sample
[[local|localrc]]
FIXED_RANGE=10.254.1.0/24
NETWORK_GATEWAY=10.254.1.1
LOGDAYS=1
LOGFILE=$DEST/logs/stack.sh.log
SCREEN_LOGDIR=$DEST/logs/screen
ADMIN_PASSWORD=quiet
DATABASE_PASSWORD=$ADMIN_PASSWORD
RABBIT_PASSWORD=$ADMIN_PASSWORD
SERVICE_PASSWORD=$ADMIN_PASSWORD
SERVICE_TOKEN=a682f596-76f3-11e3-b3b2-e716f9080d50
Virtualize your Devstack with Vagrant
1. git clone –recursive https://github.com/patux/mydevstack.git
2. cd mydevstack
3. vagrant up
INTEL CONFIDENTIAL Intel Information Technology, FOR INTERNAL USE ONLY
Q & A
19
INTEL CONFIDENTIAL Intel Information Technology, FOR INTERNAL USE ONLY
Demo
20

Contenu connexe

Tendances

Netflix0SS Services on Docker
Netflix0SS Services on DockerNetflix0SS Services on Docker
Netflix0SS Services on Docker
Docker, Inc.
 
The Need For Speed - NEBytes
The Need For Speed - NEBytesThe Need For Speed - NEBytes
The Need For Speed - NEBytes
Phil Pursglove
 

Tendances (20)

Docker for Ops: Docker Networking Deep Dive, Considerations and Troubleshooti...
Docker for Ops: Docker Networking Deep Dive, Considerations and Troubleshooti...Docker for Ops: Docker Networking Deep Dive, Considerations and Troubleshooti...
Docker for Ops: Docker Networking Deep Dive, Considerations and Troubleshooti...
 
Dell Trials and Triumphs using Docker on Client Systems by Sean McGinnis and ...
Dell Trials and Triumphs using Docker on Client Systems by Sean McGinnis and ...Dell Trials and Triumphs using Docker on Client Systems by Sean McGinnis and ...
Dell Trials and Triumphs using Docker on Client Systems by Sean McGinnis and ...
 
Service Discovery: From Classic to VPC
Service Discovery: From Classic to VPCService Discovery: From Classic to VPC
Service Discovery: From Classic to VPC
 
Netflix0SS Services on Docker
Netflix0SS Services on DockerNetflix0SS Services on Docker
Netflix0SS Services on Docker
 
2011 Essex Summit: Openstack/Hyper-V clouds
2011 Essex Summit: Openstack/Hyper-V clouds2011 Essex Summit: Openstack/Hyper-V clouds
2011 Essex Summit: Openstack/Hyper-V clouds
 
Proof of Concept: Serverless with Swarm by Nirmal Mehta, Booz Allen Hamilton
Proof of Concept: Serverless with Swarm by Nirmal Mehta, Booz Allen Hamilton Proof of Concept: Serverless with Swarm by Nirmal Mehta, Booz Allen Hamilton
Proof of Concept: Serverless with Swarm by Nirmal Mehta, Booz Allen Hamilton
 
Nginx conference 2015
Nginx conference 2015Nginx conference 2015
Nginx conference 2015
 
stackconf 2021 | How we finally migrated an eCommerce-Platform to GCP
stackconf 2021 | How we finally migrated an eCommerce-Platform to GCPstackconf 2021 | How we finally migrated an eCommerce-Platform to GCP
stackconf 2021 | How we finally migrated an eCommerce-Platform to GCP
 
NetflixOSS for Triangle Devops Oct 2013
NetflixOSS for Triangle Devops Oct 2013NetflixOSS for Triangle Devops Oct 2013
NetflixOSS for Triangle Devops Oct 2013
 
OSDC 2018 | Three years running containers with Kubernetes in Production by T...
OSDC 2018 | Three years running containers with Kubernetes in Production by T...OSDC 2018 | Three years running containers with Kubernetes in Production by T...
OSDC 2018 | Three years running containers with Kubernetes in Production by T...
 
Open service broker API with Azure Kubernetes Services
Open service broker API with Azure Kubernetes ServicesOpen service broker API with Azure Kubernetes Services
Open service broker API with Azure Kubernetes Services
 
The Mushroom Cloud Effect or What Happens When Containers Fail? by Alois Mayr...
The Mushroom Cloud Effect or What Happens When Containers Fail? by Alois Mayr...The Mushroom Cloud Effect or What Happens When Containers Fail? by Alois Mayr...
The Mushroom Cloud Effect or What Happens When Containers Fail? by Alois Mayr...
 
Take an Analytics-driven Approach to Container Performance with Splunk for Co...
Take an Analytics-driven Approach to Container Performance with Splunk for Co...Take an Analytics-driven Approach to Container Performance with Splunk for Co...
Take an Analytics-driven Approach to Container Performance with Splunk for Co...
 
From 0 to 60 with kubernetes and istio
From 0 to 60 with kubernetes and istioFrom 0 to 60 with kubernetes and istio
From 0 to 60 with kubernetes and istio
 
Rohit yadav cloud stack internals
Rohit yadav   cloud stack internalsRohit yadav   cloud stack internals
Rohit yadav cloud stack internals
 
The Need For Speed - NEBytes
The Need For Speed - NEBytesThe Need For Speed - NEBytes
The Need For Speed - NEBytes
 
Application Deployment and Management at Scale at 1&1
Application Deployment and Management at Scale at 1&1Application Deployment and Management at Scale at 1&1
Application Deployment and Management at Scale at 1&1
 
All the troubles you get into when setting up a production ready Kubernetes c...
All the troubles you get into when setting up a production ready Kubernetes c...All the troubles you get into when setting up a production ready Kubernetes c...
All the troubles you get into when setting up a production ready Kubernetes c...
 
Service discovery with Eureka and Spring Cloud
Service discovery with Eureka and Spring CloudService discovery with Eureka and Spring Cloud
Service discovery with Eureka and Spring Cloud
 
Building Angular 2.0 applications with TypeScript
Building Angular 2.0 applications with TypeScriptBuilding Angular 2.0 applications with TypeScript
Building Angular 2.0 applications with TypeScript
 

Similaire à GDL OpenStack Community - Openstack Introduction

Survey of open source cloud architectures
Survey of open source cloud architecturesSurvey of open source cloud architectures
Survey of open source cloud architectures
abhinav vedanbhatla
 
Introduction Openstack
Introduction OpenstackIntroduction Openstack
Introduction Openstack
Ranjith Kumar
 
Openstack_administration
Openstack_administrationOpenstack_administration
Openstack_administration
Ashish Sharma
 

Similaire à GDL OpenStack Community - Openstack Introduction (20)

An Intrudction to OpenStack 2017
An Intrudction to OpenStack 2017An Intrudction to OpenStack 2017
An Intrudction to OpenStack 2017
 
7 - Introduction to OpenStack & SDN by Ady Saputra
7 - Introduction to OpenStack & SDN by Ady Saputra7 - Introduction to OpenStack & SDN by Ady Saputra
7 - Introduction to OpenStack & SDN by Ady Saputra
 
OpenStack for VMware Administrators
OpenStack for VMware AdministratorsOpenStack for VMware Administrators
OpenStack for VMware Administrators
 
Openstack
OpenstackOpenstack
Openstack
 
OpenStack: Why Is It Gaining So Much Traction?
OpenStack: Why Is It Gaining So Much Traction?OpenStack: Why Is It Gaining So Much Traction?
OpenStack: Why Is It Gaining So Much Traction?
 
OpenStack for AWS Architects - Similarities, differences and bridging the gap
OpenStack for AWS Architects - Similarities, differences and bridging the gapOpenStack for AWS Architects - Similarities, differences and bridging the gap
OpenStack for AWS Architects - Similarities, differences and bridging the gap
 
Survey of open source cloud architectures
Survey of open source cloud architecturesSurvey of open source cloud architectures
Survey of open source cloud architectures
 
What is OpenStack and the added value of IBM solutions
What is OpenStack and the added value of IBM solutionsWhat is OpenStack and the added value of IBM solutions
What is OpenStack and the added value of IBM solutions
 
ppt
pptppt
ppt
 
Introduction and Overview of OpenStack for IaaS
Introduction and Overview of OpenStack for IaaSIntroduction and Overview of OpenStack for IaaS
Introduction and Overview of OpenStack for IaaS
 
OpenStack - An Overview
OpenStack - An OverviewOpenStack - An Overview
OpenStack - An Overview
 
Introduction Openstack
Introduction OpenstackIntroduction Openstack
Introduction Openstack
 
Introduction To OpenStack
Introduction To OpenStackIntroduction To OpenStack
Introduction To OpenStack
 
Workshop - Openstack, Cloud Computing, Virtualization
Workshop - Openstack, Cloud Computing, VirtualizationWorkshop - Openstack, Cloud Computing, Virtualization
Workshop - Openstack, Cloud Computing, Virtualization
 
Openstack workshop @ Kalasalingam
Openstack workshop @ KalasalingamOpenstack workshop @ Kalasalingam
Openstack workshop @ Kalasalingam
 
Openstack_administration
Openstack_administrationOpenstack_administration
Openstack_administration
 
OpenStack Introduction
OpenStack IntroductionOpenStack Introduction
OpenStack Introduction
 
Cloud Computing using OpenStack
Cloud Computing using OpenStackCloud Computing using OpenStack
Cloud Computing using OpenStack
 
Dev ops operations openstack
Dev ops operations  openstackDev ops operations  openstack
Dev ops operations openstack
 
Cloud computing and OpenStack
Cloud computing and OpenStackCloud computing and OpenStack
Cloud computing and OpenStack
 

Plus de Victor Morales

Plus de Victor Morales (20)

Open Discussion: Nephio Test-infra project
Open Discussion: Nephio Test-infra projectOpen Discussion: Nephio Test-infra project
Open Discussion: Nephio Test-infra project
 
KCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitosKCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitos
 
CCOSS + KCD Mexico 2024 - Embracing GitOps in Telecom with Nephio
CCOSS + KCD Mexico 2024 - Embracing GitOps in Telecom with NephioCCOSS + KCD Mexico 2024 - Embracing GitOps in Telecom with Nephio
CCOSS + KCD Mexico 2024 - Embracing GitOps in Telecom with Nephio
 
Nephio 101
Nephio 101Nephio 101
Nephio 101
 
Tips and tricks for contributing to an Open Source project.pptx
Tips and tricks for contributing to an Open Source project.pptxTips and tricks for contributing to an Open Source project.pptx
Tips and tricks for contributing to an Open Source project.pptx
 
Understanding the Cloud-Native origins.pptx
Understanding the Cloud-Native origins.pptxUnderstanding the Cloud-Native origins.pptx
Understanding the Cloud-Native origins.pptx
 
My OPNFV journey
My OPNFV journeyMy OPNFV journey
My OPNFV journey
 
Deciphering Kubernetes Networking
Deciphering Kubernetes NetworkingDeciphering Kubernetes Networking
Deciphering Kubernetes Networking
 
Removing Language Barriers for Spanish-speaking Professionals
Removing Language Barriers for Spanish-speaking ProfessionalsRemoving Language Barriers for Spanish-speaking Professionals
Removing Language Barriers for Spanish-speaking Professionals
 
Understanding kube proxy in ipvs mode
Understanding kube proxy in ipvs modeUnderstanding kube proxy in ipvs mode
Understanding kube proxy in ipvs mode
 
How to contribute to an open source project and don’t die during the Code Rev...
How to contribute to an open source project and don’t die during the Code Rev...How to contribute to an open source project and don’t die during the Code Rev...
How to contribute to an open source project and don’t die during the Code Rev...
 
Deep dive networking
Deep dive networkingDeep dive networking
Deep dive networking
 
GW Tester
GW TesterGW Tester
GW Tester
 
Pod Sandbox workflow creation from Dockershim
Pod Sandbox workflow creation from DockershimPod Sandbox workflow creation from Dockershim
Pod Sandbox workflow creation from Dockershim
 
Kubernetes fundamentals
Kubernetes fundamentalsKubernetes fundamentals
Kubernetes fundamentals
 
Cloud native fundamentals
Cloud native fundamentalsCloud native fundamentals
Cloud native fundamentals
 
Building cloud native network functions - outcomes from the gw-tester nsm imp...
Building cloud native network functions - outcomes from the gw-tester nsm imp...Building cloud native network functions - outcomes from the gw-tester nsm imp...
Building cloud native network functions - outcomes from the gw-tester nsm imp...
 
Reference CNF development journey and outcomes
Reference CNF development journey and outcomesReference CNF development journey and outcomes
Reference CNF development journey and outcomes
 
Kubernetes Resources Allocation
Kubernetes Resources AllocationKubernetes Resources Allocation
Kubernetes Resources Allocation
 
ONAP MultiCloud/K8s Casablanca
ONAP MultiCloud/K8s CasablancaONAP MultiCloud/K8s Casablanca
ONAP MultiCloud/K8s Casablanca
 

Dernier

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Dernier (20)

Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
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
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
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
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
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
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 

GDL OpenStack Community - Openstack Introduction

  • 1. OpenStack Introduction Victor Morales & Geronimo Orozco March, 31st 2014
  • 2. INTEL CONFIDENTIAL Intel Information Technology, FOR INTERNAL USE ONLY Cloud 101 2
  • 3. History – Business Drivers Capacity planning - Involves ensuring that an organization has the right infrastructure, resources and services to support their business and customer base in the future. Operating Overhead - Reducing the up-front cost of acquiring new IT infrastructure and the on-going cost of owning and maintaining said infrastructure. Operational Agility - The ability of a business to respond to change by being able to scale its IT resources.
  • 4. History – Technology Innovations  Grid Computing Technology - Way to provide computing resources on demand and on a pay-as-you go basis.  Clustering Technology - Create a failover system that employs multiple similar IT resources together to provide greater availability and reliability.  Virtualization Technology - Enables physical IT resources to provide multiple virtual images of themselves.
  • 5. Definition  Cloud computing is a specialized form of distributed computing that introduces utilization models for remotely provisioning scalable and measured IT resources. Characteristics: • On-Demand Usage • Ubiquitous Access • Multi-tenancy and Resourcing Pooling. • Elasticity • Measured Usage • Resiliency
  • 8. INTEL CONFIDENTIAL Intel Information Technology, FOR INTERNAL USE ONLY8
  • 9. OpenStack is…  An open source software that allows any company to build their own public or private cloud  Sits above the hypervisor and is hypervisor agnostic  KVM, Xen, Hyper-V, ESX, LXC.  Think of it as: “software that powers Amazon’s ECS+S3”  Its mission is to produce the ubiquitous open source cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable.
  • 10. Conceptual Architecture Network (Neutron) Provides "network connectivity as a service" Block Storage (Cinder) Provides persistent block storage to guest VMs Compute (Nova) Provides virtual servers upon demand. Dashboard (Horizon) Modular web-based user interface for all services. Image (Glance) Catalog and repository for virtual disk images. Object Storage (Swift) Allows you to store or retrieve files. Identity (Keystone) Authentication and authorization for all services.
  • 11. Release History Release Name Release date Included component code names Austin 21 October 2010 Nova, Swift Bexar 3 February 2011 Nova, Glance, Swift Cactus 15 April 2011 Nova, Glance, Swift Diablo 22 September 2011 Nova, Glance, Swift Essex 5 April 2012 Nova, Glance, Swift, Horizon, Keystone Folsom 27 September 2012 Nova, Glance, Swift, Horizon, Keystone, Quantum, Cinder Grizzly 4 April 2013 Nova, Glance, Swift, Horizon, Keystone, Quantum, Cinder Havana 17 October 2013 Nova, Glance, Swift, Horizon, Keystone, Neutron, Cinder, Heat, Ceilometer Icehouse 13 May 2014 Nova, Glance, Swift, Horizon, Keystone, Neutron, Cinder, Heat, Ceilometer, Trove
  • 12. OpenStack official programs  Compute (Nova)  Object Storage (Swift)  Image Service (Glance)  Identity (Keystone)  Dashboard (Horizon)  Networking (Neutron)  Block Storage (Cinder)  Telemetry (Ceilometer)  Orchestration (Heat)  Database Service (Trove)  Bare metal (Ironic)  Queue service (Marconi)  Data processing (Sahara)  Key management (Barbican)  Common Libraries (Oslo)  Infrastructure  Documentation  Quality Assurance (QA)  Deployment (TripleO)  Devstack (DevStack)  Release cycle management
  • 13. INTEL CONFIDENTIAL Intel Information Technology, FOR INTERNAL USE ONLY13
  • 14. Devstack is…  A shell script to build complete OpenStack development environment.  Supports: Ubuntu 12.04 (Precise), Fedora 20 and CentOS/RHEL 6.5( OpenSUSE and Debian)  It can run single and multi-node environments Devstack is not…  To be used on a production environment.  The exact way you would deploy OpenStack in production (but it’s close)
  • 15. Who uses Devstack?  Developers working on OpenStack  Used to test changes and verify they work in a running OpenStack deployment  Used by the CI system to test changes as they are pushed to gerrit for review.  Used for demos and proof of concept
  • 16. Devstack in 30 secs…  http://devstack.org 1. git clone https://github.com/openstack-dev/devstack.git 2. cd devstack 3. ./stack.sh  Important files:  localrc: Contains settings for each node running Devstack  stackrc: git repository and branch information
  • 18. Virtualize your Devstack with Vagrant 1. git clone –recursive https://github.com/patux/mydevstack.git 2. cd mydevstack 3. vagrant up
  • 19. INTEL CONFIDENTIAL Intel Information Technology, FOR INTERNAL USE ONLY Q & A 19
  • 20. INTEL CONFIDENTIAL Intel Information Technology, FOR INTERNAL USE ONLY Demo 20

Notes de l'éditeur

  1. Business Drivers:Capacity planning (Involves ensuring that an organization has the right infrastructure, resources and services to support their business and customer base in the future)IT infrastructure be plannedEstimating usage load fluctuations.Balance peak usage requirements without unnecessary over-spending on IT infrastructure.Operating Overhead (Reducing the up-front cost of acquiring new IT infrastructure and the on-going cost of owning and maintaining said infrastructure)Actual cost of ownership needs to be consideredUnderutilized - Unpredictable usage requirementsThe administration demands can unnecessary increase operating costs(IT department itself more of a burden upon the organization)Operational Agility (The ability of a business to respond to change by being able to scale its IT resources)Responsiveness of an organization in the face of business change.Being able to scale its IT resourcesIT resources be more available and/or reliable
  2. Technology Innovations:Grid Computing Technology (Way to provide computing resources on demand and on a pay-as-you go basis)"computing as a networked utility"You could plug into a pool of shared computing power"pay-as-you-go" computing and further formed the basis of "elasticity"Clustering Technology (Create a failover system that employs multiple similar IT resources together to provide greater availability and reliability)Back-end technology architectures that evolved in support of Web-based applications introduced load balancing, server farms, clustered servers, clustered databases.Virtualization Technology (Enables physical IT resources to provide multiple virtual images of themselves)It has enabled hardware owners to repeatedly leverage physical servers.Helped realize the notion of "server elasticity"(allowing one physical server to host a variable number of "virtual" servers).Key technology in modern cloud computing environments.
  3. Terms:IT Resource - Physical or virtual IT-related artifact(physical server, software program, virtual server, service, storage device, network device)Virtualization - Physical IT resources to provide multiple virtual images of themselvesScaling in / Scaling out - Scaling represents the ability of the IT resource to gracefully handle increased or decreased usage demands.Cloud - Remote IT environment designed for the purpose of remotely provisioning IT resourcesOn-Premise - IT resource that is not remotely accessible via a cloud.Service - It's a software program that can be remotely invoked via a published technical interface.Cloud Service - Any remotely accessible IT resource is classified as a service.Service Agent - An event-driven program capable of transparently intercepting and processing messages sent to or from services.Characteristics:On-Demand Usage(the freedom to self-provision IT resources)Ubiquitous Access(widely accessible - support for a range of devices, transport protocols, interfaces, and security technologies.)Multi-tenancy and Resourcing Pooling.(IT resources shared by multiple users/tenants)Elasticity (ability of a cloud to gracefully and transparently scale IT resources)Measured Usage (Keep track of the usage of its IT resources by cloud consumers, pay for use monitoring mechanism)Resiliency (failover system)
  4. Cloud delivery models Represents a specific combination of IT resources offered by a cloud provider. Infrastructure-as-a-Service(IaaS) - Provides a self-contained IT environment comprised of infrastructure-centric IT resources. Example AWSPlatform-as-a-Service(PaaS) - Provides a ready-made environment that comes with a set of pre-packaged products and tools. Example Salesforce.Software-as-a-Service(SaaS) - Represents a software product that exists as a shared cloud service offered by a cloud provider to cloud consumers. Example Office365
  5. Cloud deployment models Represents a specific type of cloud environment, primarily distinguished by ownership and size. Public Cloud - It's publically accessible cloud environment owned by a third-party cloud provider.Community Cloud - It's either a public cloud with limited access to the members of a particular group.Private Cloud - It's privately owned and managed by a single organization for their internal customers.Hybrid Cloud - Two or more different cloud deployment models.
  6. How I Explained REST to My Wifehttp://www.looah.com/source/view/2284