SlideShare ist ein Scribd-Unternehmen logo
1 von 59
Downloaden Sie, um offline zu lesen
Introduction to OpenStack
Michael Lessard, RHCA
Senior Solutions Architect
mlessard@redhat.com
michaellessard

1
Agenda
•

What is Openstack ?

•

What is a cloud workload ?

•

OpenStack upstream

•

OpenStack Architecture

•

OpenStack incubating projects

•

OpenStack Red Hat distributions

•

Cloud Management Platform

•

Use cases
What is Openstack ?

3
OpenStack is ...
Public or Private Cloud

Cloud workload
OpenStack is ...
Self Service

APIs
Web
Dashboard
OpenStack is ...
Building blocks
OpenStack is ...
Illusion of Infinite Capacity
OpenStack is ...
Massive Scale
OPENSTACK
OPENSTACK COMMUNITY
In 4 years
The second largest after Linux
What is a cloud workload ?

11
SERVICE MODELS / WORKLOADS
TRADITIONAL WORKLOADS
●

●

●

●

●

Stateful VMs, application defined in VM
Big VMs: vCPU, vRAM, local storage
inside VM
Application SLA = SLA of VM
SLA requires enterprise virtualization
features to keep VMs highly available

CLOUD WORKLOADS
●

●

●

●

Stateless VMs, application distributed
Small VMs: vCPU, vRAM, storage
separate
Application SLA not dependent on any
one VM
SLA requires ability to create and
destroy VMs where needed

Lifecycle measured in years
●

●

●

●

Lifecycle measured in hours to months
Applications scale out: add more VMs

VMs scale up: add vCPU, vRAM, etc.
Applications not designed to tolerate
failure of VMs

●

Applications designed to tolerate failure
of VMs
SERVICE MODELS / WORKLOADS
CLOUD
WORKLOADS

TRADITIONAL
WORKLOADS

• Pets are unique, lovingly
hand raised and cared for

•

Cattle are almost identical to
each other

• They are given names

•

They are given numbers

• When they get ill you nurse
them back to health

•

When they get ill you get
another one

Credit : Bill Baker @ Microsoft & Tim Bell @ CERN
OpenStack upstream

14
UPSTREAM
• Releases every 6 months
– April & October: Named Alphabetically

• Upstream focus
– Distribution neutral

• Does not provide :
– centralized management
Austin – October 2010
- Initial release
- Object Storage production ready
- Compute in testing

Bexar – February 2011
- Compute production ready
- Initial release of Image Service
- Focus on installation and deployment

Cactus – April 2011
- Focus on scaling enhancement
- Support for KVM/QEMU, XenServer, Xen, ESXi, LXC

Diablo – September 2011
- First “production ready” release

Havana – October
2013

Essex – April 2012
- Dashboard and Identity added to core
- Quantum incubated

Folsom – October 2012
- Quantum added to core
- Cinder added to core

Grizzly – April 2013 (planned)
- Ceilometer and Heat incubated
- Focus on upgrade support
RED HAT UPSTREAM FOCUS
•

Heavily engaged in community since 2011
– Established leadership position in community
– Both in terms of governance and technology
– Including Project Technical Leads on Nova, Keystone, Oslo, Heat
and Ceilometer
– Creating and leading stable tree

•

3rd largest contributor to Essex Release

•

2nd largest contributor to Folsom Release

•

Largest contributor to Grizzly Release
– Note: These statistics do not include external dependencies
eg. libvirt, kvm, Linux components
Contribution by companies

http://www.stackalytics.com
November 26th, 2013, Havana contributions
OpenStack Architecture

20
OPENSTACK ARCHITECTURE

Neutron

•

Modular architecture

•

Designed to easily scale out

•

Based on (growing) set of core services
OPENSTACK ARCHITECTURE

Keystone
– Identity Service
– Common authorization framework
– Manages users, tenants and roles
– Pluggable backends (SQL, PAM, LDAP, IDM, etc)
OPENSTACK ARCHITECTURE

NOVA
– Core compute service comprised of
• Compute Nodes – hypervisors that run virtual machines
– Supports multiple hypervisors KVM, Xen, LXC, Hyper-V and ESX
• Distributed controllers that handle scheduling, API calls, etc
– Native OpenStack API and Amazon EC2 compatible API
OPENSTACK ARCHITECTURE

Glance
– Image service
– Stores and retrieves disk images (virtual machine templates)
– Supports Raw, QCOW, VMDK, VHD, ISO, OVF & AMI/AKI
– Backend storage : Filesystem, Swift, Gluster, Amazon S3
OPENSTACK ARCHITECTURE

Swift
– Object Storage service
– Modeled after Amazon's S3 service
– Provides simple service for storing and retrieving arbitrary data
– Native API and S3 compatible API
OPENSTACK ARCHITECTURE

Neutron

Neutron
– Network Service
– Provides framework for Software Defined Network (SDN)
– Plugin architecture
• Allows integration of hardware and software based network solutions
– Open vSwitch, Cicso UCS, Standard Linux Bridge, Nicira NVP
OPENSTACK ARCHITECTURE

Cinder
– Block Storage (Volume) Service
– Provides block storage for virtual machines (persistent disks)
– Similar to Amazon EBS service
– Plugin architecture for vendor extensions
eg. NetApp driver for Cinder
OPENSTACK ARCHITECTURE

