SlideShare ist ein Scribd-Unternehmen logo
1 von 29
Downloaden Sie, um offline zu lesen
EMC & OpenStack:
A View from Within
Edgar StPierre
Sr. Consulting Solutions Architect

© Copyright 2013 EMC Corporation. All rights reserved.

1
Roadmap Information Disclaimer
 EMC makes no representation and undertakes no obligations with
regard to product planning information, anticipated product
characteristics, performance specifications, or anticipated release
dates (collectively, “Roadmap Information”).
 Roadmap Information is provided by EMC as an accommodation to the
recipient solely for purposes of discussion and without intending to be
bound thereby.
 Roadmap information is EMC Restricted Confidential and is provided
under the terms, conditions and restrictions defined in the EMC NonDisclosure Agreement in place with your organization.

© Copyright 2013 EMC Corporation. All rights reserved.

2
Agenda
 EMC Storage and OpenStack – Strategy Overview
 An OpenStack Technology Review
 EMC Participation And Contribution
 EMC Value-Add

© Copyright 2013 EMC Corporation. All rights reserved.

3
Mission Statement
"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."

Source: OpenStack Foundation

© Copyright 2013 EMC Corporation. All rights reserved.

4
OpenStack: Open Source Cloud OS
 Public clouds – level the playing field
against “the big three”
– Major Opportunists: Rackspace, HP
– And many more…

 Private clouds – open the door to
many distributors

…

Virtual
Data
Center

Virtual
Data
Center

Virtual
Data
Center

Virtual
Data
Center

Virtual
Data
Center

Virtual
Data
Center

– Canonical, Red Hat, SUSE,
Rackspace, and a host of others…
– And create opportunity for customers
to manage lower cost, and ultimately
flexible, private clouds

© Copyright 2013 EMC Corporation. All rights reserved.

5
Virtualized Data Centers

Resource disaggregation fundamental to Software Defined Data Centers
Favorite Cloud OS & Configuration Mgmt System
Favorite Hypervisor
CPU Pool

Mem Pool

Network Virtualizer
IP Pool

Service Pool

Storage Virtualizer
Storage Pool1

Storage Pool2

VM

© Copyright 2013 EMC Corporation. All rights reserved.

6
Disaggregation of Storage Resources
OpenStack
VM

VM

Hypervisor
DFS/LVM

 Disaggregation at host level
–
–
–

Roll-your-own storage nodes with services
based on a DFS or LVM
All storage and data services on storage
node
This is SDDC goal for many apps

 Disaggregation at array level
–
–
–
–
–

© Copyright 2013 EMC Corporation. All rights reserved.

Not as flexible/ubiquitous as disaggregation
at host level
But: proven, performant, and inherently
resilient
Storage arrays have been disaggregating
disks for years
Array-based storage & data services
This is topic for today

7
EMC Strategy For CloudOS Options
“Just say yes”

 Across Variety Of CloudOS Platforms
 Variety of Solutions Within Each CloudOS Platform
 Continuously Evolve Solutions To Support Customer
Options

© Copyright 2013 EMC Corporation. All rights reserved.

8
OpenStack
Technology Review

© Copyright 2013 EMC Corporation. All rights reserved.

9
The OpenStack Layer Cake
GUI

(Horizon)

App Orchestration

Presentation

Python CLIs

(Separate projects)

(Heat)

Admin
APIs

OpenStack API

(Both a native REST API plus an EC2-compatible API)

IAM

(Keystone)

Object

(MySQL)

Integration

Resources

© Copyright 2013 EMC Corporation. All rights reserved.

(Cinder)

(Quantum)

Policy

Policy

Scheduling

Scheduling

Scheduling

Orchestration

Orchestration
Adapters

Metrics

Policy

Adapters

Database

(Nova)

Scheduling
Control Logic

(Glance)
Policy

(Swift)

Messaging
(RabbitMQ)

Images Compute Storage Network

Orchestration Orchestration
Adapters

Adapters

(Ceilometer)

3rd Party
Monitoring
Tools
Administration

10
Creating An Ephemeral VM
1. POST /{tenant_id}/servers (…, imageRef, …)

Client

OpenStack API

(Both a native REST API plus an EC2-compatible API)
5. GET image

Object
(Swift)

Images Compute Storage Network
(Glance)

(Cinder)

(Nova)

4. GET image

(Quantum)

2. Allocate Network
3. GET image

Swift / NFS

8. Boot

6. Upload
7. Load

VM
KVM

© Copyright 2013 EMC Corporation. All rights reserved.

11
Attaching A Persistent Block Volume
1. POST /{tenant_id}/volumes

Client

3. POST /{tenant_id}/servers/{server_id}/os-volume_attachments (…, volume_id,… )

OpenStack API

(Both a native REST API plus an EC2-compatible API)

Object
(Swift)

Images Compute Storage Network
(Glance)

(Nova)

(Quantum)

(Cinder)

4. Init Connection

2. Create volume

6. Attach device

5. Map volume

VM
KVM

© Copyright 2013 EMC Corporation. All rights reserved.

7. iSCSI discover

12
Cinder Persistent Volume Functions
Supported Functions:

OpenStack
Compute
Manager

Nova

Compute
Virt Driver

 Create/Delete Block Volume

1

2
3

Volume
Manager

Volum
Cinder

1. “create volume”
2. “attach volume”

VM
libvirt

3. initialize_connection

KVM

e
Driver

 Initialize/Terminate Connection
(From Nova, Performs Map/Mask)
 Create/Delete Snapshot
 Create Cloned Volume
 Create Volume From Snapshot
 Copy Volume To/From Image
 New: Backup/Restore Volume

© Copyright 2013 EMC Corporation. All rights reserved.

13
An Example OpenStack Deployment
Internet
Cloud Mgmt
HA
Network Nodes

Compute Nodes

Controller Node

(Quantum)

(Nova)

(common services)
Controller Node
(common services)

VM Data
Storage Nodes

Configuration Mgmt System

© Copyright 2013 EMC Corporation. All rights reserved.

Image Service
Nodes
(Glance)

(Cinder)

14
EMC Participation
And Contribution

© Copyright 2013 EMC Corporation. All rights reserved.

15
EMC’s Commitment To OpenStack
 Joined OpenStack Foundation As “Corporate”
Sponsor In Dec 2012
–

http://www.openstack.org/foundation/companies/

–

http://gigaom.com/cloud/emc-follows-vmware-rest-of-world-into-openstack/

 Contributed VNX/VMAX iSCSI Adapters Into
Grizzly Build In Dec 2012
 Joined Rackspace “Alamo” Quality Assurance And
“Private Cloud” Certification Program In Jan 2013
–

http://www.rackspace.com/blog/rackspace-private-cloud-certification-programcombines-product-innovation-and-enterprise-stability/

 Engaged Other Distro Leaders:
– Canonical/Ubuntu, SUSE, Red Hat

© Copyright 2013 EMC Corporation. All rights reserved.

16
EMC Contributions To Date
 Post-Folsom Release (Dec 2012)
(For Use In Current Distro Programs)
– VNX iSCSI
– VMAX iSCSI

 Grizzly Release (April 2013)
– VNX iSCSI
– VMAX iSCSI

© Copyright 2013 EMC Corporation. All rights reserved.

