SlideShare ist ein Scribd-Unternehmen logo
1 von 20
Downloaden Sie, um offline zu lesen
An Introduction to OpenStack
What it is, why it potentially matters, and what you need to know
if you want to get started
Scott Lowe, VCDX 39
vExpert, Author, Blogger, Geek
http://blog.scottlowe.org / Twitter: @scott_lowe
Before we start
•Get involved! Audience participation is encouraged and
requested.
•If you use Twitter, feel free to tweet about this session (use
@MyVMUG or hashtag #NMVMUG)
•I encourage you to take photos or videos of today’s session
and share them online
•This presentation will be made available online after the event
•What OpenStack is—and what it is not
•OpenStack’s components
•Why does OpenStack matter?
•Does OpenStack matter to SMBs?
•How do I get started with OpenStack?
Agenda
•It’s not a single open source project (more on that in a moment)
•It’s not a hypervisor
•It’s not a storage platform
•It’s not (necessarily) competitive to VMware (more on that in a
moment)
What OpenStack is not
•A group of open source projects aimed at providing
comprehensive cloud services
•There are currently seven core projects within OpenStack
•More projects are in “incubation” phase
•All these projects communicate via public APIs
•It’s supported by the OpenStack Foundation, an independent
legal entity
So what is OpenStack?
•OpenStack Compute (code-named “Nova”)
•OpenStack Object Store (code-named “Swift”)
•OpenStack Image (code-named “Glance”)
•OpenStack Identity (code-named “Keystone”)
•OpenStack Block Storage (code-named “Cinder”)
•OpenStack Networking (formerly code-named “Quantum”)
•OpenStack Dashboard (code-named “Horizon”)
OpenStack’s components
•Conceptually similar to Amazon EC2
•Can leverage multiple hypervisors (Xen, KVM, vSphere/ESXi,
Hyper-V)
•Made up of several sub-components (nova-api, nova-compute,
nova-schedule)
•Some sub-components are being broken out
•nova-network is being replaced by OpenStack Networking
•nova-volume is being replaced by OpenStack Block Storage
(“Cinder”)
OpenStack’s components:
Compute
•Think of it as similar to Amazon S3
•Provides distributed object storage
•Supports the OpenStack Object API as well as raw HTTP
•Authentication is handled via OpenStack Identity (typically)
OpenStack’s components:
Object Store
•This can be compared to Amazon’s AMI catalog
•Provides image storage, image retrieval, and image discovery
services
•These images are leveraged to launch instances (VMs)
•Can leverage the Object Store (“Swift”) or other storage
platforms, including Amazon S3, lesystems, and HTTP
OpenStack’s components:
Image
•Provides policy and authentication services for other OpenStack
services
•Leverages a pluggable architecture that can support LDAP, SQL,
and other backend services
OpenStack’s components:
Identity
•Can be compared in concept to Amazon EBS
•Provides block storage functionality to instances running on
Compute
•Recall that instances are stateless
•Block Storage provides persistent storage for instances
•Similar to Compute, it has several sub-components (cinder-api,
cinder-volume, cinder-scheduler)
•Leverages storage drivers to interact with underlying storage
platforms
OpenStack’s components:
Block Storage
•Provides “network as a service” functionality
•Allows for the programmatic creation of (potentially complex)
per-tenant networks
•Uses a plug-in architecture; plugins exist for a number of
different back-end implementations, including Nicira NVP, Open
vSwitch (OVS), Linux bridge, Cisco, and others
•Has essentially replaced nova-network
OpenStack’s components:
Network
•A web application that runs on Apache
•Provides a graphical user interface (GUI) for other OpenStack
services
•Leverages the APIs of the other OpenStack services
OpenStack’s components:
Dashboard
•One of only a few significant open source projects attempting to
provide a comprehensive cloud services framework
•Enjoys broad industry support
•Some significant providers are adopting OpenStack as their
cloud services platform
•Like Linux, OpenStack could have a profound impact on your
data center or cloud deployment
Why does OpenStack matter?
Does OpenStack matter to
SMBs?
•The answer is both “Yes” and “No” (maybe “It depends”?)
•Why no?
•Probably not ready for in-house deployments by SMBs (yet)
•A fair amount of expertise required to get it up and running
Why OpenStack doesn’t matter
to SMBs
•The answer is both “Yes” and “No” (maybe “It depends”?)
•Why yes?
•It heralds a potential sea change with how cloud environments
are built and deployed
•Enables “best of breed” clouds built using open (source) APIs
•Signals that we could see cross-cloud interoperability in the
not-too-distant future
Why OpenStack does matter to
SMBs
•DevStack is a great tool for getting started
•OpenStack is heavily Linux-based, so get familiar with Linux if
you aren't already (Ubuntu is very common in OpenStack)
•Instances are stateless, so configuration management is critical
(Puppet)
•OpenStack itself is mostly written in Python
•Other commonly-used technologies include KVM, network
namespaces, & OVS
How do I get started with
OpenStack?
Questions &
answers
Thank you!
Don’t forget to provide feedback to your VMUG leaders on this
session.

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

The Evolution of OpenStack – From Infancy to Enterprise
The Evolution of OpenStack – From Infancy to EnterpriseThe Evolution of OpenStack – From Infancy to Enterprise
The Evolution of OpenStack – From Infancy to Enterprise
 
Openstack 101
Openstack 101Openstack 101
Openstack 101
 
OpenStack Framework Introduction
OpenStack Framework IntroductionOpenStack Framework Introduction
OpenStack Framework Introduction
 
CloudStack vs OpenStack
CloudStack vs OpenStackCloudStack vs OpenStack
CloudStack vs OpenStack
 
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
 
Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...
Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...
Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...
 
OpenStack Presentation
OpenStack PresentationOpenStack Presentation
OpenStack Presentation
 
Introduction to kubernetes
Introduction to kubernetesIntroduction to kubernetes
Introduction to kubernetes
 
Nova: Openstack Compute-as-a-service
Nova: Openstack Compute-as-a-serviceNova: Openstack Compute-as-a-service
Nova: Openstack Compute-as-a-service
 
Rancher and Kubernetes Best Practices
Rancher and  Kubernetes Best PracticesRancher and  Kubernetes Best Practices
Rancher and Kubernetes Best Practices
 
CloudStack Architecture
CloudStack ArchitectureCloudStack Architecture
CloudStack Architecture
 
Openstack heat & How Autoscaling works
Openstack heat & How Autoscaling worksOpenstack heat & How Autoscaling works
Openstack heat & How Autoscaling works
 
OpenStack Architecture
OpenStack ArchitectureOpenStack Architecture
OpenStack Architecture
 
The Basic Introduction of Open vSwitch
The Basic Introduction of Open vSwitchThe Basic Introduction of Open vSwitch
The Basic Introduction of Open vSwitch
 
OpenStack dans la pratique
OpenStack dans la pratiqueOpenStack dans la pratique
OpenStack dans la pratique
 
Introduction to Kubernetes
Introduction to KubernetesIntroduction to Kubernetes
Introduction to Kubernetes
 
Hacking on OpenStack\'s Nova source code
Hacking on OpenStack\'s Nova source codeHacking on OpenStack\'s Nova source code
Hacking on OpenStack\'s Nova source code
 
Service mesh
Service meshService mesh
Service mesh
 
KubeVirt (Kubernetes and Cloud Native Toronto)
KubeVirt (Kubernetes and Cloud Native Toronto)KubeVirt (Kubernetes and Cloud Native Toronto)
KubeVirt (Kubernetes and Cloud Native Toronto)
 
What Is OpenStack | OpenStack Tutorial For Beginners | OpenStack Training | E...
What Is OpenStack | OpenStack Tutorial For Beginners | OpenStack Training | E...What Is OpenStack | OpenStack Tutorial For Beginners | OpenStack Training | E...
What Is OpenStack | OpenStack Tutorial For Beginners | OpenStack Training | E...
 

Ähnlich wie An Introduction to OpenStack

VMUG22 Filip Verloy VIO
VMUG22 Filip Verloy VIOVMUG22 Filip Verloy VIO
VMUG22 Filip Verloy VIO
Filip Verloy
 
OpenStack Block Storage 101
OpenStack Block Storage 101OpenStack Block Storage 101
OpenStack Block Storage 101
NetApp
 

Ähnlich wie An Introduction to OpenStack (20)

OpenStack in the Enterprise - NJ VMUG June 9, 2015 - Melissa Palmer
OpenStack in the Enterprise - NJ VMUG June 9, 2015 - Melissa PalmerOpenStack in the Enterprise - NJ VMUG June 9, 2015 - Melissa Palmer
OpenStack in the Enterprise - NJ VMUG June 9, 2015 - Melissa Palmer
 
Oct meetup open stack 101 clean
Oct meetup open stack 101   cleanOct meetup open stack 101   clean
Oct meetup open stack 101 clean
 
Stackato v4
Stackato v4Stackato v4
Stackato v4
 
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
 
Cloud Architect Alliance #15: Openstack
Cloud Architect Alliance #15: OpenstackCloud Architect Alliance #15: Openstack
Cloud Architect Alliance #15: Openstack
 
Stackato v3
Stackato v3Stackato v3
Stackato v3
 
OpenStack Ecosystem (10000 feet oveview)
OpenStack Ecosystem (10000 feet oveview)OpenStack Ecosystem (10000 feet oveview)
OpenStack Ecosystem (10000 feet oveview)
 
Stackato v2
Stackato v2Stackato v2
Stackato v2
 
Ceph and Openstack in a Nutshell
Ceph and Openstack in a NutshellCeph and Openstack in a Nutshell
Ceph and Openstack in a Nutshell
 
OpenStack Deployment in the Enterprise
OpenStack Deployment in the Enterprise OpenStack Deployment in the Enterprise
OpenStack Deployment in the Enterprise
 
Stackato
StackatoStackato
Stackato
 
Bitnami Bootcamp. OpenStack
Bitnami Bootcamp. OpenStackBitnami Bootcamp. OpenStack
Bitnami Bootcamp. OpenStack
 
VMUG22 Filip Verloy VIO
VMUG22 Filip Verloy VIOVMUG22 Filip Verloy VIO
VMUG22 Filip Verloy VIO
 
Positioning Yourself for the Future
Positioning Yourself for the FuturePositioning Yourself for the Future
Positioning Yourself for the Future
 
OpenStack Block Storage 101
OpenStack Block Storage 101OpenStack Block Storage 101
OpenStack Block Storage 101
 
Getting Started with OpenStack, Red Hat Summit 2016
Getting Started with OpenStack, Red Hat Summit 2016Getting Started with OpenStack, Red Hat Summit 2016
Getting Started with OpenStack, Red Hat Summit 2016
 
Skipping OpenStack Releases: (You Don't) Gotta Catch 'Em All
Skipping OpenStack Releases: (You Don't) Gotta Catch 'Em AllSkipping OpenStack Releases: (You Don't) Gotta Catch 'Em All
Skipping OpenStack Releases: (You Don't) Gotta Catch 'Em All
 
Introduction to OpenStack Storage
Introduction to OpenStack StorageIntroduction to OpenStack Storage
Introduction to OpenStack Storage
 
Stackato v6
Stackato v6Stackato v6
Stackato v6
 

Mehr von Scott Lowe

Mehr von Scott Lowe (20)

The Full Stack Journey (DFW)
The Full Stack Journey (DFW)The Full Stack Journey (DFW)
The Full Stack Journey (DFW)
 
The Vision for the Future of Network Virtualization with VMware NSX (Q2 2016)
The Vision for the Future of Network Virtualization with VMware NSX (Q2 2016)The Vision for the Future of Network Virtualization with VMware NSX (Q2 2016)
The Vision for the Future of Network Virtualization with VMware NSX (Q2 2016)
 
Where We're Headed and Where NSX Fits In
Where We're Headed and Where NSX Fits InWhere We're Headed and Where NSX Fits In
Where We're Headed and Where NSX Fits In
 
An Overview of Linux Networking Options
An Overview of Linux Networking OptionsAn Overview of Linux Networking Options
An Overview of Linux Networking Options
 
Root Causing Cloud Adoption
Root Causing Cloud AdoptionRoot Causing Cloud Adoption
Root Causing Cloud Adoption
 
The Vision for the Future of Network Virtualization with VMware NSX
The Vision for the Future of Network Virtualization with VMware  NSXThe Vision for the Future of Network Virtualization with VMware  NSX
The Vision for the Future of Network Virtualization with VMware NSX
 
Getting Started with Containers
Getting Started with ContainersGetting Started with Containers
Getting Started with Containers
 
Sustaining Your Career
Sustaining Your CareerSustaining Your Career
Sustaining Your Career
 
An Introduction to Vagrant and Docker
An Introduction to Vagrant and DockerAn Introduction to Vagrant and Docker
An Introduction to Vagrant and Docker
 
Closing the Cloud Skills Gap
Closing the Cloud Skills GapClosing the Cloud Skills Gap
Closing the Cloud Skills Gap
 
An Introduction to VMware NSX
An Introduction to VMware NSXAn Introduction to VMware NSX
An Introduction to VMware NSX
 
The Future of Cloud Networking is VMware NSX (Danish VMUG edition)
The Future of Cloud Networking is VMware NSX (Danish VMUG edition)The Future of Cloud Networking is VMware NSX (Danish VMUG edition)
The Future of Cloud Networking is VMware NSX (Danish VMUG edition)
 
The Future of Cloud Networking is VMware NSX
The Future of Cloud Networking is VMware NSXThe Future of Cloud Networking is VMware NSX
The Future of Cloud Networking is VMware NSX
 
Network Virtualization with VMware NSX
Network Virtualization with VMware NSXNetwork Virtualization with VMware NSX
Network Virtualization with VMware NSX
 
Getting Involved in VMUG
Getting Involved in VMUGGetting Involved in VMUG
Getting Involved in VMUG
 
VMware vSphere in an OpenStack Environment
VMware vSphere in an OpenStack EnvironmentVMware vSphere in an OpenStack Environment
VMware vSphere in an OpenStack Environment
 
SDN, Network Virtualization, and the Right Abstraction
SDN, Network Virtualization, and the Right AbstractionSDN, Network Virtualization, and the Right Abstraction
SDN, Network Virtualization, and the Right Abstraction
 
5 Thoughts for Staying Sharp and Relevant (Boston)
5 Thoughts for Staying Sharp and Relevant (Boston)5 Thoughts for Staying Sharp and Relevant (Boston)
5 Thoughts for Staying Sharp and Relevant (Boston)
 
A Deeper Look at Network Virtualization
A Deeper Look at Network VirtualizationA Deeper Look at Network Virtualization
A Deeper Look at Network Virtualization
 
An Introduction to OpenStack Networking
An Introduction to OpenStack NetworkingAn Introduction to OpenStack Networking
An Introduction to OpenStack Networking
 

KĂźrzlich hochgeladen

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
Earley Information Science
 

KĂźrzlich hochgeladen (20)

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
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
[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
 
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
 
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...
 
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
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
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
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
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
 
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...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
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
 
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
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 

An Introduction to OpenStack

  • 1. An Introduction to OpenStack What it is, why it potentially matters, and what you need to know if you want to get started Scott Lowe, VCDX 39 vExpert, Author, Blogger, Geek http://blog.scottlowe.org / Twitter: @scott_lowe
  • 2. Before we start •Get involved! Audience participation is encouraged and requested. •If you use Twitter, feel free to tweet about this session (use @MyVMUG or hashtag #NMVMUG) •I encourage you to take photos or videos of today’s session and share them online •This presentation will be made available online after the event
  • 3. •What OpenStack is—and what it is not •OpenStack’s components •Why does OpenStack matter? •Does OpenStack matter to SMBs? •How do I get started with OpenStack? Agenda
  • 4. •It’s not a single open source project (more on that in a moment) •It’s not a hypervisor •It’s not a storage platform •It’s not (necessarily) competitive to VMware (more on that in a moment) What OpenStack is not
  • 5. •A group of open source projects aimed at providing comprehensive cloud services •There are currently seven core projects within OpenStack •More projects are in “incubation” phase •All these projects communicate via public APIs •It’s supported by the OpenStack Foundation, an independent legal entity So what is OpenStack?
  • 6. •OpenStack Compute (code-named “Nova”) •OpenStack Object Store (code-named “Swift”) •OpenStack Image (code-named “Glance”) •OpenStack Identity (code-named “Keystone”) •OpenStack Block Storage (code-named “Cinder”) •OpenStack Networking (formerly code-named “Quantum”) •OpenStack Dashboard (code-named “Horizon”) OpenStack’s components
  • 7. •Conceptually similar to Amazon EC2 •Can leverage multiple hypervisors (Xen, KVM, vSphere/ESXi, Hyper-V) •Made up of several sub-components (nova-api, nova-compute, nova-schedule) •Some sub-components are being broken out •nova-network is being replaced by OpenStack Networking •nova-volume is being replaced by OpenStack Block Storage (“Cinder”) OpenStack’s components: Compute
  • 8. •Think of it as similar to Amazon S3 •Provides distributed object storage •Supports the OpenStack Object API as well as raw HTTP •Authentication is handled via OpenStack Identity (typically) OpenStack’s components: Object Store
  • 9. •This can be compared to Amazon’s AMI catalog •Provides image storage, image retrieval, and image discovery services •These images are leveraged to launch instances (VMs) •Can leverage the Object Store (“Swift”) or other storage platforms, including Amazon S3, lesystems, and HTTP OpenStack’s components: Image
  • 10. •Provides policy and authentication services for other OpenStack services •Leverages a pluggable architecture that can support LDAP, SQL, and other backend services OpenStack’s components: Identity
  • 11. •Can be compared in concept to Amazon EBS •Provides block storage functionality to instances running on Compute •Recall that instances are stateless •Block Storage provides persistent storage for instances •Similar to Compute, it has several sub-components (cinder-api, cinder-volume, cinder-scheduler) •Leverages storage drivers to interact with underlying storage platforms OpenStack’s components: Block Storage
  • 12. •Provides “network as a service” functionality •Allows for the programmatic creation of (potentially complex) per-tenant networks •Uses a plug-in architecture; plugins exist for a number of different back-end implementations, including Nicira NVP, Open vSwitch (OVS), Linux bridge, Cisco, and others •Has essentially replaced nova-network OpenStack’s components: Network
  • 13. •A web application that runs on Apache •Provides a graphical user interface (GUI) for other OpenStack services •Leverages the APIs of the other OpenStack services OpenStack’s components: Dashboard
  • 14. •One of only a few signicant open source projects attempting to provide a comprehensive cloud services framework •Enjoys broad industry support •Some signicant providers are adopting OpenStack as their cloud services platform •Like Linux, OpenStack could have a profound impact on your data center or cloud deployment Why does OpenStack matter?
  • 16. •The answer is both “Yes” and “No” (maybe “It depends”?) •Why no? •Probably not ready for in-house deployments by SMBs (yet) •A fair amount of expertise required to get it up and running Why OpenStack doesn’t matter to SMBs
  • 17. •The answer is both “Yes” and “No” (maybe “It depends”?) •Why yes? •It heralds a potential sea change with how cloud environments are built and deployed •Enables “best of breed” clouds built using open (source) APIs •Signals that we could see cross-cloud interoperability in the not-too-distant future Why OpenStack does matter to SMBs
  • 18. •DevStack is a great tool for getting started •OpenStack is heavily Linux-based, so get familiar with Linux if you aren't already (Ubuntu is very common in OpenStack) •Instances are stateless, so conguration management is critical (Puppet) •OpenStack itself is mostly written in Python •Other commonly-used technologies include KVM, network namespaces, & OVS How do I get started with OpenStack?
  • 20. Thank you! Don’t forget to provide feedback to your VMUG leaders on this session.