Horizon
– Dashboard
– Provides simple self service UI for end-users
– Basic cloud administrator functions
• Define users, tenants and quotas
• No infrastructure management
OPENSTACK INCUBATING PROJECTS
OpenStack Orchestration (HEAT)
●

●

●

●

Provides template driven cloud
application orchestration
Modeled after AWS CloudFormation
Targeted to provide advanced
functionality such as high availability
and autoscaling
Introduced by

Graduated from Incubation to Integrated
status for the Havana release
OPENSTACK INCUBATING PROJECTS
OpenStack Monitoring and Metering
(CEILOMETER)
●

●

Goal: To provide a single infrastructure to
collect measurements from an entire
OpenStack infrastructure; eliminate need for
multiple agents attaching to multiple
OpenStack projects
Primary targets metering and monitoring;
provides extensibility

Graduated from Incubation to Integrated status for
the Havana release
Let’s Follow a Request..
It’s
renderi
ng
time!

Glance

Thank
you
OpenStac
k!!

Spin me up a
VM!
And make it
LARGE!

8)

Swift

8)

Hey Glance,
can I get the
RHEL 6.4
image?

Umm, Do I
know you? I
need to see
some
papers!!

Node
capacity

Indeed I do.
Don’t forget
to mount it!

capacity

Keystone

Cinder, have
that volume
ready for me?

VM

capacity

Nova

Node
Nova

Here’s your
IP, default
route and
FW settings.

Neutron

Neutron, I
need a
network with
all the
trimmings!

Tag you’re it!

Node

Papers
are
good.
Time to
get to
work!
Ok, we
need to
find a
place to
build this
VM.
OpenStack Incubating projects

32
OTHER OPENSTACK PROJECTS
•

Deployment (TripleO)
– Installing, upgrading and operating Openstack using Openstack’s
own cloud facilities (nova, neutron and heat)
– Continuous integration and deployment testing at the bare metal
layer (Ironic)

•

File storage (Manila)
– Shared filesystem as a service
– NFS, Cifs and others

•

Database Service (Trove)

•

Bare metal (Ironic)

•

Raksha (Backup)

•

Queue service (Marconi)

•

Common Libraries (Oslo)

•

Draas, Murano (Windows provisionning), Designate (DNS), etc ...
OpenStack Red Hat distributions

34
BUILDING A COMMUNITY
• RDO Project
– Community distribution of OpenStack
– Packaged for *EL6 and Fedora
– Freely available without registration
– Packstack (puppet modules) to simplify the installation
• < 10 minutes to install ***
• Vanilla distribution – closely follows upstream
– Upstream release cadence
– 6 month lifecycle – limited updates based on upstream
RELEASE CADENCE
• Upstream
– Source code Only
– Releases every 6 month
– 2 to 3 'snapshots' including bug fixes
– No more fixes/snapshots after next release
• RDO
– Follows upstream cadence
– Delivers binaries
WEBSITE

37
38
RDO Quick Start
# yum install ­y http://rdo.fedorapeople.org/openstack­
havana/rdo­release­havana.rpm sudo 
# yum install ­y openstack­packstack
# packstack ­­allinone ­­os­neutron­install=n 

http://$YOURIP/dashboard
RED HAT ENTERPRISE LINUX OPENSTACK
PLATFORM
•

Hardened OpenStack, API identical with upstream, longer (starting
with 1 year) enterprise life cycle

•

Optimized for and integrated with Red Hat Enterprise Linux

RED HAT ENTERPRISE LINUX
RED HAT ENTERPRISE LINUX OPENSTACK
PLATFORM VALUE
• Enterprise grade OpenStack deployment with ecosystem,
lifecycle, support that customers expect from Red Hat
– Based on RHEL and includes required fixes in both OpenStack and
RHEL
– Enterprise hardened OpenStack code
– Longer supported lifecycle
• includes bug fixes, security errata, selected backports
– Certified ecosystem (Red Hat Certified OpenStack Partner program
and Red Hat Enterprise Linux ecosystem)
– Full support and Certifications for RHEL and Windows workloads
RELEASE CADENCE
•

Red Hat OpenStack (RHOS)
– 6 Month cadence
– Roughly 2 to 3 months AFTER upstream
• Time to stabilize, certify, backport etc.
– Initially 1 year lifecycle
• eg. Support for Folsom ends after Havana release
• eg. Support for Grizzly ends after “I” release
– Will increase lifecycle over time
• Likely to move to 2 years after Havana
– Based on upstream stability and resources
46
OPENSTACK PROGRESSION

•

•
•
•

Open source, communitydeveloped (upstream)
software

•

Founded by Rackspace
Hosting and NASA

•

Managed by the OpenStack
Foundation
Vibrant group of developers
collaborating on open source
cloud infrastructure

•

Latest OpenStack software,
packaged in a managed
open source community
Provide an easy way to
install Openstack with
Packstack (Puppet modules)
Aimed at architects and
developers who want to
create, test, collaborate

•

Freely available, not for sale
Six-month release cadence
mirroring community

•

Software distributed under
the Apache 2.0 license

•

•

No certifications, no support

•

Installs on Red Hat and
derivatives

Enterprise-hardened
OpenStack software

•

Delivered with an
enterprise life cycle

•

Six-month release cadence
offset from community
releases to allow testing

•

Aimed at long-term
production deployments

•

Certified hardware and
software through the Red
Hat OpenStack Cloud
Infrastructure Partner
Network