17
VMAX / System Requirements
OpenStack

System Requirements
 Host for driver install: Ubuntu 12.04 or later
 Solutions Enabler: SMI-S 4.5.1 and higher

Compute
Manager

Nova

Compute
Virt Driver

Volume
Manager

Cinder
Volume

VMAX Requirements
VM

 Microcode: 5875 for most VMAX
–

5876 for VMAX10K

 Masking view for Compute host(s) including 6
gatekeepers mapped to each Compute host
 VMAX/VMAXe storage pool for Cinder use must be
created before using the VMAX/VMAXe Cinder driver

VMAX Constraints
 CreateVolumeFromSnapshot not supported

© Copyright 2013 EMC Corporation. All rights reserved.

libvirt

Driver

SMIS

Solutions
Enabler*

KVM

Compute Node
Compute Node

Masking Views

VMAX

Compute Node
*Solutions Enabler may be run as a SUSE VM, or on a standalone server.
Each Solutions Enabler supports multiple backend arrays.

18
VNX / System Requirements
OpenStack

System Requirements
 Host for driver install: Ubuntu 12.04 or
later

Compute
Manager

Nova

Compute
Virt Driver

Volume
Manager

Cinder
Volume

 Solutions Enabler: SMI-S 4.5.1 and higher

VNX Requirements
 Flare 31 or higher
 Compute hosts registered with VNX
–

VM
libvirt

Solutions
Enabler*

KVM

Compute Node
Compute Node
Register

Via iscsiadm

 VNX Storage Pool created on array for
Cinder to use (Thin LUN’s only)

Driver

SMIS

VNX
Compute Node
*Solutions Enabler may be run as an ESX VM, or on a standalone server.
Each Solutions Enabler supports multiple backend arrays.

© Copyright 2013 EMC Corporation. All rights reserved.

19
EMC Best Practices
 Run EMC Volume Drivers Anywhere
–
–
–
–
–

Each Driver Is An Independent ‘cinder-volume’ Service
Low CPU/IO Requirements
Run On Controller Node For Active/Passive HA
However: Future Backup Considerations Will Change This
Scale Practice: Run “storage controller nodes” as VMs

 Best Practices For Access Protocols:
– iSCSI For VNX
– NFS For Isilon (Havana)
– FC For VMAX

 Best Practice White Papers Are Work In Progress
© Copyright 2013 EMC Corporation. All rights reserved.

20
What’s Next

More
Products

© Copyright 2013 EMC Corporation. All rights reserved.

More
Protocols

More
Partners

More
Functionality

21
How To Access EMC Adapters
 Via OpenStack Foundation, Effective April
2013
– https://github.com/openstack/cinder/tree/mas
ter/cinder/volume/drivers/emc

 Via Rackspace “Alamo” Certification Program
– http://www.rackspace.com/knowledge_center/
article/implementing-openstack-cinder-withemc-storage-on-the-rackspace-private-cloudsoftware

 Via Other Distributions As They Become
Available – Including VARs and ISVs
© Copyright 2013 EMC Corporation. All rights reserved.

22
EMC Value-Add

© Copyright 2013 EMC Corporation. All rights reserved.

23
EMC Technology In OpenStack
 First Things First: Storage Platforms Available For Use
– EMC Storage Hardware For Building Private Clouds
– Include Hooks For Snapshot (And Backup in Havana)

 EMC Value Add
– Enterprise Class Storage And Services
– Highly Available Infrastructure
– Deliver Value Above And Beyond Via Advanced Capabilities

 Avenues For Advanced Capabilities*
–
–
–

Consistency Groups
Integrated Backup Policy And Scheduling
Remote Replication

*These features are not committed; we’re looking at all the obvious choices and gathering feedback

© Copyright 2013 EMC Corporation. All rights reserved.

24
Advanced Capability Delivery
 Initially:

– Partners
– VARs/ISVs
– Customers

 Where it makes sense

– Contribute Upstream Into OpenStack

© Copyright 2013 EMC Corporation. All rights reserved.

25
Wrap up

© Copyright 2013 EMC Corporation. All rights reserved.

26
Resources
 Technical Resources
–
–
–
–
–
–

Datasheets
Implementation Guides
Knowledge Center Articles
Certification Program Test Results
Reference Architectures
Blogs

 For more information on OpenStack,
please refer to the following links:
– http://one.emc.com/clearspace/com
munity/active/everything_openstack
– http://virtualgeek.typepad.com/
– http://chucksblog.emc.com/
– http://openstack.org/start

 EMC World Resources
– ESG OpenStack Kiosk
– OpenStack Demo
– See ViPR Demo In ASD Boot

© Copyright 2013 EMC Corporation. All rights reserved.

27
Wrap Up: EMC and OpenStack
 EMC Embraces Multiple Cloud OS Frameworks
 EMC Is Active In The OpenStack Cinder Project
 Cinder Volume Drivers Available Now
 Through 2013:
– More Feature & Driver Contributions To Havana Release
– In Some Cases: EAP May Be Available For Havana capabilities

 Stay Tuned as EMC Delivers On Advanced Capabilities

© Copyright 2013 EMC Corporation. All rights reserved.

28
EMC & OpenStack: A View From Within

Weitere ähnliche Inhalte

Was ist angesagt?

Cloud computing and OpenStack
Cloud computing and OpenStackCloud computing and OpenStack
Cloud computing and OpenStackEdgar Magana
 
Openstack Quantum yahoo meetup 1 23-13
Openstack Quantum yahoo meetup 1 23-13Openstack Quantum yahoo meetup 1 23-13
Openstack Quantum yahoo meetup 1 23-13Dan Wendlandt
 
Policy Based SDN Solution for DC and Branch Office by Suresh Boddapati
Policy Based SDN Solution for DC and Branch Office by Suresh BoddapatiPolicy Based SDN Solution for DC and Branch Office by Suresh Boddapati
Policy Based SDN Solution for DC and Branch Office by Suresh Boddapatibuildacloud
 
An Intrudction to OpenStack 2017
An Intrudction to OpenStack 2017An Intrudction to OpenStack 2017
An Intrudction to OpenStack 2017Haim Ateya
 
Webinar: OpenStack Benefits for VMware
Webinar: OpenStack Benefits for VMwareWebinar: OpenStack Benefits for VMware
Webinar: OpenStack Benefits for VMwarePlatform9
 
OpenStack Explained: Learn OpenStack architecture and the secret of a success...
OpenStack Explained: Learn OpenStack architecture and the secret of a success...OpenStack Explained: Learn OpenStack architecture and the secret of a success...
OpenStack Explained: Learn OpenStack architecture and the secret of a success...Giuseppe Paterno'
 
Open Source, infrastructure as Code, Cloud Native Apps 2015
Open Source, infrastructure as Code, Cloud Native Apps 2015Open Source, infrastructure as Code, Cloud Native Apps 2015
Open Source, infrastructure as Code, Cloud Native Apps 2015Jonas Rosland
 
(SCALE 12x) OpenStack vs. VMware - A System Administrator Perspective
(SCALE 12x) OpenStack vs. VMware - A System Administrator Perspective(SCALE 12x) OpenStack vs. VMware - A System Administrator Perspective
(SCALE 12x) OpenStack vs. VMware - A System Administrator PerspectiveStackStorm
 
