COMP4442. Service and Cloud Computing. Lecture 04: OpenStack. Prof. George Baciu PQ838.

Size: px
Start display at page:

Download "COMP4442. Service and Cloud Computing. Lecture 04: OpenStack. Prof. George Baciu PQ838."

Transcription

1 COMP4442 Service and Cloud Computing Lecture 04: OpenStack Prof. George Baciu PQ838 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

2 OpenStack 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

3 Contents What is OpenStack? A brief history The OpenStack Foundation What is a Design Guide? Guide methodology How to use it Cloud Architecture Customization 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

4 Recall the Cloud Stack Model Application Data Runtime Middleware OS Virtualization Servers Storage Networking Hardware 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

5 What is OpenStack? OpenStack is a cloud operating system that controls large pools of compute, storage and networking resources throughout that gives administrators control while empowering their users to provision resources through a web interface. 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

6 What is OpenStack? 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

7 A Brief History In Oct Rackspace invests $15M to acquire two companies: Slicehost (Virtual Machine provider) JungleDisk (on line backup service) Rackspace then develops Cloud Files 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

8 A Brief History In July 2010 Rackspace and NASA merged two projects: 1. Swift object storage (based on Rackspace's Cloud Files platform) 2. Nova based on Nebula compute platform (NASA) Fastest growing Open Source project to date! 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

9 A Brief History In Sep OpenStack Foundation is established to promote the architecture design and implementation More than 500 companies have joined AppFormix, Arista Networks, AT&T, AMD, Intel, Juniper Avaya, Brocade, Canonical, Cisco, Citrix, EMC Ericsson, Fujitsu, Go Daddy, Google, HP, Huawei, IBM 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

10 Strong Community Support Contributions 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

11 OpenStack Versions OpenStack versions: A new version every 6 months! Most recent Jan X X X X X X X X X X X X Queens Pike Okata Newton Mitaka Liberty Kilo Juno Icehouse Havana Grizzly Folsom Essex Cactus Bexar Austin First release Nov /5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

12 OpenStack by Numbers Over 1202 contributors Top 20 users: Samsung, Yahoo Over 350 features Top 20 companies committing code: Red Hat, IBM, HP, RackSpace, Mirantis, Suse OpenStack Foundation: enovance, VMWare, Intel 16 Languages Over 3,000 bug fixes 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

13 OpenStack Foundation An Open Source Foundation Serves over 30,000 individual members in over 170 countries Goal: provide a set of shared resources to grow public and private OpenStack clouds 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

14 OpenStack Foundation Technical Committee OpenStack Technical Committee members define and steward the technical direction of OpenStack software, including crossprogram issues. The committee of 13 is fully elected by the project s Active Technical Contributors 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

15 OpenStack Foundation Board of Directors Provides strategic and financial oversight of Foundation resources and staff. 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

16 OpenStack Foundation Board of Directors Alan Clark, Director of Industry Initiatives, Emerging Standards and Open Source at SUSE, was elected Chairman of the Board 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

17 OpenStack Foundation Committees Technical Committee User Committee 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

18 OpenStack Foundation Home of the OpenStack Project Uses the Apache licensing model Serves developers, users, and the entire ecosystem by providing: Shared resources Enable technology vendors targeting the platform Individual membership is free and accessible to anyone 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

19 OpenStack DefCore Committee working on OpenStack standardization and shared coding library Agile documentation Agile software Large testing group 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

20 Conceptual Architecture OpenStack architecture is designed to: deliver massively scalable cloud OS make constituent services work together in order to provide a complete IaaS solution Integration is facilitated through public application programming interfaces (APIs) 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

21 High Level Conceptual Architecture Compute Storage Networking 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

22 Main Service Modules Service Name Function Dashboard Horizon Provides a web front end Compute Nova Stores and retrieves virtual disks ("images") and associated metadata in Image ("Glance") Network Neutron Provides virtual networking for Compute. Block Storage Cinder Provides storage volumes for Compute. Image Glance Can store the actual virtual disk files in the Object Store("Swift") Identity Keystone All the services authenticate with Identity ("Keystone") 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

23 2/5/

24 cinder database 2/5/

25 Horizon (Dashboard) Horizon is the canonical implementation of OpenStack s Dashboard Provides a web-based user interface to OpenStack services: Nova, Swift, Keystone etc. 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

26 Nova(Compute) Nova is the project name for OpenStack Compute A cloud computing fabric controller The main part of an IaaS system. 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

27 Swift (Object Store) Swift is a distributed, consistent object/blob store. Organizations can use Swift to store lots of data efficiently, safely and cheaply. 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

28 Glance (Image Registry) The Glance project provides services for discovering, registering & retrieving virtual machine images. Glance has a RESTful API that allows querying of VM image metadata as well as retrieval of the actual image. REST = Representational State Transfer 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

29 Neutron (Networking) Neutron is an OpenStack project to provide network connectivity as a service Between interface devices (e.g. VNICs) managed by other OpenStack services (e.g. nova). VNIC = Virtual Network Interface Card 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

30 Icehouse Official Projects Integrated Projects (Icehouse release) OpenStack Compute (Nova): OpenStack Object Storage (Swift): OpenStack Image Service (Glance): 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

31 Icehouse Official Projects Integrated Projects (Icehouse release) OpenStack Identity (Keystone): OpenStack Dashboard (Horizon): OpenStack Networking (Neutron): 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

32 Icehouse Official Projects Integrated Projects (Icehouse release) OpenStack Block Storage service (Cinder): OpenStack Monitoring (Ceilometer): OpenStack Orchestration (Heat): 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

33 OpenStack Icehouse Roadmap Highlights Database Service (Trove) Scalable and reliable Cloud Database as a Service provisioning functionality for both relational and nonrelational database engines Bare Metal (Ironic) Provides an API for management and provisioning of physical machines. 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

34 OpenStack Icehouse Roadmap Highlights Queue Service (Zaqar) Previously: Marconi Message queueing API and service for distributed application messaging Data Processing (Savannah) Hadoop on OpenStack 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

35 Cloud Architecture Customization 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

36 Different Architectures for Different Purposes (1) General purpose: A cloud built with common components that should address 80% of common use cases. Compute focused: A cloud designed to address compute intensive workloads such as high performance computing (HPC). 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

37 Different Architectures for Different Purposes (2) Storage focused: A cloud focused on storage intensive workloads such as data analytics with parallel file systems. Network focused: A cloud depending on high performance and reliable networking, such as a Content Delivery Network (CDN). 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

38 Different Architectures for Different Purposes (3) Multi-site: A cloud built with multiple sites available for application deployments for geographical, reliability or data locality reasons. Hybrid cloud: An architecture where multiple disparate clouds are connected either for failover, hybrid cloud bursting, or availability. 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

39 Different Architectures for Different Purposes (4) Massively scalable: An architecture that is intended for cloud service providers or other extremely large installations. Other specialized cases 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

40 Examples 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

41 General Purpose Most common Base for all other specialized architectures No predefined use Need to support all potential cases Balanced loads across all Cloud components 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

42 General Purpose 2/5/

43 Compute Focused High performance computing (HPC) Big data analytics using Hadoop or other distributed data stores Continuous integration/continuous deployment (CI/CD) Platform-as-a-Service (PaaS) Signal processing for network function virtualization (NFV) 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

44 Compute Focused 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

45 2/5/ END

46 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

47 Appendix More Examples 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

48 Storage Focused Active archive Backups and hierarchical storage management. General content storage and synchronization. Data analytics with parallel file systems. Unstructured data store for services. Persistent block storage. 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

49 Storage Focused Operating system and application image store. Media streaming. Databases. Content distribution. Cloud storage peering. 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

50 Storage Focused 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu HDD Pool

51 2/5/

52 Network Focused Content delivery network Network service offerings High speed and high volume transactional systems Virtual desktop infrastructure (VDI) Voice over IP (VoIP) Video Conference or web conference High performance computing (HPC) 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

53 Network Focused 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

54 2/5/

55 Multi-site An organization with a diverse geographic footprint. Geo-location sensitive data. Data locality, in which specific data or functionality should be close to users. 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

56 Multi-site 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

57 Hybrid Cloud Bursting from a private cloud to a public cloud Disaster recovery Development and testing Federated cloud, enabling users to choose resources from multiple providers Hybrid clouds built to support legacy systems as they transition to cloud 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

58 Hybrid Cloud 2/5/

59 Massively scalable 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

60 2/5/

61 Specialized cases Specialized Networking: This describes running networking-oriented software that may involve reading packets directly from the wire or participating in routing protocols. 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

62 Specialized cases Software-defined networking (SDN): This user case details both running an SDN controller from within OpenStack as well as participating in a software-defined network. 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

63 Specialized cases Desktop-as-a-Service: This is for organizations that want to run a virtualized desktop environment on a cloud. This can apply to private or public clouds. 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

64 Specialized cases OpenStack on OpenStack: Some organizations are finding that it makes technical sense to build a multi-tiered cloud by running OpenStack on top of an OpenStack installation. 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

65 Specialized cases Specialized hardware: Some highly specialized situations will require the use of specialized hardware devices from within the OpenStack environment. 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

66 Specialized Multi-Hypervisor 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

67 Specialized Software-defined networking SDN 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

68 Specialized Desktop as a Service Boot storms: What happens when hundreds or thousands of users log in during shift changes, affects the storage design. The performance of the applications running in these virtual desktops Operating system and compatibility with the OpenStack hypervisor 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

69 Specialized Desktop as a Service 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

70 Specialized OpenStack on OpenStack 2/5/

71 Specialized Hardware 2/5/

72 2/5/

73 What is RESTful API? Think about a mobile user requesting data from a server: Request Response XML/JASON Mobile Client Cloud Server 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

74 Problem 1 How to request the data and/or modify data? Request Response Mobile Client Cloud Server 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

75 Problem 2 How to return the state of the data: JASON, XML, How to tell the client the format and the status of the data, i.e. the state of the data? Request Response Mobile Client Cloud Server 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

76 What is RESTful API? RESTful API is an application program interface (API) that uses HTTP requests to perform the following operations on data: GET PUT POST DELETE 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

77 What is REST? REpresentational State Transfer Provide access to resources (not logic) Resources can be single documents or complex objects Resources are not a direct map of data store Client-Server development (2005) Server does not maintain the state for the client No cookies 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

78 What is REST? Predictable regardless of domain Discoverable standard verbs and routing structure Simple know the domain, know the system Client-Server development (2005) Incorporates multiple W3 standards 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

79 Standard REST Data Transfer Objects to represent resources Routing to locate resources HTTP verbs to perform actions on resources Negotiate content type via headers Accept application/json Respond with HTTP status codes 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

80 Standard REST Data Transfer Objects to represent resources Routing to locate resources HTTP verbs to perform actions on resources Negotiate content type via headers Accept application/json Respond with HTTP status codes 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

81 Data Transfer Objects A data model representing a resource Mask the actual data store Represent data that makes sense for the application Handle common relations Ex. Customer and Address Tables include an address object as a child of the customer 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

82 Routing to access res. Routes represent paths to resources api/customer A route can represent the location of a unique resource api/customer/{id}/order Routing structure can imply relationships api/customer/{id}/order Routes can represent a version API api/v1/customer 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

83 HTTP Verbs GET POST PUT PATCH DELETE one or more resources to create a new resource to update a resource to partially update a resource to delete a resource 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

84 HTTP Verbs Safe Methods the only action taken is to retrieve data GET Idempotent any N > 0 actions is the same as a single action PUT, PATCH, DELETE PUT vs POST, typically: PUT is to update POST is to create 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

85 HTTP Status Codes 2xx Success 200 OK 201 Created 3xx Redirection Most likely don t need to use these 4xx Client Error Client did something wrong 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

86 HTTP Status Codes 4xx Client Error 401 Unauthorized The request is not authorized to access or perform actions on a type of resource 403 Forbidden Client is forbidden to access the server 404 Not found The request is not authorized to access a specific resource 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

87 HTTP Status Codes 5xx Server Error 500 Internal Server Error Consider returning a stack trace when not in production 501 Not implemented Not implemented yet, but in planning To learn more: 2/5/2018 COMP4442 Cloud Computing Lecture 04 George Baciu

White Paper The Storage System Best Suited for OpenStack FUJITSU Storage ETERNUS DX S4/S3 series and ETERNUS AF series

White Paper The Storage System Best Suited for OpenStack FUJITSU Storage ETERNUS DX S4/S3 series and ETERNUS AF series White Paper The Storage System Best Suited for OpenStack FUJITSU Storage ETERNUS DX S4/S3 series and ETERNUS AF series When designing a system that uses OpenStack, the FUJITSU Storage ETERNUS DX S4/S3

More information

Introduction To OpenStack. Haim Ateya Group Manager, EMC

Introduction To OpenStack. Haim Ateya Group Manager, EMC Introduction To OpenStack Haim Ateya Group Manager, EMC Session Goals Get the audience familiar with OpenStack IaaS platform Go over the project, releases and community around it Review and explain OpenStack

More information

Jumpstart your Production OpenStack Deployment with

Jumpstart your Production OpenStack Deployment with Jumpstart your Production OpenStack Deployment with Dave Cain Wednesday April 27 th, 2016 11:50am-12:30pm CST 1 About me Dave Cain 12+ years working on IT in datacenters B.S. Computer Science @ NC State

More information

Upcoming Services in OpenStack Rohit Agarwalla, Technical DEVNET-1102

Upcoming Services in OpenStack Rohit Agarwalla, Technical DEVNET-1102 Upcoming Services in OpenStack Rohit Agarwalla, Technical Leader roagarwa@cisco.com, @rohitagarwalla DEVNET-1102 Agenda OpenStack Overview Upcoming Services Trove Sahara Ironic Magnum Kolla OpenStack Overview

More information

Build your own Cloud on Christof Westhues

Build your own Cloud on Christof Westhues Build your own Cloud on Christof Westhues chwe@de.ibm.com IBM Big Data & Elastic Storage Tour Software Defined Infrastructure Roadshow December 2 4, 2014 New applications and IT are being built for Cloud

More information

Infrastructure-as-Code and CI Infrastructure at Open Stack A look at one of the largest CI systems and system administration

Infrastructure-as-Code and CI Infrastructure at Open Stack A look at one of the largest CI systems and system administration Infrastructure-as-Code and CI Infrastructure at Open Stack A look at one of the largest CI systems and system administration Andreas Jaeger Product Manager SUSE aj@suse.com OpenStack Open source software

More information

OpenStack Mitaka Release Overview

OpenStack Mitaka Release Overview OpenStack Mitaka Release Overview Brad Topol, Ph.D., IBM Distinguished Engineer, OpenStack Core Contributor Davanum Srinivas, Community Architect and OpenStack TC Member / Principal Software Engineer,

More information

Red Hat OpenStack Platform 10 Product Guide

Red Hat OpenStack Platform 10 Product Guide Red Hat OpenStack Platform 10 Product Guide Overview of Red Hat OpenStack Platform OpenStack Team Red Hat OpenStack Platform 10 Product Guide Overview of Red Hat OpenStack Platform OpenStack Team rhos-docs@redhat.com

More information

An Introduction to Red Hat Enterprise Linux OpenStack Platform. Rhys Oxenham Field Product Manager, Red Hat

An Introduction to Red Hat Enterprise Linux OpenStack Platform. Rhys Oxenham Field Product Manager, Red Hat An Introduction to Red Hat Enterprise Linux OpenStack Platform Rhys Oxenham Field Product Manager, Red Hat What is OpenStack? What is OpenStack? Fully open source cloud operating system Comprised of several

More information

Intel, OpenStack, & Trust in the Open Cloud. Intel Introduction

Intel, OpenStack, & Trust in the Open Cloud. Intel Introduction Intel, OpenStack, & Trust in the Open Cloud Intel Introduction 1 Intel enables OpenStack Cloud Deployments 2 Intel Contributions to OpenStack Telemetry (Ceilometer) Object Store (Swift) Erasure Code Metrics

More information

OpenStack Cloud Storage. PRESENTATION TITLE GOES HERE Sam Fineberg HP Storage

OpenStack Cloud Storage. PRESENTATION TITLE GOES HERE Sam Fineberg HP Storage OpenStack Cloud Storage PRESENTATION TITLE GOES HERE Sam Fineberg HP Storage What is OpenStack Free open source (Apache license) software governed by a non-profit foundation (corporation) with a mission

More information

Build Cloud like Rackspace with OpenStack Ansible

Build Cloud like Rackspace with OpenStack Ansible Build Cloud like Rackspace with OpenStack Ansible https://etherpad.openstack.org/p/osa-workshop-01 Jirayut Nimsaeng DevOps & Cloud Architect 2nd Cloud OpenStack-Container Conference and Workshop 2016 Grand

More information

SUSE OpenStack Cloud

SUSE OpenStack Cloud SUSE OpenStack Cloud Customers now expect: - Instant services & solutions - On-demand, mobile access - Security & reliability 3 The Cloud is here to help - 95% of businesses now use cloud computing - 72%

More information

Spawning Virtual HPCs Using OpenStack

Spawning Virtual HPCs Using OpenStack Spawning Virtual HPCs Using OpenStack Michael Olson SPIN Undergraduate Researcher, NCSA maolson2@illinois.edu Lin Cheng Senior Computer Science Major, UIUC lcheng10@ncsa.illinois.edu Dr. Volodymyr Kindratenko

More information

Cloud Essentials for Architects using OpenStack

Cloud Essentials for Architects using OpenStack Cloud Essentials for Architects using OpenStack Course Overview Start Date 5th March 2015 Duration 2 Days Location Dublin Course Code SS15-13 Programme Overview Cloud Computing is gaining increasing attention

More information

Dynamic Resource Allocation and Management Using OpenStack

Dynamic Resource Allocation and Management Using OpenStack Dynamic Resource Allocation and Management Using OpenStack Rakesh Kumar 1, Bhanu Bhushan Parashar 2 1 Red Hat Certified Engineer 2 Assistant Professor & JECRC University, Jaipur, India 1 rakeshkumar.it14@jecrc.ac.in,

More information

GETTING STARTED WITH OPENSTACK. Kenneth Hui, Rackspace Dan Radez, Red Hat April 27, 2016

GETTING STARTED WITH OPENSTACK. Kenneth Hui, Rackspace Dan Radez, Red Hat April 27, 2016 GETTING STARTED WITH OPENSTACK Kenneth Hui, Rackspace Dan Radez, Red Hat April 27, 2016 Presenters Kenneth Hui Dan Radez OpenStack Evangelist Sr. Software Engineer Rackspace Red Hat Twitter: @kenhuiny

More information

Contrail Cloud Platform Architecture

Contrail Cloud Platform Architecture Contrail Cloud Platform Architecture Release 10.0 Modified: 2018-04-04 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net Juniper Networks, the Juniper

More information

Anand Bhadouria Chief Cloud Technologist. December 10, 2014

Anand Bhadouria Chief Cloud Technologist. December 10, 2014 Anand Bhadouria Chief Cloud Technologist December 10, 2014 Forward-looking statements HP Confidential This document contains forward looking statements regarding future operations, product development,

More information

Case Study on Enterprise Private Cloud

Case Study on Enterprise Private Cloud Case Study on Enterprise Private Cloud A TCS Case Study Veerapuram Varadhan (SUSE) Murugan N (TCS) Agenda Tata Consultancy Services Company Overview Private Cloud Challenges Present infrastructure TCS

More information

OpenStack Architecture and Pattern Deployment with Heat. OpenStack Architecture and Pattern Deployment using Heat Ruediger Schulze

OpenStack Architecture and Pattern Deployment with Heat. OpenStack Architecture and Pattern Deployment using Heat Ruediger Schulze OpenStack Architecture and Pattern Deployment using Heat Ruediger Schulze Agenda 1. OpenStack Architecture 2. Pattern Deployment with Heat 3. Summary 2 What is OpenStack? At its most basic level, OpenStackis

More information

Part2: Let s pick one cloud IaaS middleware: OpenStack. Sergio Maffioletti

Part2: Let s pick one cloud IaaS middleware: OpenStack. Sergio Maffioletti S3IT: Service and Support for Science IT Cloud middleware Part2: Let s pick one cloud IaaS middleware: OpenStack Sergio Maffioletti S3IT: Service and Support for Science IT, University of Zurich http://www.s3it.uzh.ch/

More information

Contrail Cloud Platform Architecture

Contrail Cloud Platform Architecture Contrail Cloud Platform Architecture Release 13.0 Modified: 2018-08-23 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net Juniper Networks, the Juniper

More information

HPE HELION CLOUDSYSTEM 9.0. Copyright 2015 Hewlett Packard Enterprise Development LP

HPE HELION CLOUDSYSTEM 9.0. Copyright 2015 Hewlett Packard Enterprise Development LP HPE HELION CLOUDSYSTEM 9.0 HPE Helion CloudSystem Foundation CloudSystem Foundation Key Use Cases Automate dev/test CICD on OpenStack technology compatible infrastructure Accelerate cloud-native application

More information

OPENSTACK PRIVATE CLOUD WITH GITHUB

OPENSTACK PRIVATE CLOUD WITH GITHUB OPENSTACK PRIVATE CLOUD WITH GITHUB Kiran Gurbani 1 Abstract Today, with rapid growth of the cloud computing technology, enterprises and organizations need to build their private cloud for their own specific

More information

CONSIDERATIONS FOR YOUR NEXT CLOUD PROJECT CLOUDFORMS & OPENSTACK DO S AND DON TS

CONSIDERATIONS FOR YOUR NEXT CLOUD PROJECT CLOUDFORMS & OPENSTACK DO S AND DON TS CONSIDERATIONS FOR YOUR NEXT CLOUD PROJECT CLOUDFORMS & OPENSTACK DO S AND DON TS FREDERIK BIJLSMA Cloud Business Unit Manager, EMEA 6th December 2013 VIRTUALIZATION TO CLOUD CONTINUUM Server Virtualization

More information

OPENSTACK Building Block for Cloud. Ng Hwee Ming Principal Technologist (Telco) APAC Office of Technology

OPENSTACK Building Block for Cloud. Ng Hwee Ming Principal Technologist (Telco) APAC Office of Technology OPENSTACK Building Block for Cloud Ng Hwee Ming Principal Technologist (Telco) APAC Office of Technology ABOUT RED HAT FROM COMMUNITY TO PRODUCT STABILIZ E INTEGRAT E PARTICIPATE INTEGRAT E STABILIZ E

More information

Cloud Storage. Patrick Osborne Director of Product Management. Sam Fineberg Distinguished Technologist.

Cloud Storage. Patrick Osborne Director of Product Management. Sam Fineberg Distinguished Technologist. Cloud Storage Patrick Osborne (@patrick_osborne) Director of Product Management Sam Fineberg Distinguished Technologist HP Storage Why HP will WIN with Converged Storage Industry Standard x86-based platforms

More information

"Charting the Course... H8Q14S HPE Helion OpenStack. Course Summary

Charting the Course... H8Q14S HPE Helion OpenStack. Course Summary Course Summary Description This course will take students through an in-depth look at HPE Helion OpenStack V5.0. The course flow is optimized to address the high-level architecture and HPE Helion OpenStack

More information

A Cloud WHERE PHYSICAL ARE TOGETHER AT LAST

A Cloud WHERE PHYSICAL ARE TOGETHER AT LAST A Cloud WHERE PHYSICAL AND VIRTUAL STORAGE ARE TOGETHER AT LAST Not all Cloud solutions are the same so how do you know which one is right for your business now and in the future? NTT Communications ICT

More information

Road to Private Cloud mit OpenStack Projekterfahrungen

Road to Private Cloud mit OpenStack Projekterfahrungen Road to Private Cloud mit OpenStack Projekterfahrungen Andreas Kress Enterprise Architect Oracle Sales Consulting DOAG Regio Nürnberg/Franken 20. April 2017 Safe Harbor Statement The following is intended

More information

5 Things You Need for a True VMware Private Cloud

5 Things You Need for a True VMware Private Cloud 5 Things You Need for a True VMware Private Cloud Introduction IT teams forging their cloud strategies are considering public cloud providers such as Amazon Web Services (AWS) to satisfy growing developer

More information

EMC STORAGE SOLUTIONS WITH MIRANTIS OPENSTACK

EMC STORAGE SOLUTIONS WITH MIRANTIS OPENSTACK EMC STORAGE SOLUTIONS WITH MIRANTIS OPENSTACK Managing EMC Storage Arrays with OpenStack Juno EMC Solutions May 2015 Copyright 2015 EMC Corporation. All Rights Reserved. Published May 2015 EMC believes

More information

An Open Architecture for Hybrid Delivery

An Open Architecture for Hybrid Delivery An Open Architecture for Hybrid Delivery Rajmohan Rajagopalan #Interop #CCEvent April 2014 Hybrid Cloud What & Why? IaaS + PaaS AWS + Azure Private + Public + Managed Reasons for Hybrid Cloud Lower TCO

More information

Minimizing the Risks of OpenStack Adoption

Minimizing the Risks of OpenStack Adoption Minimizing the Risks of OpenStack Adoption White Paper Minimizing the Risks of OpenStack Adoption Introduction Over the last five years, OpenStack has become a solution of choice for enterprise private

More information

Enabling Red Hat Virtualization for the Hybrid Cloud

Enabling Red Hat Virtualization for the Hybrid Cloud Enabling Red Hat Virtualization for the Hybrid Cloud RHV 4 integration with CloudForms and Ansible Scott Herold Director, Product Management - Virtualization Business Red Hat Forum Israel November 2016

More information

Transform to Your Cloud

Transform to Your Cloud Transform to Your Cloud Presented by VMware 2012 VMware Inc. All rights reserved Agenda Corporate Overview Cloud Infrastructure & Management Cloud Application Platform End User Computing The Journey to

More information

Introduction to OpenStack

Introduction to OpenStack Introduction to OpenStack Overview This online self-paced introductory course helps you kickstart your OpenStack journey. By taking this course, you will learn about the origins of OpenStack, how to deploy

More information

OpenStack in 10 minutes with DevStack

OpenStack in 10 minutes with DevStack OpenStack in 10 minutes with DevStack Sean Dague / Aug 20th, 2014 Twitter: @sdague Blog: dague.net OpenStack A Constellation of IaaS Services Heat Sahara Horizon Swift Trove Glance Nova Cinder Keystone

More information

Accelerate OpenStack* Together. * OpenStack is a registered trademark of the OpenStack Foundation

Accelerate OpenStack* Together. * OpenStack is a registered trademark of the OpenStack Foundation Accelerate OpenStack* Together * OpenStack is a registered trademark of the OpenStack Foundation Considerations to Build a Production OpenStack Cloud Ruchi Bhargava, Intel IT Shuquan Huang, Intel IT Kai

More information

BRKDCT-1253: Introduction to OpenStack Daneyon Hansen, Software Engineer

BRKDCT-1253: Introduction to OpenStack Daneyon Hansen, Software Engineer BRKDCT-1253: Introduction to OpenStack Daneyon Hansen, Software Engineer Agenda Background Technical Overview Demonstration Q&A 2 Looking Back Do You Remember What This Guy Did to IT? Linux 3 The Internet

More information

MidoNet Scalability Report

MidoNet Scalability Report MidoNet Scalability Report MidoNet Scalability Report: Virtual Performance Equivalent to Bare Metal 1 MidoNet Scalability Report MidoNet: For virtual performance equivalent to bare metal Abstract: This

More information

IN2P3-CC cloud computing (IAAS) status FJPPL Feb 9-11th 2016

IN2P3-CC cloud computing (IAAS) status FJPPL Feb 9-11th 2016 Centre de Calcul de l Institut National de Physique Nucléaire et de Physique des Particules IN2P3-CC cloud computing (IAAS) status FJPPL Feb 9-11th 2016 1 Outline Use cases R&D Internal core services Computing

More information

OSDC.de 2013 Introduction to OpenStack. Justin Clift Open Source & Standards RH 17 April 2013

OSDC.de 2013 Introduction to OpenStack. Justin Clift Open Source & Standards RH 17 April 2013 OSDC.de 2013 Introduction to OpenStack Justin Clift Open Source & Standards Team @ RH 17 April 2013 Who is Justin Clift? Senior Software Engineer @ Red Hat Generally works in technical Community Building

More information

Demystifying the Cloud With a Look at Hybrid Hosting and OpenStack

Demystifying the Cloud With a Look at Hybrid Hosting and OpenStack Demystifying the Cloud With a Look at Hybrid Hosting and OpenStack Robert Collazo Systems Engineer Rackspace Hosting The Rackspace Vision Agenda Truly a New Era of Computing 70 s 80 s Mainframe Era 90

More information

BCS EXIN Foundation Certificate in OpenStack Software Syllabus

BCS EXIN Foundation Certificate in OpenStack Software Syllabus BCS EXIN Foundation Certificate in OpenStack Software Syllabus Version 1.2 April 2017 This qualification is not regulated by the following United Kingdom Regulators - Ofqual, Qualification in Wales, CCEA

More information

The speed of containers, the security of VMs. KataContainers.io

The speed of containers, the security of VMs. KataContainers.io * The speed of containers, the security of VMs KataContainers.io Contents Project Overview Technical Details Governance Get Involved History Intel Clear Containers * May 2015 Dec 2017 *Other names and

More information

OpenStack Summit Half-Day Track

OpenStack Summit Half-Day Track OpenStack Summit Half-Day Track May 12-16, Atlanta, GA Cloud Foundry, OpenStack, and the Enterprise Developer Nicholas Walker/May 12, 2014 Introduction About Me: Nicholas Walker, Product Manager, HP Helion

More information

Implementation of a Low Cost IaaS using Openstack

Implementation of a Low Cost IaaS using Openstack Tiago Rosado 1 and Jorge Bernardino 1,2 1 ISEC Superior Institute of Engineering of Coimbra, Polytechnic of Coimbra, 3030-190 Coimbra, Portugal 2 CISUC Centre of Informatics and Systems of the University

More information

HPC over Cloud. July 16 th, SCENT HPC Summer GIST. SCENT (Super Computing CENTer) GIST (Gwangju Institute of Science & Technology)

HPC over Cloud. July 16 th, SCENT HPC Summer GIST. SCENT (Super Computing CENTer) GIST (Gwangju Institute of Science & Technology) HPC over Cloud July 16 th, 2014 2014 HPC Summer School @ GIST (Super Computing CENTer) GIST (Gwangju Institute of Science & Technology) Dr. JongWon Kim jongwon@nm.gist.ac.kr Interplay between Theory, Simulation,

More information

NephOS. A Single Turn-key Solution for Public, Private, and Hybrid Clouds

NephOS. A Single Turn-key Solution for Public, Private, and Hybrid Clouds NephOS A Single Turn-key Solution for Public, Private, and Hybrid Clouds What is NephOS? NephoScale NephOS is a turn-key OpenStack-based service-provider-grade cloud software suite designed for multi-tenancy.

More information

QNAP OpenStack Ready NAS For a Robust and Reliable Cloud Platform

QNAP OpenStack Ready NAS For a Robust and Reliable Cloud Platform QNAP OpenStack Ready NAS For a Robust and Reliable Cloud Platform Agenda IT transformation and challenges OpenStack A new star in the cloud world How does OpenStack satisfy IT demands? QNAP + OpenStack

More information

School of Software / Soongsil University Prof. YOUNGJONG KIM, Ph.D. Soongsil University

School of Software / Soongsil University Prof. YOUNGJONG KIM, Ph.D. Soongsil University School of Software / Soongsil University Prof. YOUNGJONG KIM, Ph.D. Soongsil University Cloud Infrastructure is the basis of everything social data centers mobile machine learning + sensors = machine perception

More information

OPENSTACK: THE OPEN CLOUD

OPENSTACK: THE OPEN CLOUD OPENSTACK: THE OPEN CLOUD Anuj Sehgal (s.anuj@jacobs-university.de) AIMS 2012 Labs 04 June 2012 1 Outline What is the cloud? Background Architecture OpenStack Nova OpenStack Glance 2 What is the Cloud?

More information

POWERED BY OPENSTACK. Powered by OpenStack. Globo.Tech GloboTech Communications

POWERED BY OPENSTACK. Powered by OpenStack. Globo.Tech GloboTech Communications PRIVATE PRIVATE CLOUD CLOUD POWERED BY OPENSTACK Powered by OpenStack Globo.Tech GloboTech Communications sales@globo.tech TABLE OF CONTENT 2 EXECUTIVE SUMMARY...3 OPENSTACK... 4 INFRASTRUCTURE... 8 GLOBOTECH...

More information

Actual Agility with SDN: Weaving SDN into Data Center Automation May 6, John Burke Principal Research Analyst & CIO

Actual Agility with SDN: Weaving SDN into Data Center Automation May 6, John Burke Principal Research Analyst & CIO Actual Agility with SDN: Weaving SDN into Data Center Automation May 6, 2016 John Burke Principal Research Analyst & CIO john@nemertes Agenda ± Introductions ± SDN Adoption ± Cloud Management Adoption

More information

Minimal OpenStack Starting Your OpenStack Journey

Minimal OpenStack Starting Your OpenStack Journey Minimal OpenStack Starting Your OpenStack Journey Sean Dague / Aug 19th, 2015 Twitter: @sdague Blog: dague.net The Mission of OpenStack "To produce the ubiquitous Open Source Cloud Computing platform that

More information

High Availability for Enterprise Clouds: Oracle Solaris Cluster and OpenStack

High Availability for Enterprise Clouds: Oracle Solaris Cluster and OpenStack High Availability for Enterprise Clouds: Oracle Solaris Cluster and OpenStack Eve Kleinknecht Principal Product Manager Thorsten Früauf Principal Software Engineer November 18, 2015 Safe Harbor Statement

More information

Cloud Computing. Amazon Web Services (AWS)

Cloud Computing. Amazon Web Services (AWS) Cloud Computing What is Cloud Computing? Benefit of cloud computing Overview of IAAS, PAAS, SAAS Types Of Cloud private, public & hybrid Amazon Web Services (AWS) Introduction to Cloud Computing. Introduction

More information

DEEP DIVE: OPENSTACK COMPUTE

DEEP DIVE: OPENSTACK COMPUTE DEEP DIVE: OPENSTACK COMPUTE Stephen Gordon Technical Product Manager, Red Hat @xsgordon AGENDA OpenStack architecture refresher Compute architecture Instance life cycle Scaling compute

More information

Adobe Digital Marketing s IT Transformation with OpenStack

Adobe Digital Marketing s IT Transformation with OpenStack Adobe Digital Marketing s IT Transformation with OpenStack OPENSTACK CASE STUDY Contributors: Frans van Rooyen, Compute Platform Architect, Adobe Systems Timothy Gelter, Compute Platform Systems Engineer,

More information

File system, 199 file trove-guestagent.conf, 40 flavor-create command, 108 flavor-related APIs list, 280 show details, 281 Flavors, 107

File system, 199 file trove-guestagent.conf, 40 flavor-create command, 108 flavor-related APIs list, 280 show details, 281 Flavors, 107 Index A Amazon AWS, 7, 10 Amazon RDS DBaaS solutions, 10 service vs. platform, 8 single-tenant DBaaS solution, 6 Amazon RedShift DBaaS solutions, 10 single-tenant DBaaS solution, 6 AMD-V, 17 AMQP server

More information

Deploying TeraVM in an OpenStack Environment

Deploying TeraVM in an OpenStack Environment Application Note Deploying TeraVM in an OpenStack Environment VIAVI Solutions TeraVM in OpenStack* is revolutionizing IP testing! Never before has it been as easy or cost effective to scale test traffic

More information

Renovating your storage infrastructure for Cloud era

Renovating your storage infrastructure for Cloud era Renovating your storage infrastructure for Cloud era Nguyen Phuc Cuong Software Defined Storage Country Sales Leader Copyright IBM Corporation 2016 2 Business SLAs Challenging Traditional Storage Approaches

More information

The Cloud, the Software-defined Enterprise and OpenStack

The Cloud, the Software-defined Enterprise and OpenStack The Cloud, the Software-defined Enterprise and OpenStack Christian Spindeldreher Enterprise Technologist, Dell Workshop della Commissione Calcolo e Reti dell'infn 28.05.2014 Catania, Italy Delivery Deployment

More information

NephOS. A Single Turn-key Solution for Public, Private, and Hybrid Clouds

NephOS. A Single Turn-key Solution for Public, Private, and Hybrid Clouds NephOS A Single Turn-key Solution for Public, Private, and Hybrid Clouds What is NephOS? NephoScale NephOS is a turn-key OpenStack-based service-provider-grade cloud software suite designed for multi-tenancy.

More information

The Latest EMC s announcements

The Latest EMC s announcements The Latest EMC s announcements Copyright 2014 EMC Corporation. All rights reserved. 1 TODAY S BUSINESS CHALLENGES Cut Operational Costs & Legacy More Than Ever React Faster To Find New Growth Balance Risk

More information

Cloud Computing introduction

Cloud Computing introduction Cloud and Datacenter Networking Università degli Studi di Napoli Federico II Dipartimento di Ingegneria Elettrica e delle Tecnologie dell Informazione DIETI Laurea Magistrale in Ingegneria Informatica

More information

EXIN Foundation Certificate in OpenStack Software. Version Newton. Sample Exam. Edition

EXIN Foundation Certificate in OpenStack Software. Version Newton. Sample Exam. Edition EXIN Foundation Certificate in OpenStack Software Version Newton Sample Exam Edition 201706 Copyright EXIN Holding B.V. 2017. All rights reserved. EXIN is a registered trademark. No part of this publication

More information

Human Centric. Innovation. OpenStack = Linux of the Cloud? Ingo Gering, Fujitsu Dirk Müller, SUSE

Human Centric. Innovation. OpenStack = Linux of the Cloud? Ingo Gering, Fujitsu Dirk Müller, SUSE OpenStack = Linux of the Cloud? Ingo Gering, Fujitsu Dirk Müller, SUSE Introduction to OpenStack Software Defined Anything (SDx) Containers and container orchestration with OpenStack Magnum Providing Bare

More information

Launching StarlingX. The Journey to Drive Compute to the Edge Pilot Project Supported by the OpenStack

Launching StarlingX. The Journey to Drive Compute to the Edge Pilot Project Supported by the OpenStack Launching StarlingX The Journey to Drive Compute to the Edge Pilot Project Supported by the OpenStack Foundation Ian Jolliffe, WIND RIVER SYSTEMS Director Engineering @ian_jolliffe Project Overview An

More information

The intelligence of hyper-converged infrastructure. Your Right Mix Solution

The intelligence of hyper-converged infrastructure. Your Right Mix Solution The intelligence of hyper-converged infrastructure Your Right Mix Solution Applications fuel the idea economy SLA s, SLA s, SLA s Regulations Latency Performance Integration Disaster tolerance Reliability

More information

EMC Smarts SAM, IP, ESM, MPLS, NPM, OTM, and VoIP Managers 9.5 Support Matrix

EMC Smarts SAM, IP, ESM, MPLS, NPM, OTM, and VoIP Managers 9.5 Support Matrix EMC Smarts SAM, IP, ESM, MPLS, NPM, OTM, and VoIP Managers 9.5 Version 9.5.0.0 302-003-622 REV 01 Abstract Smarts 9.5 Suite can be installed in a typical or a fully distributed, multi-machine production

More information

Choosing an Interface

Choosing an Interface White Paper SUSE Enterprise Storage SUSE Enterprise Storage is a versatile, self-healing, and fault-tolerant storage alternative. The Ceph storage system embedded in SUSE Enterprise Storage is an object-based

More information

Cloud Computing & Big Data

Cloud Computing & Big Data Cloud Computing & Big Data PARALLEL & SCALABLE MACHINE LEARNING & DEEP LEARNING Prof. Dr. Ing. Morris Riedel Adjunct Associated Professor School of Engineering and Natural Sciences, University of Iceland

More information

Using the IBM DS8870 in an OpenStack Cloud Environment IBM Redbooks Solution Guide

Using the IBM DS8870 in an OpenStack Cloud Environment IBM Redbooks Solution Guide Using the IBM DS8870 in an OpenStack Cloud Environment IBM Redbooks Solution Guide OpenStack is being developed as an industry standard cloud-computing project. It was started by Rackspace Cloud and NASA

More information

OpenStack Foundation Update

OpenStack Foundation Update OpenStack Foundation Update Boris Renski brenski@mirantis.com @zer0tweets http://wiki.openstack.org/mailinglists http://wiki.openstack.org/governance/foundation Road to the Foundation Announced plans October

More information

NTT Com Press Conference March 1, 2016 #enterprisecloud

NTT Com Press Conference March 1, 2016 #enterprisecloud NTT Com Press Conference March 1, 2016 #enterprisecloud 1 Significant Enhancement of Enterprise Cloud - Realizing Digital Transformation - NTT Communications March 1, 2016 2 NTT Communications Initiatives

More information

FAIM 14. Cloud Computing. Paul Rad Rackspace, Inc. VP Technology

FAIM 14. Cloud Computing. Paul Rad Rackspace, Inc. VP Technology FAIM 14 Flexible Automation & Intelligent Manufacturing 24th International Conference San Antonio Texas U.S.A. Cloud Computing Paul Rad Rackspace, Inc. VP Technology 1 Organizations are building clouds

More information

VMware + OpenStack. Dan Wendlandt Director of Product Management VMware VMware Inc. All rights reserved.

VMware + OpenStack. Dan Wendlandt Director of Product Management VMware VMware Inc. All rights reserved. VMware + OpenStack Dan Wendlandt Director of Product Management OpenStack @ VMware VMware + OpenStack: A Fork in the Road? 2 VMware + OpenStack: Better Together An industry-wide APIs + tool ecosystem that

More information

Red Hat Cloud Platforms with Dell EMC. Quentin Geldenhuys Emerging Technology Lead

Red Hat Cloud Platforms with Dell EMC. Quentin Geldenhuys Emerging Technology Lead Red Hat Cloud Platforms with Dell EMC Quentin Geldenhuys Emerging Technology Lead qgeldenhuys@redhat.com Red Hat Mission To be the catalyst in communities of customers, contributors, and partners creating

More information

DATACENTER SERVICES DATACENTER

DATACENTER SERVICES DATACENTER SERVICES SOLUTION SUMMARY ALL CHANGE React, grow and innovate faster with Computacenter s agile infrastructure services Customers expect an always-on, superfast response. Businesses need to release new

More information

OpenStack Changing the shape of Open Source Cloud Computing. Tom Fifield Community Manager, OpenStack Foundation

OpenStack Changing the shape of Open Source Cloud Computing. Tom Fifield Community Manager, OpenStack Foundation 1 OpenStack Changing the shape of Open Source Cloud Computing Tom Fifield Community Manager, OpenStack Foundation tom@openstack.org 3 What is OpenStack? More than cloud infrastructure software a global

More information

OpenStack and OpenDaylight, the Evolving Relationship in Cloud Networking Charles Eckel, Open Source Developer Evangelist

OpenStack and OpenDaylight, the Evolving Relationship in Cloud Networking Charles Eckel, Open Source Developer Evangelist OpenStack and OpenDaylight, the Evolving Relationship in Cloud Networking Charles Eckel, Open Source Developer Evangelist Agenda Introduction OpenStack OpenDaylight OPNFV Putting it all Together Conclusion

More information

Application Centric Microservices Ken Owens, CTO Cisco Intercloud Services. Redhat Summit 2015

Application Centric Microservices Ken Owens, CTO Cisco Intercloud Services. Redhat Summit 2015 Application Centric Microservices Ken Owens, CTO Cisco Intercloud Services Redhat Summit 2015 Agenda Introduction Why Application Centric Application Deployment Options What is Microservices Infrastructure

More information

Enabling Fast IT. In the IoE era. Alberto Degradi DCV Sales Leader. November 2014

Enabling Fast IT. In the IoE era. Alberto Degradi DCV Sales Leader. November 2014 Enabling Fast IT In the IoE era Alberto Degradi DCV Sales Leader November 2014 Agenda IT Challenges Today EMC + Cisco + Intel Cisco Unified Data Center Joint Data Center Solutions Cisco Confidential 2

More information

HPE Digital Learner OpenStack Content Pack

HPE Digital Learner OpenStack Content Pack Content Pack data sheet HPE Digital Learner OpenStack Content Pack HPE Content Pack number Content Pack category Content Pack length Learn more CP001 Category 1 20 Hours View now Why HPE Education Services?

More information

OpenStack Ceilometer. Tong Li (IBM) Brad Topol (IBM)

OpenStack Ceilometer. Tong Li (IBM) Brad Topol (IBM) OpenStack Ceilometer Tong Li (IBM) Brad Topol (IBM) Agenda What is Ceilometer? Brief history of Ceilometer Meters of Ceilometer Workflow Ceilometer Architect & Building Blocks Collecting Process Pipeline

More information

Cisco Cloud Strategy. Uwe Müller. Leader PreSales Cloud & Datacenter Germany

Cisco Cloud Strategy. Uwe Müller. Leader PreSales Cloud & Datacenter Germany Cisco Cloud Strategy Uwe Müller Leader PreSales Cloud & Datacenter Germany 277X Data created by IoE devices v. end-user 30M New devices connected every week 180B Mobile apps downloaded in 2015 78% Workloads

More information

Overview. SUSE OpenStack Cloud Monitoring

Overview. SUSE OpenStack Cloud Monitoring Overview SUSE OpenStack Cloud Monitoring Overview SUSE OpenStack Cloud Monitoring Publication Date: 08/04/2017 SUSE LLC 10 Canal Park Drive Suite 200 Cambridge MA 02141 USA https://www.suse.com/documentation

More information

Cisco CloudCenter Solution with Cisco ACI: Common Use Cases

Cisco CloudCenter Solution with Cisco ACI: Common Use Cases Cisco CloudCenter Solution with Cisco ACI: Common Use Cases Cisco ACI increases network security, automates communication policies based on business-relevant application requirements, and decreases developer

More information

Quantum, network services for Openstack. Salvatore Orlando Openstack Quantum core developer

Quantum, network services for Openstack. Salvatore Orlando Openstack Quantum core developer Quantum, network services for Openstack Salvatore Orlando sorlando@nicira.com Openstack Quantum core developer Twitter- @taturiello Caveats Quantum is in its teenage years: there are lots of things that

More information

HPE Hyper Converged. Mohannad Daradkeh Data center and Hybrid Cloud Architect Hewlett-Packard Enterprise Saudi Arabia

HPE Hyper Converged. Mohannad Daradkeh Data center and Hybrid Cloud Architect Hewlett-Packard Enterprise Saudi Arabia HPE Hyper Converged Mohannad Daradkeh Data center and Hybrid Cloud Architect Hewlett-Packard Enterprise Saudi Arabia Transform to a hybrid infrastructure Accelerate the delivery of apps and services to

More information

Adding Speed and Agility to Virtualized Infrastructure with OpenStack

Adding Speed and Agility to Virtualized Infrastructure with OpenStack Adding Speed and Agility to Virtualized Infrastructure with OpenStack OPENSTACK WHITE PAPER Contributors: Amr Abdelrazik, Manager, Product Marketing, OpenStack Cloud Platform, VMware Greg Bunce, Intel

More information

OpenStack: Aligning forces for good 2017 Board Kick Off

OpenStack: Aligning forces for good 2017 Board Kick Off 01.24.2017 OpenStack: Aligning forces for good 2017 Board Kick Off MARK COLLIER In 2013, in a galaxy far, far away (Portland) 2010-2015: Each force grew #StrongerTogether Ecosystem: Added more than 600

More information

OpenStack Lab on VMware Workstation Setting up the All-In-One VM

OpenStack Lab on VMware Workstation Setting up the All-In-One VM OpenStack Lab on VMware Workstation Setting up the All-In-One VM In our first post, we got to the start of the OpenStack install using the Rackspace Private Cloud ISO (Alamo). Because we had to set up

More information

Introduction to OpenStack Trove

Introduction to OpenStack Trove Introduction to OpenStack Trove A multi-database deployment Doug Shelley - Tesora Michael Basnight - Rackspace Agenda What is Trove How to Install Trove A look at the Trove API Multi-Database demonstration

More information

Bringing OpenStack to the Enterprise. An enterprise-class solution ensures you get the required performance, reliability, and security

Bringing OpenStack to the Enterprise. An enterprise-class solution ensures you get the required performance, reliability, and security Bringing OpenStack to the Enterprise An enterprise-class solution ensures you get the required performance, reliability, and security INTRODUCTION Organizations today frequently need to quickly get systems

More information

When (and how) to move applications from VMware to Cisco Metacloud

When (and how) to move applications from VMware to Cisco Metacloud White Paper When (and how) to move applications from VMware to Cisco Metacloud What You Will Learn This white paper will explain when to migrate various applications running in VMware virtual machines

More information

OpenStack and Hadoop. Achieving near bare-metal performance for big data workloads running in a private cloud ABSTRACT

OpenStack and Hadoop. Achieving near bare-metal performance for big data workloads running in a private cloud ABSTRACT OpenStack and Hadoop Achieving near bare-metal performance for big data workloads running in a private cloud ABSTRACT IT organizations are increasingly turning to the open source Apache Hadoop software

More information