•

Supported by Red Hat

•

OpenStack certification
(CL210 and EX210)

No certification, no support

•

•
Cloud management platform

48
RED HAT’S IaaS CLOUD STRATEGY
PROVIDE OUR CUSTOMERS WITH BETTER VALUE WITH MORE FLEXIBILITY .
..

Benefits
●

Fast Time to Cloud

●

Low Acquisition Cost

●

Tool Reduction

●

Low Implementation
Costs

●

Continuous Optimization

●

VMs
on

RHEV

RHEV

Hypervisor

Hypervisor

Increased Automation

●

VMs
on

Open/Flexible

Shared Services
based on
OpenStack
49

(Neutron)

VMs
on
ESXi
CLOUDFORMS
Capabilities

50
OpenStack

A Management Comparison

Feature OpenStack RHEL OPS &
CF3
Configuration Management
No
Yes
Policy State Management
No
Yes
Service Catalog
No
Yes
Life-Cycle Management
No
Yes
Reporting
No
Yes
Single Pane Glass View
No
Yes
Chargeback
No
Yes
CLOUDFORMS

Ops - Dashboard

52
CLOUDFORMS

User - Dashboard

53
Use cases

54
CERN's infrastructure

2400 compute nodes
60 000 cores, target 300 000
Starting/stopping ~250VMs in ~5min
http://openstack-in-production.blogspot.fr/
Conclusion

56
TO LEARN MORE
•

Learn more about RDO
– openstack.redhat.com

•

Learn more about RHOS
– redhat.com/products/cloud-computing/openstack

•

90-day RHOS Eval (Includes RHEL lics for 3 RHOS nodes)
– redhat.com/openstack

•

Openstack summit videos
THE BIRTH OF OPENSTACK
Questions

59

Weitere ähnliche Inhalte

Was ist angesagt?

Mirantis OpenStack 4.0 Overview
Mirantis OpenStack 4.0 OverviewMirantis OpenStack 4.0 Overview
Mirantis OpenStack 4.0 OverviewMirantis
 
Openstack architecture for the enterprise (Openstack Ireland Meet-up)
Openstack architecture for the enterprise (Openstack Ireland Meet-up)Openstack architecture for the enterprise (Openstack Ireland Meet-up)
Openstack architecture for the enterprise (Openstack Ireland Meet-up)Keith Tobin
 
OpenStack - Infrastructure as a service
OpenStack - Infrastructure as a serviceOpenStack - Infrastructure as a service
OpenStack - Infrastructure as a serviceDenis Cavalcante
 
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
 
OpenStack in Action 4! Franz Meyer - What Use Case does Red Hat Enterprise ...
OpenStack in Action 4!   Franz Meyer - What Use Case does Red Hat Enterprise ...OpenStack in Action 4!   Franz Meyer - What Use Case does Red Hat Enterprise ...
OpenStack in Action 4! Franz Meyer - What Use Case does Red Hat Enterprise ...eNovance
 
Open stack architecture overview-meetup-6-6_2013
Open stack architecture overview-meetup-6-6_2013Open stack architecture overview-meetup-6-6_2013
Open stack architecture overview-meetup-6-6_2013Mirantis
 
Cloud Computing Open Stack Compute Node
Cloud Computing Open Stack Compute NodeCloud Computing Open Stack Compute Node
Cloud Computing Open Stack Compute NodePalak Sood
 
Webinar "Introduction to OpenStack"
Webinar "Introduction to OpenStack"Webinar "Introduction to OpenStack"
Webinar "Introduction to OpenStack"CREATE-NET
 
OpenStack 101 Presentation
OpenStack 101 PresentationOpenStack 101 Presentation
OpenStack 101 PresentationEVault
 
Quick overview of Openstack architecture
Quick overview of Openstack architectureQuick overview of Openstack architecture
Quick overview of Openstack architectureToni Ramirez
 
Designing OpenStack Architectures
Designing OpenStack ArchitecturesDesigning OpenStack Architectures
Designing OpenStack ArchitecturesMirantis
 
Vancouver open stack meetup presentation
Vancouver open stack meetup presentationVancouver open stack meetup presentation
Vancouver open stack meetup presentationSean Winn
 
Openstack Installation (ver. liberty)
Openstack Installation (ver. liberty)Openstack Installation (ver. liberty)
Openstack Installation (ver. liberty)Eggy Cheng
 
Deep Dive: OpenStack Summit (Red Hat Summit 2014)
Deep Dive: OpenStack Summit (Red Hat Summit 2014)Deep Dive: OpenStack Summit (Red Hat Summit 2014)
Deep Dive: OpenStack Summit (Red Hat Summit 2014)Stephen Gordon
 
An Introduction to Red Hat Enterprise Linux OpenStack Platform
An Introduction to Red Hat Enterprise Linux OpenStack PlatformAn Introduction to Red Hat Enterprise Linux OpenStack Platform
An Introduction to Red Hat Enterprise Linux OpenStack PlatformRhys Oxenham
 
Openstack - An introduction/Installation - Presented at Dr Dobb's conference...
 Openstack - An introduction/Installation - Presented at Dr Dobb's conference... Openstack - An introduction/Installation - Presented at Dr Dobb's conference...
Openstack - An introduction/Installation - Presented at Dr Dobb's conference...Rahul Krishna Upadhyaya
 

Was ist angesagt? (20)