Introduction to OpenStack Architecture (Grizzly Edition)
Introduction to OpenStack Architecture (Grizzly Edition)Introduction to OpenStack Architecture (Grizzly Edition)
Introduction to OpenStack Architecture (Grizzly Edition)Ken Pepple
 
Introduction of OpenStack cascading solution
Introduction of OpenStack cascading solutionIntroduction of OpenStack cascading solution
Introduction of OpenStack cascading solutionJoe Huang
 
OpenStack Tutorial For Beginners | OpenStack Tutorial | OpenStack Training | ...
OpenStack Tutorial For Beginners | OpenStack Tutorial | OpenStack Training | ...OpenStack Tutorial For Beginners | OpenStack Tutorial | OpenStack Training | ...
OpenStack Tutorial For Beginners | OpenStack Tutorial | OpenStack Training | ...Edureka!
 
Presentation cloud orchestration
Presentation   cloud orchestrationPresentation   cloud orchestration
Presentation cloud orchestrationxKinAnx
 
Introduction To OpenStack
Introduction To OpenStackIntroduction To OpenStack
Introduction To OpenStackHaim Ateya
 
Getting Started With OpenStack (Havana)
Getting Started With OpenStack (Havana)Getting Started With OpenStack (Havana)
Getting Started With OpenStack (Havana)Kenneth Hui
 
OpenStack Cloud Tutorial | What is OpenStack | OpenStack Tutorial | OpenStack...
OpenStack Cloud Tutorial | What is OpenStack | OpenStack Tutorial | OpenStack...OpenStack Cloud Tutorial | What is OpenStack | OpenStack Tutorial | OpenStack...
OpenStack Cloud Tutorial | What is OpenStack | OpenStack Tutorial | OpenStack...Edureka!
 
Openstack Benelux Conference 2014 Red Hat Keynote
Openstack Benelux Conference 2014  Red Hat KeynoteOpenstack Benelux Conference 2014  Red Hat Keynote
Openstack Benelux Conference 2014 Red Hat KeynoteMicrosoft
 
OpenStack 101 Presentation
OpenStack 101 PresentationOpenStack 101 Presentation
OpenStack 101 PresentationEVault
 
AWS Summit 2015 Tokyo Breakout: Global Large Scale Cloud Design and Cloud Nat...
AWS Summit 2015 Tokyo Breakout: Global Large Scale Cloud Design and Cloud Nat...AWS Summit 2015 Tokyo Breakout: Global Large Scale Cloud Design and Cloud Nat...
AWS Summit 2015 Tokyo Breakout: Global Large Scale Cloud Design and Cloud Nat...fast_retailing
 
OpenStack vs VMware vCloud
OpenStack vs VMware vCloudOpenStack vs VMware vCloud
OpenStack vs VMware vCloudRoozbeh Shafiee
 

Was ist angesagt? (20)

Cloud computing and OpenStack
Cloud computing and OpenStackCloud computing and OpenStack
Cloud computing and OpenStack
 
Openstack Quantum yahoo meetup 1 23-13
Openstack Quantum yahoo meetup 1 23-13Openstack Quantum yahoo meetup 1 23-13
Openstack Quantum yahoo meetup 1 23-13
 
Policy Based SDN Solution for DC and Branch Office by Suresh Boddapati
Policy Based SDN Solution for DC and Branch Office by Suresh BoddapatiPolicy Based SDN Solution for DC and Branch Office by Suresh Boddapati
Policy Based SDN Solution for DC and Branch Office by Suresh Boddapati
 
An Intrudction to OpenStack 2017
An Intrudction to OpenStack 2017An Intrudction to OpenStack 2017
An Intrudction to OpenStack 2017
 
Webinar: OpenStack Benefits for VMware
Webinar: OpenStack Benefits for VMwareWebinar: OpenStack Benefits for VMware
Webinar: OpenStack Benefits for VMware
 
OpenStack Explained: Learn OpenStack architecture and the secret of a success...
OpenStack Explained: Learn OpenStack architecture and the secret of a success...OpenStack Explained: Learn OpenStack architecture and the secret of a success...
OpenStack Explained: Learn OpenStack architecture and the secret of a success...
 
Open Source, infrastructure as Code, Cloud Native Apps 2015
Open Source, infrastructure as Code, Cloud Native Apps 2015Open Source, infrastructure as Code, Cloud Native Apps 2015
Open Source, infrastructure as Code, Cloud Native Apps 2015
 
(SCALE 12x) OpenStack vs. VMware - A System Administrator Perspective
(SCALE 12x) OpenStack vs. VMware - A System Administrator Perspective(SCALE 12x) OpenStack vs. VMware - A System Administrator Perspective
(SCALE 12x) OpenStack vs. VMware - A System Administrator Perspective
 
Introduction to OpenStack Architecture (Grizzly Edition)
Introduction to OpenStack Architecture (Grizzly Edition)Introduction to OpenStack Architecture (Grizzly Edition)
Introduction to OpenStack Architecture (Grizzly Edition)
 
CloudStack vs Openstack
CloudStack vs OpenstackCloudStack vs Openstack
CloudStack vs Openstack
 
Introduction of OpenStack cascading solution
Introduction of OpenStack cascading solutionIntroduction of OpenStack cascading solution
Introduction of OpenStack cascading solution
 
OpenStack Tutorial For Beginners | OpenStack Tutorial | OpenStack Training | ...
OpenStack Tutorial For Beginners | OpenStack Tutorial | OpenStack Training | ...OpenStack Tutorial For Beginners | OpenStack Tutorial | OpenStack Training | ...
OpenStack Tutorial For Beginners | OpenStack Tutorial | OpenStack Training | ...
 
Presentation cloud orchestration
Presentation   cloud orchestrationPresentation   cloud orchestration
Presentation cloud orchestration
 
Introduction To OpenStack
Introduction To OpenStackIntroduction To OpenStack
Introduction To OpenStack
 
Getting Started With OpenStack (Havana)
Getting Started With OpenStack (Havana)Getting Started With OpenStack (Havana)
Getting Started With OpenStack (Havana)
 
OpenStack Cloud Tutorial | What is OpenStack | OpenStack Tutorial | OpenStack...
OpenStack Cloud Tutorial | What is OpenStack | OpenStack Tutorial | OpenStack...OpenStack Cloud Tutorial | What is OpenStack | OpenStack Tutorial | OpenStack...
OpenStack Cloud Tutorial | What is OpenStack | OpenStack Tutorial | OpenStack...
 
Openstack Benelux Conference 2014 Red Hat Keynote
Openstack Benelux Conference 2014  Red Hat KeynoteOpenstack Benelux Conference 2014  Red Hat Keynote
Openstack Benelux Conference 2014 Red Hat Keynote
 
OpenStack 101 Presentation
OpenStack 101 PresentationOpenStack 101 Presentation
OpenStack 101 Presentation
 
AWS Summit 2015 Tokyo Breakout: Global Large Scale Cloud Design and Cloud Nat...
AWS Summit 2015 Tokyo Breakout: Global Large Scale Cloud Design and Cloud Nat...AWS Summit 2015 Tokyo Breakout: Global Large Scale Cloud Design and Cloud Nat...
AWS Summit 2015 Tokyo Breakout: Global Large Scale Cloud Design and Cloud Nat...
 
OpenStack vs VMware vCloud
OpenStack vs VMware vCloudOpenStack vs VMware vCloud
OpenStack vs VMware vCloud
 

Andere mochten auch

Big Data – General Introduction
Big Data – General IntroductionBig Data – General Introduction
Big Data – General IntroductionEMC
 
EMC World 2016 - code.01 Everything as Code - How did we get here?
EMC World 2016 - code.01 Everything as Code - How did we get here?EMC World 2016 - code.01 Everything as Code - How did we get here?
EMC World 2016 - code.01 Everything as Code - How did we get here?{code}
 
Building the Case for New Technology Have Inspiration, Will Travel ...
Building the Case for New Technology Have Inspiration, Will Travel ...Building the Case for New Technology Have Inspiration, Will Travel ...
Building the Case for New Technology Have Inspiration, Will Travel ...Society of Women Engineers
 
iNARTE Presentation to EMC Symposium 2016
iNARTE Presentation to EMC Symposium 2016iNARTE Presentation to EMC Symposium 2016
iNARTE Presentation to EMC Symposium 2016Scott Paton
 
EMC Vipr srm-technical Deep dive
EMC Vipr srm-technical Deep diveEMC Vipr srm-technical Deep dive
EMC Vipr srm-technical Deep divesolarisyougood
 
OpenStack Cinder Best Practices - Meet Up
OpenStack Cinder Best Practices - Meet UpOpenStack Cinder Best Practices - Meet Up
OpenStack Cinder Best Practices - Meet UpAaron Delp
 
EMC Documentum Enterprise Content Management 6.5
EMC Documentum Enterprise Content Management 6.5EMC Documentum Enterprise Content Management 6.5
EMC Documentum Enterprise Content Management 6.5Emirates Computers
 
Emc - Cloud Vision and Strategy
Emc - Cloud Vision and StrategyEmc - Cloud Vision and Strategy
Emc - Cloud Vision and StrategyCenk Ersoy
 
Case Management by EMC - xCP Platform
 Case Management by EMC - xCP Platform Case Management by EMC - xCP Platform
Case Management by EMC - xCP PlatformAmplexor
 
Dell Corporation Strategy
Dell Corporation StrategyDell Corporation Strategy
Dell Corporation StrategyDilip Pandey
 
OpenStack Best Practices and Considerations - terasky tech day
OpenStack Best Practices and Considerations  - terasky tech dayOpenStack Best Practices and Considerations  - terasky tech day
OpenStack Best Practices and Considerations - terasky tech dayArthur Berezin
 
Webinar Tracker ABCs
Webinar Tracker ABCsWebinar Tracker ABCs
Webinar Tracker ABCsResearch Now
 
Vi snakker om data bildebok
Vi snakker om data   bildebokVi snakker om data   bildebok
Vi snakker om data bildebokNina Westrum
 
Monopsony market structure
Monopsony market structureMonopsony market structure
Monopsony market structureTravis Klein
 

Andere mochten auch (20)

Big Data – General Introduction
Big Data – General IntroductionBig Data – General Introduction
Big Data – General Introduction
 
EMC World 2016 - code.01 Everything as Code - How did we get here?
EMC World 2016 - code.01 Everything as Code - How did we get here?EMC World 2016 - code.01 Everything as Code - How did we get here?
EMC World 2016 - code.01 Everything as Code - How did we get here?
 
Building the Case for New Technology Have Inspiration, Will Travel ...
Building the Case for New Technology Have Inspiration, Will Travel ...Building the Case for New Technology Have Inspiration, Will Travel ...
Building the Case for New Technology Have Inspiration, Will Travel ...
 
SLG_EMC
SLG_EMCSLG_EMC
SLG_EMC
 
iNARTE Presentation to EMC Symposium 2016
iNARTE Presentation to EMC Symposium 2016iNARTE Presentation to EMC Symposium 2016
iNARTE Presentation to EMC Symposium 2016
 
EMC Vipr srm-technical Deep dive
EMC Vipr srm-technical Deep diveEMC Vipr srm-technical Deep dive
EMC Vipr srm-technical Deep dive
 
Dell corporation ltd
Dell corporation ltdDell corporation ltd
Dell corporation ltd
 
OpenStack Cinder Best Practices - Meet Up
OpenStack Cinder Best Practices - Meet UpOpenStack Cinder Best Practices - Meet Up
OpenStack Cinder Best Practices - Meet Up
 
EMC Documentum Enterprise Content Management 6.5
EMC Documentum Enterprise Content Management 6.5EMC Documentum Enterprise Content Management 6.5
EMC Documentum Enterprise Content Management 6.5
 
EMC World 2016 Summary (Part 1)
EMC World 2016 Summary (Part 1)EMC World 2016 Summary (Part 1)
EMC World 2016 Summary (Part 1)
 
Dell corporation
Dell corporationDell corporation
Dell corporation
 
Emc - Cloud Vision and Strategy
Emc - Cloud Vision and StrategyEmc - Cloud Vision and Strategy
Emc - Cloud Vision and Strategy
 
Case Management by EMC - xCP Platform
 Case Management by EMC - xCP Platform Case Management by EMC - xCP Platform
Case Management by EMC - xCP Platform
 
Dell Corporation Strategy
Dell Corporation StrategyDell Corporation Strategy
Dell Corporation Strategy
 
Emc vipr srm workshop
Emc vipr srm workshopEmc vipr srm workshop
Emc vipr srm workshop
 
OpenStack Best Practices and Considerations - terasky tech day
OpenStack Best Practices and Considerations  - terasky tech dayOpenStack Best Practices and Considerations  - terasky tech day
OpenStack Best Practices and Considerations - terasky tech day
 
Congrats Siba
Congrats Siba  Congrats Siba
Congrats Siba
 
Webinar Tracker ABCs
Webinar Tracker ABCsWebinar Tracker ABCs
Webinar Tracker ABCs
 
Vi snakker om data bildebok
Vi snakker om data   bildebokVi snakker om data   bildebok
Vi snakker om data bildebok
 
Monopsony market structure
Monopsony market structureMonopsony market structure
Monopsony market structure
 

Ähnlich wie EMC & OpenStack: A View From Within

Transforming Mission Critical Applications
Transforming Mission Critical ApplicationsTransforming Mission Critical Applications
Transforming Mission Critical ApplicationsCenk Ersoy
 
EMCWorld 2013 -ServiceMesh Agility Platform: Cloud-based DevOps with ViPR
EMCWorld 2013 -ServiceMesh Agility Platform: Cloud-based DevOps with ViPREMCWorld 2013 -ServiceMesh Agility Platform: Cloud-based DevOps with ViPR
EMCWorld 2013 -ServiceMesh Agility Platform: Cloud-based DevOps with ViPRServiceMesh
 
Software Defined Data Center: The Intersection of Networking and Storage
Software Defined Data Center: The Intersection of Networking and StorageSoftware Defined Data Center: The Intersection of Networking and Storage
Software Defined Data Center: The Intersection of Networking and StorageEMC
 
EMC Atmos for service providers
EMC Atmos for service providersEMC Atmos for service providers
EMC Atmos for service providerssolarisyougood
 