Mirantis OpenStack 4.0 Overview
Mirantis OpenStack 4.0 OverviewMirantis OpenStack 4.0 Overview
Mirantis OpenStack 4.0 Overview
 
Openstack architecture for the enterprise (Openstack Ireland Meet-up)
Openstack architecture for the enterprise (Openstack Ireland Meet-up)Openstack architecture for the enterprise (Openstack Ireland Meet-up)
Openstack architecture for the enterprise (Openstack Ireland Meet-up)
 
OpenStack - Infrastructure as a service
OpenStack - Infrastructure as a serviceOpenStack - Infrastructure as a service
OpenStack - Infrastructure as a service
 
OpenStack 101 update
OpenStack 101 updateOpenStack 101 update
OpenStack 101 update
 
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 in Action 4! Franz Meyer - What Use Case does Red Hat Enterprise ...
OpenStack in Action 4!   Franz Meyer - What Use Case does Red Hat Enterprise ...OpenStack in Action 4!   Franz Meyer - What Use Case does Red Hat Enterprise ...
OpenStack in Action 4! Franz Meyer - What Use Case does Red Hat Enterprise ...
 
Open stack architecture overview-meetup-6-6_2013
Open stack architecture overview-meetup-6-6_2013Open stack architecture overview-meetup-6-6_2013
Open stack architecture overview-meetup-6-6_2013
 
Cloud Computing Open Stack Compute Node
Cloud Computing Open Stack Compute NodeCloud Computing Open Stack Compute Node
Cloud Computing Open Stack Compute Node
 
Openstack 101
Openstack 101Openstack 101
Openstack 101
 
OpenStack 101
OpenStack 101OpenStack 101
OpenStack 101
 
OpenStack Super Bootcamp.pdf
OpenStack Super Bootcamp.pdfOpenStack Super Bootcamp.pdf
OpenStack Super Bootcamp.pdf
 
Webinar "Introduction to OpenStack"
Webinar "Introduction to OpenStack"Webinar "Introduction to OpenStack"
Webinar "Introduction to OpenStack"
 
OpenStack 101 Presentation
OpenStack 101 PresentationOpenStack 101 Presentation
OpenStack 101 Presentation
 
Quick overview of Openstack architecture
Quick overview of Openstack architectureQuick overview of Openstack architecture
Quick overview of Openstack architecture
 
Designing OpenStack Architectures
Designing OpenStack ArchitecturesDesigning OpenStack Architectures
Designing OpenStack Architectures
 
Vancouver open stack meetup presentation
Vancouver open stack meetup presentationVancouver open stack meetup presentation
Vancouver open stack meetup presentation
 
Openstack Installation (ver. liberty)
Openstack Installation (ver. liberty)Openstack Installation (ver. liberty)
Openstack Installation (ver. liberty)
 
Deep Dive: OpenStack Summit (Red Hat Summit 2014)
Deep Dive: OpenStack Summit (Red Hat Summit 2014)Deep Dive: OpenStack Summit (Red Hat Summit 2014)
Deep Dive: OpenStack Summit (Red Hat Summit 2014)
 
An Introduction to Red Hat Enterprise Linux OpenStack Platform
An Introduction to Red Hat Enterprise Linux OpenStack PlatformAn Introduction to Red Hat Enterprise Linux OpenStack Platform
An Introduction to Red Hat Enterprise Linux OpenStack Platform
 
Openstack - An introduction/Installation - Presented at Dr Dobb's conference...
 Openstack - An introduction/Installation - Presented at Dr Dobb's conference... Openstack - An introduction/Installation - Presented at Dr Dobb's conference...
Openstack - An introduction/Installation - Presented at Dr Dobb's conference...
 

Andere mochten auch

GlusterFS and Openstack Storage
GlusterFS and Openstack StorageGlusterFS and Openstack Storage
GlusterFS and Openstack StorageDeepak Shetty
 
GlusterFS CTDB Integration
GlusterFS CTDB IntegrationGlusterFS CTDB Integration
GlusterFS CTDB IntegrationEtsuji Nakai
 
Open vStorage Meetup - Santa Clara 04/16
Open vStorage Meetup -  Santa Clara 04/16Open vStorage Meetup -  Santa Clara 04/16
Open vStorage Meetup - Santa Clara 04/16wim_provoost
 
Turning object storage into vm storage
Turning object storage into vm storageTurning object storage into vm storage
Turning object storage into vm storagewim_provoost
 
Cloud computing Latest Interview Questions with Answers by Garuda Trainings
Cloud computing Latest Interview Questions with Answers by Garuda TrainingsCloud computing Latest Interview Questions with Answers by Garuda Trainings
Cloud computing Latest Interview Questions with Answers by Garuda TrainingsGaruda Trainings
 
GlusterFs Architecture & Roadmap - LinuxCon EU 2013
GlusterFs Architecture & Roadmap - LinuxCon EU 2013GlusterFs Architecture & Roadmap - LinuxCon EU 2013
GlusterFs Architecture & Roadmap - LinuxCon EU 2013Gluster.org
 
Integrate Openshift with Cloudforms
Integrate Openshift with CloudformsIntegrate Openshift with Cloudforms
Integrate Openshift with CloudformsMichael Lessard
 
Scale out backups-with_bareos_and_gluster
Scale out backups-with_bareos_and_glusterScale out backups-with_bareos_and_gluster
Scale out backups-with_bareos_and_glusterGluster.org
 