Cloud Models, Considerations, & Adoption Techniques
Cloud Models, Considerations, & Adoption TechniquesCloud Models, Considerations, & Adoption Techniques
Cloud Models, Considerations, & Adoption TechniquesEMC
 
Presentation integration vmware with emc storage
Presentation   integration vmware with emc storagePresentation   integration vmware with emc storage
Presentation integration vmware with emc storagesolarisyourep
 
EMC Hybrid Cloud Solutions with VMware
EMC Hybrid Cloud Solutions with VMwareEMC Hybrid Cloud Solutions with VMware
EMC Hybrid Cloud Solutions with VMwareArraya Solutions
 
ScaleIO : capitalisez sur vos infrastructures existantes avec une solution so...
ScaleIO : capitalisez sur vos infrastructures existantes avec une solution so...ScaleIO : capitalisez sur vos infrastructures existantes avec une solution so...
ScaleIO : capitalisez sur vos infrastructures existantes avec une solution so...RSD
 
Software Defined Data Center: The Intersection of Networking and Storage
Software Defined Data Center: The Intersection of Networking and StorageSoftware Defined Data Center: The Intersection of Networking and Storage
Software Defined Data Center: The Intersection of Networking and StorageEMC
 
True Storage Virtualization with Software-Defined Storage
True Storage Virtualization with Software-Defined StorageTrue Storage Virtualization with Software-Defined Storage
True Storage Virtualization with Software-Defined StorageCloudOps Summit
 
PROACT SYNC 2013 - Breakout - VSPEX en vBlock Converged Infrastructure bouwbl...
PROACT SYNC 2013 - Breakout - VSPEX en vBlock Converged Infrastructure bouwbl...PROACT SYNC 2013 - Breakout - VSPEX en vBlock Converged Infrastructure bouwbl...
PROACT SYNC 2013 - Breakout - VSPEX en vBlock Converged Infrastructure bouwbl...Proact Netherlands B.V.
 
INDUSTRY-LEADING TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUD
INDUSTRY-LEADING  TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUDINDUSTRY-LEADING  TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUD
INDUSTRY-LEADING TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUDEMC
 
The Future of Storage : EMC Software Defined Solution
The Future of Storage : EMC Software Defined Solution The Future of Storage : EMC Software Defined Solution
The Future of Storage : EMC Software Defined Solution RSD
 
Pro sphere customer technical
Pro sphere customer technicalPro sphere customer technical
Pro sphere customer technicalsolarisyougood
 
EMC World 2015 devops-st06 Containers and Converged Infrastructure Deployment
EMC World 2015 devops-st06 Containers and Converged Infrastructure DeploymentEMC World 2015 devops-st06 Containers and Converged Infrastructure Deployment
EMC World 2015 devops-st06 Containers and Converged Infrastructure DeploymentKendrick Coleman
 
Building Hadoop-as-a-Service with Pivotal Hadoop Distribution, Serengeti, & I...
Building Hadoop-as-a-Service with Pivotal Hadoop Distribution, Serengeti, & I...Building Hadoop-as-a-Service with Pivotal Hadoop Distribution, Serengeti, & I...
Building Hadoop-as-a-Service with Pivotal Hadoop Distribution, Serengeti, & I...EMC
 
EMC ScaleIO Overview
EMC ScaleIO OverviewEMC ScaleIO Overview
EMC ScaleIO Overviewwalshe1
 
Software Defined Datacenter als 'route' naar het 3e IT platform
Software Defined Datacenter als 'route' naar het 3e IT platform Software Defined Datacenter als 'route' naar het 3e IT platform
Software Defined Datacenter als 'route' naar het 3e IT platform Proact Netherlands B.V.
 
EMC VSPEX for Virtualizing Your Data Center
EMC VSPEX for Virtualizing Your Data CenterEMC VSPEX for Virtualizing Your Data Center
EMC VSPEX for Virtualizing Your Data CenterCTI Group
 

Ähnlich wie EMC & OpenStack: A View From Within (20)

Transforming Mission Critical Applications
Transforming Mission Critical ApplicationsTransforming Mission Critical Applications
Transforming Mission Critical Applications
 
EMCWorld 2013 -ServiceMesh Agility Platform: Cloud-based DevOps with ViPR
EMCWorld 2013 -ServiceMesh Agility Platform: Cloud-based DevOps with ViPREMCWorld 2013 -ServiceMesh Agility Platform: Cloud-based DevOps with ViPR
EMCWorld 2013 -ServiceMesh Agility Platform: Cloud-based DevOps with ViPR
 
Software Defined Data Center: The Intersection of Networking and Storage
Software Defined Data Center: The Intersection of Networking and StorageSoftware Defined Data Center: The Intersection of Networking and Storage
Software Defined Data Center: The Intersection of Networking and Storage
 
EMC Atmos for service providers
EMC Atmos for service providersEMC Atmos for service providers
EMC Atmos for service providers
 
Cloud Models, Considerations, & Adoption Techniques
Cloud Models, Considerations, & Adoption TechniquesCloud Models, Considerations, & Adoption Techniques
Cloud Models, Considerations, & Adoption Techniques
 
Presentation integration vmware with emc storage
Presentation   integration vmware with emc storagePresentation   integration vmware with emc storage
Presentation integration vmware with emc storage
 
EMC Hybrid Cloud Solutions with VMware
EMC Hybrid Cloud Solutions with VMwareEMC Hybrid Cloud Solutions with VMware
EMC Hybrid Cloud Solutions with VMware
 
ScaleIO : capitalisez sur vos infrastructures existantes avec une solution so...
ScaleIO : capitalisez sur vos infrastructures existantes avec une solution so...ScaleIO : capitalisez sur vos infrastructures existantes avec une solution so...
ScaleIO : capitalisez sur vos infrastructures existantes avec une solution so...
 
Software Defined Data Center: The Intersection of Networking and Storage
Software Defined Data Center: The Intersection of Networking and StorageSoftware Defined Data Center: The Intersection of Networking and Storage
Software Defined Data Center: The Intersection of Networking and Storage
 
True Storage Virtualization with Software-Defined Storage
True Storage Virtualization with Software-Defined StorageTrue Storage Virtualization with Software-Defined Storage
True Storage Virtualization with Software-Defined Storage
 
PROACT SYNC 2013 - Breakout - VSPEX en vBlock Converged Infrastructure bouwbl...
PROACT SYNC 2013 - Breakout - VSPEX en vBlock Converged Infrastructure bouwbl...PROACT SYNC 2013 - Breakout - VSPEX en vBlock Converged Infrastructure bouwbl...
PROACT SYNC 2013 - Breakout - VSPEX en vBlock Converged Infrastructure bouwbl...
 
INDUSTRY-LEADING TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUD
INDUSTRY-LEADING  TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUDINDUSTRY-LEADING  TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUD
INDUSTRY-LEADING TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUD
 
The Future of Storage : EMC Software Defined Solution
The Future of Storage : EMC Software Defined Solution The Future of Storage : EMC Software Defined Solution
The Future of Storage : EMC Software Defined Solution
 
Cisco Live
Cisco LiveCisco Live
Cisco Live
 
Pro sphere customer technical
Pro sphere customer technicalPro sphere customer technical
Pro sphere customer technical
 
EMC World 2015 devops-st06 Containers and Converged Infrastructure Deployment
EMC World 2015 devops-st06 Containers and Converged Infrastructure DeploymentEMC World 2015 devops-st06 Containers and Converged Infrastructure Deployment
EMC World 2015 devops-st06 Containers and Converged Infrastructure Deployment
 
Building Hadoop-as-a-Service with Pivotal Hadoop Distribution, Serengeti, & I...
Building Hadoop-as-a-Service with Pivotal Hadoop Distribution, Serengeti, & I...Building Hadoop-as-a-Service with Pivotal Hadoop Distribution, Serengeti, & I...
Building Hadoop-as-a-Service with Pivotal Hadoop Distribution, Serengeti, & I...
 
EMC ScaleIO Overview
EMC ScaleIO OverviewEMC ScaleIO Overview
EMC ScaleIO Overview
 
Software Defined Datacenter als 'route' naar het 3e IT platform
Software Defined Datacenter als 'route' naar het 3e IT platform Software Defined Datacenter als 'route' naar het 3e IT platform
Software Defined Datacenter als 'route' naar het 3e IT platform
 
EMC VSPEX for Virtualizing Your Data Center
EMC VSPEX for Virtualizing Your Data CenterEMC VSPEX for Virtualizing Your Data Center
EMC VSPEX for Virtualizing Your Data Center
 

Mehr von EMC

Cloud Foundry Summit Berlin Keynote
Cloud Foundry Summit Berlin Keynote Cloud Foundry Summit Berlin Keynote
Cloud Foundry Summit Berlin Keynote EMC
 
EMC GLOBAL DATA PROTECTION INDEX
EMC GLOBAL DATA PROTECTION INDEX EMC GLOBAL DATA PROTECTION INDEX
EMC GLOBAL DATA PROTECTION INDEX EMC
 
Transforming Desktop Virtualization with Citrix XenDesktop and EMC XtremIO
Transforming Desktop Virtualization with Citrix XenDesktop and EMC XtremIOTransforming Desktop Virtualization with Citrix XenDesktop and EMC XtremIO
Transforming Desktop Virtualization with Citrix XenDesktop and EMC XtremIOEMC
 
Citrix ready-webinar-xtremio
Citrix ready-webinar-xtremioCitrix ready-webinar-xtremio
Citrix ready-webinar-xtremioEMC
 
EMC FORUM RESEARCH GLOBAL RESULTS - 10,451 RESPONSES ACROSS 33 COUNTRIES
EMC FORUM RESEARCH GLOBAL RESULTS - 10,451 RESPONSES ACROSS 33 COUNTRIES EMC FORUM RESEARCH GLOBAL RESULTS - 10,451 RESPONSES ACROSS 33 COUNTRIES
EMC FORUM RESEARCH GLOBAL RESULTS - 10,451 RESPONSES ACROSS 33 COUNTRIES EMC
 
EMC with Mirantis Openstack
EMC with Mirantis OpenstackEMC with Mirantis Openstack
EMC with Mirantis OpenstackEMC
 
Modern infrastructure for business data lake
Modern infrastructure for business data lakeModern infrastructure for business data lake
Modern infrastructure for business data lakeEMC
 
Force Cyber Criminals to Shop Elsewhere
Force Cyber Criminals to Shop ElsewhereForce Cyber Criminals to Shop Elsewhere
Force Cyber Criminals to Shop ElsewhereEMC
 
Pivotal : Moments in Container History
Pivotal : Moments in Container History Pivotal : Moments in Container History
Pivotal : Moments in Container History EMC
 
Data Lake Protection - A Technical Review
Data Lake Protection - A Technical ReviewData Lake Protection - A Technical Review
Data Lake Protection - A Technical ReviewEMC
 
Mobile E-commerce: Friend or Foe
Mobile E-commerce: Friend or FoeMobile E-commerce: Friend or Foe
Mobile E-commerce: Friend or FoeEMC
 
Virtualization Myths Infographic
Virtualization Myths Infographic Virtualization Myths Infographic
Virtualization Myths Infographic EMC
 
Intelligence-Driven GRC for Security
Intelligence-Driven GRC for SecurityIntelligence-Driven GRC for Security
Intelligence-Driven GRC for SecurityEMC
 
The Trust Paradox: Access Management and Trust in an Insecure Age
The Trust Paradox: Access Management and Trust in an Insecure AgeThe Trust Paradox: Access Management and Trust in an Insecure Age
The Trust Paradox: Access Management and Trust in an Insecure AgeEMC
 
EMC Technology Day - SRM University 2015
EMC Technology Day - SRM University 2015EMC Technology Day - SRM University 2015
EMC Technology Day - SRM University 2015EMC
 
EMC Academic Summit 2015
EMC Academic Summit 2015EMC Academic Summit 2015
EMC Academic Summit 2015EMC
 
Data Science and Big Data Analytics Book from EMC Education Services
Data Science and Big Data Analytics Book from EMC Education ServicesData Science and Big Data Analytics Book from EMC Education Services
Data Science and Big Data Analytics Book from EMC Education ServicesEMC
 
Using EMC Symmetrix Storage in VMware vSphere Environments
Using EMC Symmetrix Storage in VMware vSphere EnvironmentsUsing EMC Symmetrix Storage in VMware vSphere Environments
Using EMC Symmetrix Storage in VMware vSphere EnvironmentsEMC
 
Using EMC VNX storage with VMware vSphereTechBook
Using EMC VNX storage with VMware vSphereTechBookUsing EMC VNX storage with VMware vSphereTechBook
Using EMC VNX storage with VMware vSphereTechBookEMC
 
2014 Cybercrime Roundup: The Year of the POS Breach
2014 Cybercrime Roundup: The Year of the POS Breach2014 Cybercrime Roundup: The Year of the POS Breach
2014 Cybercrime Roundup: The Year of the POS BreachEMC
 

Mehr von EMC (20)

Cloud Foundry Summit Berlin Keynote
Cloud Foundry Summit Berlin Keynote Cloud Foundry Summit Berlin Keynote
Cloud Foundry Summit Berlin Keynote
 
EMC GLOBAL DATA PROTECTION INDEX
EMC GLOBAL DATA PROTECTION INDEX EMC GLOBAL DATA PROTECTION INDEX
EMC GLOBAL DATA PROTECTION INDEX
 
Transforming Desktop Virtualization with Citrix XenDesktop and EMC XtremIO
Transforming Desktop Virtualization with Citrix XenDesktop and EMC XtremIOTransforming Desktop Virtualization with Citrix XenDesktop and EMC XtremIO
Transforming Desktop Virtualization with Citrix XenDesktop and EMC XtremIO
 
Citrix ready-webinar-xtremio
Citrix ready-webinar-xtremioCitrix ready-webinar-xtremio
Citrix ready-webinar-xtremio
 
EMC FORUM RESEARCH GLOBAL RESULTS - 10,451 RESPONSES ACROSS 33 COUNTRIES
EMC FORUM RESEARCH GLOBAL RESULTS - 10,451 RESPONSES ACROSS 33 COUNTRIES EMC FORUM RESEARCH GLOBAL RESULTS - 10,451 RESPONSES ACROSS 33 COUNTRIES
EMC FORUM RESEARCH GLOBAL RESULTS - 10,451 RESPONSES ACROSS 33 COUNTRIES
 