GlusterFS Update and OpenStack Integration
GlusterFS Update and OpenStack IntegrationGlusterFS Update and OpenStack Integration
GlusterFS Update and OpenStack IntegrationEtsuji Nakai
 
Turning OpenStack Swift into a VM storage platform
Turning OpenStack Swift into a VM storage platformTurning OpenStack Swift into a VM storage platform
Turning OpenStack Swift into a VM storage platformOpenStack_Online
 
Red Hat OpenShift V3 Overview and Deep Dive
Red Hat OpenShift V3 Overview and Deep DiveRed Hat OpenShift V3 Overview and Deep Dive
Red Hat OpenShift V3 Overview and Deep DiveGreg Hoelzer
 
[OpenStack Days Korea 2016] Track1 - Red Hat enterprise Linux OpenStack Platform
[OpenStack Days Korea 2016] Track1 - Red Hat enterprise Linux OpenStack Platform[OpenStack Days Korea 2016] Track1 - Red Hat enterprise Linux OpenStack Platform
[OpenStack Days Korea 2016] Track1 - Red Hat enterprise Linux OpenStack PlatformOpenStack Korea Community
 

Andere mochten auch (12)

GlusterFS and Openstack Storage
GlusterFS and Openstack StorageGlusterFS and Openstack Storage
GlusterFS and Openstack Storage
 
GlusterFS CTDB Integration
GlusterFS CTDB IntegrationGlusterFS CTDB Integration
GlusterFS CTDB Integration
 
Open vStorage Meetup - Santa Clara 04/16
Open vStorage Meetup -  Santa Clara 04/16Open vStorage Meetup -  Santa Clara 04/16
Open vStorage Meetup - Santa Clara 04/16
 
Turning object storage into vm storage
Turning object storage into vm storageTurning object storage into vm storage
Turning object storage into vm storage
 
Cloud computing Latest Interview Questions with Answers by Garuda Trainings
Cloud computing Latest Interview Questions with Answers by Garuda TrainingsCloud computing Latest Interview Questions with Answers by Garuda Trainings
Cloud computing Latest Interview Questions with Answers by Garuda Trainings
 
GlusterFs Architecture & Roadmap - LinuxCon EU 2013
GlusterFs Architecture & Roadmap - LinuxCon EU 2013GlusterFs Architecture & Roadmap - LinuxCon EU 2013
GlusterFs Architecture & Roadmap - LinuxCon EU 2013
 
Integrate Openshift with Cloudforms
Integrate Openshift with CloudformsIntegrate Openshift with Cloudforms
Integrate Openshift with Cloudforms
 
Scale out backups-with_bareos_and_gluster
Scale out backups-with_bareos_and_glusterScale out backups-with_bareos_and_gluster
Scale out backups-with_bareos_and_gluster
 
GlusterFS Update and OpenStack Integration
GlusterFS Update and OpenStack IntegrationGlusterFS Update and OpenStack Integration
GlusterFS Update and OpenStack Integration
 
Turning OpenStack Swift into a VM storage platform
Turning OpenStack Swift into a VM storage platformTurning OpenStack Swift into a VM storage platform
Turning OpenStack Swift into a VM storage platform
 
Red Hat OpenShift V3 Overview and Deep Dive
Red Hat OpenShift V3 Overview and Deep DiveRed Hat OpenShift V3 Overview and Deep Dive
Red Hat OpenShift V3 Overview and Deep Dive
 
[OpenStack Days Korea 2016] Track1 - Red Hat enterprise Linux OpenStack Platform
[OpenStack Days Korea 2016] Track1 - Red Hat enterprise Linux OpenStack Platform[OpenStack Days Korea 2016] Track1 - Red Hat enterprise Linux OpenStack Platform
[OpenStack Days Korea 2016] Track1 - Red Hat enterprise Linux OpenStack Platform
 

Ähnlich wie Openstackoverview-DEC2013

OpenstackOverview.pdf
OpenstackOverview.pdfOpenstackOverview.pdf
OpenstackOverview.pdfKevinBuck30
 
OpenStack 101 - All Things Open 2015
OpenStack 101 - All Things Open 2015OpenStack 101 - All Things Open 2015
OpenStack 101 - All Things Open 2015Mark Voelker
 
Introduction to openstack
Introduction to openstackIntroduction to openstack
Introduction to openstackYaniv Zadka
 
Openstack – An introduction
Openstack – An introductionOpenstack – An introduction
Openstack – An introductionMuddassir Nazir
 
What is the OpenStack Platform? By Peter Dens - Kangaroot
What is the OpenStack Platform? By Peter Dens - KangarootWhat is the OpenStack Platform? By Peter Dens - Kangaroot
What is the OpenStack Platform? By Peter Dens - KangarootKangaroot
 
Oct meetup open stack 101 clean
Oct meetup open stack 101   cleanOct meetup open stack 101   clean
Oct meetup open stack 101 cleanbenrodrigue
 
Intro to OpenStack
Intro to OpenStackIntro to OpenStack
Intro to OpenStackdonnieh1
 
Red Hat Cloud Infrastructure Conference 2013 - Presentation about OpenStack ...
Red Hat Cloud Infrastructure Conference 2013 -  Presentation about OpenStack ...Red Hat Cloud Infrastructure Conference 2013 -  Presentation about OpenStack ...
Red Hat Cloud Infrastructure Conference 2013 - Presentation about OpenStack ...Elos Technologies s.r.o.
 
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 for VMware Administrators
OpenStack for VMware AdministratorsOpenStack for VMware Administrators
OpenStack for VMware AdministratorsTrevor Roberts Jr.
 