EMC with Mirantis Openstack
EMC with Mirantis OpenstackEMC with Mirantis Openstack
EMC with Mirantis Openstack
 
Modern infrastructure for business data lake
Modern infrastructure for business data lakeModern infrastructure for business data lake
Modern infrastructure for business data lake
 
Force Cyber Criminals to Shop Elsewhere
Force Cyber Criminals to Shop ElsewhereForce Cyber Criminals to Shop Elsewhere
Force Cyber Criminals to Shop Elsewhere
 
Pivotal : Moments in Container History
Pivotal : Moments in Container History Pivotal : Moments in Container History
Pivotal : Moments in Container History
 
Data Lake Protection - A Technical Review
Data Lake Protection - A Technical ReviewData Lake Protection - A Technical Review
Data Lake Protection - A Technical Review
 
Mobile E-commerce: Friend or Foe
Mobile E-commerce: Friend or FoeMobile E-commerce: Friend or Foe
Mobile E-commerce: Friend or Foe
 
Virtualization Myths Infographic
Virtualization Myths Infographic Virtualization Myths Infographic
Virtualization Myths Infographic
 
Intelligence-Driven GRC for Security
Intelligence-Driven GRC for SecurityIntelligence-Driven GRC for Security
Intelligence-Driven GRC for Security
 
The Trust Paradox: Access Management and Trust in an Insecure Age
The Trust Paradox: Access Management and Trust in an Insecure AgeThe Trust Paradox: Access Management and Trust in an Insecure Age
The Trust Paradox: Access Management and Trust in an Insecure Age
 
EMC Technology Day - SRM University 2015
EMC Technology Day - SRM University 2015EMC Technology Day - SRM University 2015
EMC Technology Day - SRM University 2015
 
EMC Academic Summit 2015
EMC Academic Summit 2015EMC Academic Summit 2015
EMC Academic Summit 2015
 
Data Science and Big Data Analytics Book from EMC Education Services
Data Science and Big Data Analytics Book from EMC Education ServicesData Science and Big Data Analytics Book from EMC Education Services
Data Science and Big Data Analytics Book from EMC Education Services
 
Using EMC Symmetrix Storage in VMware vSphere Environments
Using EMC Symmetrix Storage in VMware vSphere EnvironmentsUsing EMC Symmetrix Storage in VMware vSphere Environments
Using EMC Symmetrix Storage in VMware vSphere Environments
 
Using EMC VNX storage with VMware vSphereTechBook
Using EMC VNX storage with VMware vSphereTechBookUsing EMC VNX storage with VMware vSphereTechBook
Using EMC VNX storage with VMware vSphereTechBook
 
2014 Cybercrime Roundup: The Year of the POS Breach
2014 Cybercrime Roundup: The Year of the POS Breach2014 Cybercrime Roundup: The Year of the POS Breach
2014 Cybercrime Roundup: The Year of the POS Breach
 

Kürzlich hochgeladen

unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 

Kürzlich hochgeladen (20)

unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 