OpenStack Ecosystem – Xen Cloud Platform and Integration into OpenStack - in...
OpenStack Ecosystem – Xen Cloud Platform and Integration into OpenStack -  in...OpenStack Ecosystem – Xen Cloud Platform and Integration into OpenStack -  in...
OpenStack Ecosystem – Xen Cloud Platform and Integration into OpenStack - in...IndicThreads
 
OpenStack Deployment in the Enterprise
OpenStack Deployment in the Enterprise OpenStack Deployment in the Enterprise
OpenStack Deployment in the Enterprise Cisco Canada
 
OpenStack (projects 101)
OpenStack (projects 101)OpenStack (projects 101)
OpenStack (projects 101)Hazzim Anaya
 
Webinar - Introduction to Ceph and OpenStack
Webinar - Introduction to Ceph and OpenStackWebinar - Introduction to Ceph and OpenStack
Webinar - Introduction to Ceph and OpenStackCeph Community
 
Cloud Foundry and OpenStack – Marriage Made in Heaven !
Cloud Foundry and OpenStack – Marriage Made in Heaven !Cloud Foundry and OpenStack – Marriage Made in Heaven !
Cloud Foundry and OpenStack – Marriage Made in Heaven ! Animesh Singh
 
OpenStack Introduction
OpenStack IntroductionOpenStack Introduction
OpenStack IntroductionRoy Gilad
 

Ähnlich wie Openstackoverview-DEC2013 (20)

OpenstackOverview.pdf
OpenstackOverview.pdfOpenstackOverview.pdf
OpenstackOverview.pdf
 
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
 
Introduction to openstack
Introduction to openstackIntroduction to openstack
Introduction to openstack
 
Openstack – An introduction
Openstack – An introductionOpenstack – An introduction
Openstack – An introduction
 
What is the OpenStack Platform? By Peter Dens - Kangaroot
What is the OpenStack Platform? By Peter Dens - KangarootWhat is the OpenStack Platform? By Peter Dens - Kangaroot
What is the OpenStack Platform? By Peter Dens - Kangaroot
 
Oct meetup open stack 101 clean
Oct meetup open stack 101   cleanOct meetup open stack 101   clean
Oct meetup open stack 101 clean
 
Bitnami Bootcamp. OpenStack
Bitnami Bootcamp. OpenStackBitnami Bootcamp. OpenStack
Bitnami Bootcamp. OpenStack
 
Intro to OpenStack
Intro to OpenStackIntro to OpenStack
Intro to OpenStack
 
Red Hat Cloud Infrastructure Conference 2013 - Presentation about OpenStack ...
Red Hat Cloud Infrastructure Conference 2013 -  Presentation about OpenStack ...Red Hat Cloud Infrastructure Conference 2013 -  Presentation about OpenStack ...
Red Hat Cloud Infrastructure Conference 2013 - Presentation about OpenStack ...
 
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 for VMware Administrators
OpenStack for VMware AdministratorsOpenStack for VMware Administrators
OpenStack for VMware Administrators
 
OpenStack Ecosystem – Xen Cloud Platform and Integration into OpenStack - in...
OpenStack Ecosystem – Xen Cloud Platform and Integration into OpenStack -  in...OpenStack Ecosystem – Xen Cloud Platform and Integration into OpenStack -  in...
OpenStack Ecosystem – Xen Cloud Platform and Integration into OpenStack - in...
 
VMware Integrated OpenStack
VMware Integrated OpenStackVMware Integrated OpenStack
VMware Integrated OpenStack
 
Openstack
OpenstackOpenstack
Openstack
 
OpenStack Deployment in the Enterprise
OpenStack Deployment in the Enterprise OpenStack Deployment in the Enterprise
OpenStack Deployment in the Enterprise
 
OpenStack (projects 101)
OpenStack (projects 101)OpenStack (projects 101)
OpenStack (projects 101)
 
Webinar - Introduction to Ceph and OpenStack
Webinar - Introduction to Ceph and OpenStackWebinar - Introduction to Ceph and OpenStack
Webinar - Introduction to Ceph and OpenStack
 
Cloud Foundry and OpenStack – Marriage Made in Heaven !
Cloud Foundry and OpenStack – Marriage Made in Heaven !Cloud Foundry and OpenStack – Marriage Made in Heaven !
Cloud Foundry and OpenStack – Marriage Made in Heaven !
 
OpenStack Introduction
OpenStack IntroductionOpenStack Introduction
OpenStack Introduction
 

Kürzlich hochgeladen

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
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
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
🐬 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
 
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
 
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
 
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 DevelopmentsTrustArc
 
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
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
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
 
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
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
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
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 

Kürzlich hochgeladen (20)

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
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
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
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
 
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
 
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
 
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
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
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
 
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
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
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
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 

Openstackoverview-DEC2013

  • 1. Introduction to OpenStack Michael Lessard, RHCA Senior Solutions Architect mlessard@redhat.com michaellessard 1
  • 2. Agenda • What is Openstack ? • What is a cloud workload ? • OpenStack upstream • OpenStack Architecture • OpenStack incubating projects • OpenStack Red Hat distributions • Cloud Management Platform • Use cases
  • 4. OpenStack is ... Public or Private Cloud Cloud workload
  • 5. OpenStack is ... Self Service APIs Web Dashboard
  • 7. OpenStack is ... Illusion of Infinite Capacity
  • 10. OPENSTACK COMMUNITY In 4 years The second largest after Linux
  • 11. What is a cloud workload ? 11
  • 12. SERVICE MODELS / WORKLOADS TRADITIONAL WORKLOADS ● ● ● ● ● Stateful VMs, application defined in VM Big VMs: vCPU, vRAM, local storage inside VM Application SLA = SLA of VM SLA requires enterprise virtualization features to keep VMs highly available CLOUD WORKLOADS ● ● ● ● Stateless VMs, application distributed Small VMs: vCPU, vRAM, storage separate Application SLA not dependent on any one VM SLA requires ability to create and destroy VMs where needed Lifecycle measured in years ● ● ● ● Lifecycle measured in hours to months Applications scale out: add more VMs VMs scale up: add vCPU, vRAM, etc. Applications not designed to tolerate failure of VMs ● Applications designed to tolerate failure of VMs
  • 13. SERVICE MODELS / WORKLOADS CLOUD WORKLOADS TRADITIONAL WORKLOADS • Pets are unique, lovingly hand raised and cared for • Cattle are almost identical to each other • They are given names • They are given numbers • When they get ill you nurse them back to health • When they get ill you get another one Credit : Bill Baker @ Microsoft & Tim Bell @ CERN
  • 15. UPSTREAM • Releases every 6 months – April & October: Named Alphabetically • Upstream focus – Distribution neutral • Does not provide : – centralized management
  • 16. Austin – October 2010 - Initial release - Object Storage production ready - Compute in testing Bexar – February 2011 - Compute production ready - Initial release of Image Service - Focus on installation and deployment Cactus – April 2011 - Focus on scaling enhancement - Support for KVM/QEMU, XenServer, Xen, ESXi, LXC Diablo – September 2011 - First “production ready” release Havana – October 2013 Essex – April 2012 - Dashboard and Identity added to core - Quantum incubated Folsom – October 2012 - Quantum added to core - Cinder added to core Grizzly – April 2013 (planned) - Ceilometer and Heat incubated - Focus on upgrade support
  • 17. RED HAT UPSTREAM FOCUS • Heavily engaged in community since 2011 – Established leadership position in community – Both in terms of governance and technology – Including Project Technical Leads on Nova, Keystone, Oslo, Heat and Ceilometer – Creating and leading stable tree • 3rd largest contributor to Essex Release • 2nd largest contributor to Folsom Release • Largest contributor to Grizzly Release – Note: These statistics do not include external dependencies eg. libvirt, kvm, Linux components
  • 19.
  • 21. OPENSTACK ARCHITECTURE Neutron • Modular architecture • Designed to easily scale out • Based on (growing) set of core services
  • 22. OPENSTACK ARCHITECTURE Keystone – Identity Service – Common authorization framework – Manages users, tenants and roles – Pluggable backends (SQL, PAM, LDAP, IDM, etc)
  • 23. OPENSTACK ARCHITECTURE NOVA – Core compute service comprised of • Compute Nodes – hypervisors that run virtual machines – Supports multiple hypervisors KVM, Xen, LXC, Hyper-V and ESX • Distributed controllers that handle scheduling, API calls, etc – Native OpenStack API and Amazon EC2 compatible API
  • 24. OPENSTACK ARCHITECTURE Glance – Image service – Stores and retrieves disk images (virtual machine templates) – Supports Raw, QCOW, VMDK, VHD, ISO, OVF & AMI/AKI – Backend storage : Filesystem, Swift, Gluster, Amazon S3
  • 25. OPENSTACK ARCHITECTURE Swift – Object Storage service – Modeled after Amazon's S3 service – Provides simple service for storing and retrieving arbitrary data – Native API and S3 compatible API
  • 26. OPENSTACK ARCHITECTURE Neutron Neutron – Network Service – Provides framework for Software Defined Network (SDN) – Plugin architecture • Allows integration of hardware and software based network solutions – Open vSwitch, Cicso UCS, Standard Linux Bridge, Nicira NVP
  • 27. OPENSTACK ARCHITECTURE Cinder – Block Storage (Volume) Service – Provides block storage for virtual machines (persistent disks) – Similar to Amazon EBS service – Plugin architecture for vendor extensions eg. NetApp driver for Cinder
  • 28. OPENSTACK ARCHITECTURE Horizon – Dashboard – Provides simple self service UI for end-users – Basic cloud administrator functions • Define users, tenants and quotas • No infrastructure management
  • 29. OPENSTACK INCUBATING PROJECTS OpenStack Orchestration (HEAT) ● ● ● ● Provides template driven cloud application orchestration Modeled after AWS CloudFormation Targeted to provide advanced functionality such as high availability and autoscaling Introduced by Graduated from Incubation to Integrated status for the Havana release
  • 30. OPENSTACK INCUBATING PROJECTS OpenStack Monitoring and Metering (CEILOMETER) ● ● Goal: To provide a single infrastructure to collect measurements from an entire OpenStack infrastructure; eliminate need for multiple agents attaching to multiple OpenStack projects Primary targets metering and monitoring; provides extensibility Graduated from Incubation to Integrated status for the Havana release
  • 31. Let’s Follow a Request.. It’s renderi ng time! Glance Thank you OpenStac k!! Spin me up a VM! And make it LARGE! 8) Swift 8) Hey Glance, can I get the RHEL 6.4 image? Umm, Do I know you? I need to see some papers!! Node capacity Indeed I do. Don’t forget to mount it! capacity Keystone Cinder, have that volume ready for me? VM capacity Nova Node Nova Here’s your IP, default route and FW settings. Neutron Neutron, I need a network with all the trimmings! Tag you’re it! Node Papers are good. Time to get to work! Ok, we need to find a place to build this VM.
  • 33. OTHER OPENSTACK PROJECTS • Deployment (TripleO) – Installing, upgrading and operating Openstack using Openstack’s own cloud facilities (nova, neutron and heat) – Continuous integration and deployment testing at the bare metal layer (Ironic) • File storage (Manila) – Shared filesystem as a service – NFS, Cifs and others • Database Service (Trove) • Bare metal (Ironic) • Raksha (Backup) • Queue service (Marconi) • Common Libraries (Oslo) • Draas, Murano (Windows provisionning), Designate (DNS), etc ...
  • 34. OpenStack Red Hat distributions 34
  • 35. BUILDING A COMMUNITY • RDO Project – Community distribution of OpenStack – Packaged for *EL6 and Fedora – Freely available without registration – Packstack (puppet modules) to simplify the installation • < 10 minutes to install *** • Vanilla distribution – closely follows upstream – Upstream release cadence – 6 month lifecycle – limited updates based on upstream
  • 36. RELEASE CADENCE • Upstream – Source code Only – Releases every 6 month – 2 to 3 'snapshots' including bug fixes – No more fixes/snapshots after next release • RDO – Follows upstream cadence – Delivers binaries
  • 38. 38
  • 40.
  • 41.
  • 42.
  • 43. RED HAT ENTERPRISE LINUX OPENSTACK PLATFORM • Hardened OpenStack, API identical with upstream, longer (starting with 1 year) enterprise life cycle • Optimized for and integrated with Red Hat Enterprise Linux RED HAT ENTERPRISE LINUX
  • 44. RED HAT ENTERPRISE LINUX OPENSTACK PLATFORM VALUE • Enterprise grade OpenStack deployment with ecosystem, lifecycle, support that customers expect from Red Hat – Based on RHEL and includes required fixes in both OpenStack and RHEL – Enterprise hardened OpenStack code – Longer supported lifecycle • includes bug fixes, security errata, selected backports – Certified ecosystem (Red Hat Certified OpenStack Partner program and Red Hat Enterprise Linux ecosystem) – Full support and Certifications for RHEL and Windows workloads
  • 45. RELEASE CADENCE • Red Hat OpenStack (RHOS) – 6 Month cadence – Roughly 2 to 3 months AFTER upstream • Time to stabilize, certify, backport etc. – Initially 1 year lifecycle • eg. Support for Folsom ends after Havana release • eg. Support for Grizzly ends after “I” release – Will increase lifecycle over time • Likely to move to 2 years after Havana – Based on upstream stability and resources
  • 46. 46
  • 47. OPENSTACK PROGRESSION • • • • Open source, communitydeveloped (upstream) software • Founded by Rackspace Hosting and NASA • Managed by the OpenStack Foundation Vibrant group of developers collaborating on open source cloud infrastructure • Latest OpenStack software, packaged in a managed open source community Provide an easy way to install Openstack with Packstack (Puppet modules) Aimed at architects and developers who want to create, test, collaborate • Freely available, not for sale Six-month release cadence mirroring community • Software distributed under the Apache 2.0 license • • No certifications, no support • Installs on Red Hat and derivatives Enterprise-hardened OpenStack software • Delivered with an enterprise life cycle • Six-month release cadence offset from community releases to allow testing • Aimed at long-term production deployments • Certified hardware and software through the Red Hat OpenStack Cloud Infrastructure Partner Network • Supported by Red Hat • OpenStack certification (CL210 and EX210) No certification, no support • •
  • 49. RED HAT’S IaaS CLOUD STRATEGY PROVIDE OUR CUSTOMERS WITH BETTER VALUE WITH MORE FLEXIBILITY . .. Benefits ● Fast Time to Cloud ● Low Acquisition Cost ● Tool Reduction ● Low Implementation Costs ● Continuous Optimization ● VMs on RHEV RHEV Hypervisor Hypervisor Increased Automation ● VMs on Open/Flexible Shared Services based on OpenStack 49 (Neutron) VMs on ESXi
  • 51. OpenStack A Management Comparison Feature OpenStack RHEL OPS & CF3 Configuration Management No Yes Policy State Management No Yes Service Catalog No Yes Life-Cycle Management No Yes Reporting No Yes Single Pane Glass View No Yes Chargeback No Yes
  • 55. CERN's infrastructure 2400 compute nodes 60 000 cores, target 300 000 Starting/stopping ~250VMs in ~5min http://openstack-in-production.blogspot.fr/
  • 57. TO LEARN MORE • Learn more about RDO – openstack.redhat.com • Learn more about RHOS – redhat.com/products/cloud-computing/openstack • 90-day RHOS Eval (Includes RHEL lics for 3 RHOS nodes) – redhat.com/openstack • Openstack summit videos
  • 58. THE BIRTH OF OPENSTACK