EMC & OpenStack: A View From Within

  • 1. EMC & OpenStack: A View from Within Edgar StPierre Sr. Consulting Solutions Architect © Copyright 2013 EMC Corporation. All rights reserved. 1
  • 2. Roadmap Information Disclaimer  EMC makes no representation and undertakes no obligations with regard to product planning information, anticipated product characteristics, performance specifications, or anticipated release dates (collectively, “Roadmap Information”).  Roadmap Information is provided by EMC as an accommodation to the recipient solely for purposes of discussion and without intending to be bound thereby.  Roadmap information is EMC Restricted Confidential and is provided under the terms, conditions and restrictions defined in the EMC NonDisclosure Agreement in place with your organization. © Copyright 2013 EMC Corporation. All rights reserved. 2
  • 3. Agenda  EMC Storage and OpenStack – Strategy Overview  An OpenStack Technology Review  EMC Participation And Contribution  EMC Value-Add © Copyright 2013 EMC Corporation. All rights reserved. 3
  • 4. Mission Statement "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." Source: OpenStack Foundation © Copyright 2013 EMC Corporation. All rights reserved. 4
  • 5. OpenStack: Open Source Cloud OS  Public clouds – level the playing field against “the big three” – Major Opportunists: Rackspace, HP – And many more…  Private clouds – open the door to many distributors … Virtual Data Center Virtual Data Center Virtual Data Center Virtual Data Center Virtual Data Center Virtual Data Center – Canonical, Red Hat, SUSE, Rackspace, and a host of others… – And create opportunity for customers to manage lower cost, and ultimately flexible, private clouds © Copyright 2013 EMC Corporation. All rights reserved. 5
  • 6. Virtualized Data Centers Resource disaggregation fundamental to Software Defined Data Centers Favorite Cloud OS & Configuration Mgmt System Favorite Hypervisor CPU Pool Mem Pool Network Virtualizer IP Pool Service Pool Storage Virtualizer Storage Pool1 Storage Pool2 VM © Copyright 2013 EMC Corporation. All rights reserved. 6
  • 7. Disaggregation of Storage Resources OpenStack VM VM Hypervisor DFS/LVM  Disaggregation at host level – – – Roll-your-own storage nodes with services based on a DFS or LVM All storage and data services on storage node This is SDDC goal for many apps  Disaggregation at array level – – – – – © Copyright 2013 EMC Corporation. All rights reserved. Not as flexible/ubiquitous as disaggregation at host level But: proven, performant, and inherently resilient Storage arrays have been disaggregating disks for years Array-based storage & data services This is topic for today 7
  • 8. EMC Strategy For CloudOS Options “Just say yes”  Across Variety Of CloudOS Platforms  Variety of Solutions Within Each CloudOS Platform  Continuously Evolve Solutions To Support Customer Options © Copyright 2013 EMC Corporation. All rights reserved. 8
  • 9. OpenStack Technology Review © Copyright 2013 EMC Corporation. All rights reserved. 9
  • 10. The OpenStack Layer Cake GUI (Horizon) App Orchestration Presentation Python CLIs (Separate projects) (Heat) Admin APIs OpenStack API (Both a native REST API plus an EC2-compatible API) IAM (Keystone) Object (MySQL) Integration Resources © Copyright 2013 EMC Corporation. All rights reserved. (Cinder) (Quantum) Policy Policy Scheduling Scheduling Scheduling Orchestration Orchestration Adapters Metrics Policy Adapters Database (Nova) Scheduling Control Logic (Glance) Policy (Swift) Messaging (RabbitMQ) Images Compute Storage Network Orchestration Orchestration Adapters Adapters (Ceilometer) 3rd Party Monitoring Tools Administration 10
  • 11. Creating An Ephemeral VM 1. POST /{tenant_id}/servers (…, imageRef, …) Client OpenStack API (Both a native REST API plus an EC2-compatible API) 5. GET image Object (Swift) Images Compute Storage Network (Glance) (Cinder) (Nova) 4. GET image (Quantum) 2. Allocate Network 3. GET image Swift / NFS 8. Boot 6. Upload 7. Load VM KVM © Copyright 2013 EMC Corporation. All rights reserved. 11
  • 12. Attaching A Persistent Block Volume 1. POST /{tenant_id}/volumes Client 3. POST /{tenant_id}/servers/{server_id}/os-volume_attachments (…, volume_id,… ) OpenStack API (Both a native REST API plus an EC2-compatible API) Object (Swift) Images Compute Storage Network (Glance) (Nova) (Quantum) (Cinder) 4. Init Connection 2. Create volume 6. Attach device 5. Map volume VM KVM © Copyright 2013 EMC Corporation. All rights reserved. 7. iSCSI discover 12
  • 13. Cinder Persistent Volume Functions Supported Functions: OpenStack Compute Manager Nova Compute Virt Driver  Create/Delete Block Volume 1 2 3 Volume Manager Volum Cinder 1. “create volume” 2. “attach volume” VM libvirt 3. initialize_connection KVM e Driver  Initialize/Terminate Connection (From Nova, Performs Map/Mask)  Create/Delete Snapshot  Create Cloned Volume  Create Volume From Snapshot  Copy Volume To/From Image  New: Backup/Restore Volume © Copyright 2013 EMC Corporation. All rights reserved. 13
  • 14. An Example OpenStack Deployment Internet Cloud Mgmt HA Network Nodes Compute Nodes Controller Node (Quantum) (Nova) (common services) Controller Node (common services) VM Data Storage Nodes Configuration Mgmt System © Copyright 2013 EMC Corporation. All rights reserved. Image Service Nodes (Glance) (Cinder) 14
  • 15. EMC Participation And Contribution © Copyright 2013 EMC Corporation. All rights reserved. 15
  • 16. EMC’s Commitment To OpenStack  Joined OpenStack Foundation As “Corporate” Sponsor In Dec 2012 – http://www.openstack.org/foundation/companies/ – http://gigaom.com/cloud/emc-follows-vmware-rest-of-world-into-openstack/  Contributed VNX/VMAX iSCSI Adapters Into Grizzly Build In Dec 2012  Joined Rackspace “Alamo” Quality Assurance And “Private Cloud” Certification Program In Jan 2013 – http://www.rackspace.com/blog/rackspace-private-cloud-certification-programcombines-product-innovation-and-enterprise-stability/  Engaged Other Distro Leaders: – Canonical/Ubuntu, SUSE, Red Hat © Copyright 2013 EMC Corporation. All rights reserved. 16
  • 17. EMC Contributions To Date  Post-Folsom Release (Dec 2012) (For Use In Current Distro Programs) – VNX iSCSI – VMAX iSCSI  Grizzly Release (April 2013) – VNX iSCSI – VMAX iSCSI © Copyright 2013 EMC Corporation. All rights reserved. 17
  • 18. VMAX / System Requirements OpenStack System Requirements  Host for driver install: Ubuntu 12.04 or later  Solutions Enabler: SMI-S 4.5.1 and higher Compute Manager Nova Compute Virt Driver Volume Manager Cinder Volume VMAX Requirements VM  Microcode: 5875 for most VMAX – 5876 for VMAX10K  Masking view for Compute host(s) including 6 gatekeepers mapped to each Compute host  VMAX/VMAXe storage pool for Cinder use must be created before using the VMAX/VMAXe Cinder driver VMAX Constraints  CreateVolumeFromSnapshot not supported © Copyright 2013 EMC Corporation. All rights reserved. libvirt Driver SMIS Solutions Enabler* KVM Compute Node Compute Node Masking Views VMAX Compute Node *Solutions Enabler may be run as a SUSE VM, or on a standalone server. Each Solutions Enabler supports multiple backend arrays. 18
  • 19. VNX / System Requirements OpenStack System Requirements  Host for driver install: Ubuntu 12.04 or later Compute Manager Nova Compute Virt Driver Volume Manager Cinder Volume  Solutions Enabler: SMI-S 4.5.1 and higher VNX Requirements  Flare 31 or higher  Compute hosts registered with VNX – VM libvirt Solutions Enabler* KVM Compute Node Compute Node Register Via iscsiadm  VNX Storage Pool created on array for Cinder to use (Thin LUN’s only) Driver SMIS VNX Compute Node *Solutions Enabler may be run as an ESX VM, or on a standalone server. Each Solutions Enabler supports multiple backend arrays. © Copyright 2013 EMC Corporation. All rights reserved. 19
  • 20. EMC Best Practices  Run EMC Volume Drivers Anywhere – – – – – Each Driver Is An Independent ‘cinder-volume’ Service Low CPU/IO Requirements Run On Controller Node For Active/Passive HA However: Future Backup Considerations Will Change This Scale Practice: Run “storage controller nodes” as VMs  Best Practices For Access Protocols: – iSCSI For VNX – NFS For Isilon (Havana) – FC For VMAX  Best Practice White Papers Are Work In Progress © Copyright 2013 EMC Corporation. All rights reserved. 20
  • 21. What’s Next More Products © Copyright 2013 EMC Corporation. All rights reserved. More Protocols More Partners More Functionality 21
  • 22. How To Access EMC Adapters  Via OpenStack Foundation, Effective April 2013 – https://github.com/openstack/cinder/tree/mas ter/cinder/volume/drivers/emc  Via Rackspace “Alamo” Certification Program – http://www.rackspace.com/knowledge_center/ article/implementing-openstack-cinder-withemc-storage-on-the-rackspace-private-cloudsoftware  Via Other Distributions As They Become Available – Including VARs and ISVs © Copyright 2013 EMC Corporation. All rights reserved. 22
  • 23. EMC Value-Add © Copyright 2013 EMC Corporation. All rights reserved. 23
  • 24. EMC Technology In OpenStack  First Things First: Storage Platforms Available For Use – EMC Storage Hardware For Building Private Clouds – Include Hooks For Snapshot (And Backup in Havana)  EMC Value Add – Enterprise Class Storage And Services – Highly Available Infrastructure – Deliver Value Above And Beyond Via Advanced Capabilities  Avenues For Advanced Capabilities* – – – Consistency Groups Integrated Backup Policy And Scheduling Remote Replication *These features are not committed; we’re looking at all the obvious choices and gathering feedback © Copyright 2013 EMC Corporation. All rights reserved. 24
  • 25. Advanced Capability Delivery  Initially: – Partners – VARs/ISVs – Customers  Where it makes sense – Contribute Upstream Into OpenStack © Copyright 2013 EMC Corporation. All rights reserved. 25
  • 26. Wrap up © Copyright 2013 EMC Corporation. All rights reserved. 26
  • 27. Resources  Technical Resources – – – – – – Datasheets Implementation Guides Knowledge Center Articles Certification Program Test Results Reference Architectures Blogs  For more information on OpenStack, please refer to the following links: – http://one.emc.com/clearspace/com munity/active/everything_openstack – http://virtualgeek.typepad.com/ – http://chucksblog.emc.com/ – http://openstack.org/start  EMC World Resources – ESG OpenStack Kiosk – OpenStack Demo – See ViPR Demo In ASD Boot © Copyright 2013 EMC Corporation. All rights reserved. 27
  • 28. Wrap Up: EMC and OpenStack  EMC Embraces Multiple Cloud OS Frameworks  EMC Is Active In The OpenStack Cinder Project  Cinder Volume Drivers Available Now  Through 2013: – More Feature & Driver Contributions To Havana Release – In Some Cases: EAP May Be Available For Havana capabilities  Stay Tuned as EMC Delivers On Advanced Capabilities © Copyright 2013 EMC Corporation. All rights reserved. 28