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

Size: px
Start display at page:

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

Transcription

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

2 Presenters Kenneth Hui Dan Radez OpenStack Evangelist Sr. Software Engineer Rackspace Red Hat IRC: radez 2 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

3 The OpenStack Story

4 The That Started It All 4 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

5 The Birth Of OPENSTACK 5 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

6 The Open Source Project 6 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

7 Recent User Adoption Trends Enterprise Private Cloud Public Cloud Telecom & NFV Research & Big Data 7 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

8 What Is OpenStack?

9 Automation and Orchestration Of IT Resources 9 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

10 In A Loosely Coupled Architecture 10 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

11 To Deliver Self-Service IT Rapidly At Scale 11 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

12 OpenStack Reference Architecture 12 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

13 Consumption Models Public Private Cloud Distro Private Cloud as a Service Off-Premises On-Premises On or Off Premises Shared Infrastructure Dedicated Infrastructure Dedicated Infrastructure No deployment required/ Upgrades by vendor Deployments and upgrades by customer or vendor Deployment and upgrades by vendor Operated by vendor Operated by customer Operated by vendor 13 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

14 OpenStack Vendors (Sample) Public Private Cloud Distro Private Cloud as a Service Dreamhost Mirantis Cisco GoDaddy Red Hat IBM Blue Box Internap SUSE Platform9 Rackspace Ubuntu Rackspace Rackspace with Red Hat 14 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

15 Rackspace OpenStack Private Cloud Options 15 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

16 Red Hat OpenStack Options 16 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

17 Learning OpenStack

18 Resources To Get You Started The OpenStack Foundation Official OpenStack Documentation The OpenStack Cloud Computing Cookbook (Third Edition) OpenStack Essentials 18 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

19 Join The OpenStack Community 19 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

20 Let's Get Going!

21 REDHAT'S COMMUNITY DISTRIBUTION 21 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

22 OVERVIEW 22 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

23 OVERVIEW 23 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

24 OVERVIEW 24 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

25 OVERVIEW 25 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

26 OVERVIEW 26 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

27 OVERVIEW 27 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

28 OVERVIEW 28 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

29 OVERVIEW 29 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

30 DASHBOARD: WEB INTERFACE 30 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

31 DASHBOARD: WEB INTERFACE Web based interface for managing OpenStack Modular design 31 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

32 DASHBOARD: WEB INTERFACE $ vagrant up $ vagrant ssh $ sudo -i $ cat keystonerc_admin 32 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

33 CONNECT TO THE DASHBOARD

34 COMMAND LINE INTERFACE Converged CLI Component CLI $ openstack help $ keystone help $ keystone help user-create $ glance help 34 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

35 KEYSTONE: IDENTITY MANAGEMENT 35 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

36 KEYSTONE: IDENTITY MANAGEMENT Centralized identity service Central catalog of services Multiple authentication options Username / Password / Token OAuth Apache REMOTE_USER 36 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

37 CREATE A USER

38 GLANCE: IMAGE MANAGEMENT 38 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

39 GLANCE: IMAGE MANAGEMENT Registry for virtual disk images Images used as base for new instances Many pre-built images available 39 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

40 ADD AN IMAGE

41 NEUTRON: NETWORK MANAGEMENT 41 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

42 NEUTRON: NETWORK MANAGEMENT Networking as a service Modular architecture Design Features Central or distributed arch Network subnet, and port abstrations Plugin arch supports many technologies 42 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

43 ADD A NETWORK

44 NOVA: INSTANCE MANAGEMENT 44 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

45 NOVA: INSTANCE MANAGEMENT Manages virtual machines on hypervisors Provides virtual servers on demand Design Features Designed to scale horizontally Designed for standard hardware 45 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

46 BOOT AN INSTANCE

47 NEUTRON: PROVIDER NETWORKS Provides non-project network access to instances Technical Design Project network Project router External Network 47 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

48 NEUTRON: PROVIDER NETWORKS CIDR: /28 Tenant: service Gateway: Disable DHCP Allocation pool: , OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

49 CONFIGURE PROVIDER NETWORK

50 CINDER: BLOCK STORAGE 50 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

51 CINDER: BLOCK STORAGE Manages virtual persistent block storage volumes Snapshot capabilitiy 51 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

52 CREATE, ATTACH AND MOUNT A VOLUME

53 SWIFT: OBJECT STORAGE 53 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

54 SWIFT: OBJECT STORAGE Simple file storage and retrieval Multiple backing store options 54 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

55 CREATE A CONTAINER AND UPLOAD AN OBJECT

56 INSTALLATION METHODS RDO Packstack Triple-O RH OPENSTACK PLATFORM OSP Director 56 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

57 REVIEW 57 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

58 RESOURCES Rackspace: Red Hat: RDO: OpenStack: TryStack Vagrantfile OpenStackSummitAustin2016.pdf 58 OPENSTACK SUMMIT :: AUSTIN, TX :: APRIL 2016

59

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

Architecture and terminology

Architecture and terminology Architecture and terminology Guy Carmin RHCE, RHCI, RHCVA, RHCSA Solution Architect IGC, Red Hat Roei Goldenberg RHCE Linux Consultant and Cloud expert, Matrix May 2015 Agenda RHEL-OSP services modules

More information

CLOUD INFRASTRUCTURE ARCHITECTURE DESIGN

CLOUD INFRASTRUCTURE ARCHITECTURE DESIGN CLOUD INFRASTRUCTURE ARCHITECTURE DESIGN Dan Radez OpenStack Red Hat Brad Ascar CloudForms Red Hat Agenda Red Hat OpenStack Platform Installation OpenStack Architecture Highly Available OpenStack Red Hat

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

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

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

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

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

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

OpenStack. Architecture and Operation. OpenStack Tutorial Day 2. Kasidit Chanchio Vasabilab, Thammasat University

OpenStack. Architecture and Operation. OpenStack Tutorial Day 2. Kasidit Chanchio Vasabilab, Thammasat University OpenStack Architecture and Operation OpenStack Tutorial Day 2 Kasidit Chanchio Vasabilab, Thammasat University How OpenStack Components work Components in our focuses: Keystone Nova Glance Networking Orchrestration

More information

Quick Start Guide to Compute Canada Cloud Service

Quick Start Guide to Compute Canada Cloud Service Quick Start Guide to Compute Canada Cloud Service Launching your first instance (VM) Login to the East or West cloud Dashboard SSH key pair Importing an existing key pair Creating a new key pair Launching

More information

Getting Started with OpenStack

Getting Started with OpenStack Getting Started with OpenStack Charles Eckel, Developer Evangelist, Cisco DevNet @eckelcu Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session 1. Find this session

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

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

Best Practice Deployment of F5 App Services in Private Clouds. Henry Tam, Senior Product Marketing Manager John Gruber, Sr. PM Solutions Architect

Best Practice Deployment of F5 App Services in Private Clouds. Henry Tam, Senior Product Marketing Manager John Gruber, Sr. PM Solutions Architect Best Practice Deployment of F5 App Services in Private Clouds Henry Tam, Senior Product Marketing Manager John Gruber, Sr. PM Solutions Architect Agenda 1 2 3 4 5 The trend of data center, private cloud

More information

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

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

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

Welcome to Manila: An OpenStack File Share Service. May 14 th, 2014

Welcome to Manila: An OpenStack File Share Service. May 14 th, 2014 Welcome to Manila: An OpenStack File Share Service May 14 th, 2014 1 Who s who? 2 Agenda Project Overview Demo API Overview Architecture Discussion Driver Details Project Status & Upcoming Features Q &

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

DEPLOYING NFV: BEST PRACTICES

DEPLOYING NFV: BEST PRACTICES DEPLOYING NFV: BEST PRACTICES Rimma Iontel Senior Cloud Architect, Cloud Practice riontel@redhat.com Julio Villarreal Pelegrino Principal Architect, Cloud Practice julio@redhat.com INTRODUCTION TO NFV

More information

OpenStack Manila An Overview of Manila Liberty & Mitaka

OpenStack Manila An Overview of Manila Liberty & Mitaka OpenStack Manila An Overview of Manila Liberty & Mitaka PRESENTATION TITLE GOES HERE October 7, 2015 SNIA Legal Notice! The material contained in this tutorial is copyrighted by the SNIA unless otherwise

More information

Introduction to Neutron. Network as a Service

Introduction to Neutron. Network as a Service Introduction to Neutron Network as a Service Assaf Muller, Associate Software Engineer, Cloud Networking, Red Hat assafmuller.wordpress.com, amuller@redhat.com, amuller on Freenode (#openstack) The Why

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

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

OpenStack End User Guide. SUSE OpenStack Cloud 8

OpenStack End User Guide. SUSE OpenStack Cloud 8 OpenStack End User Guide SUSE OpenStack Cloud 8 OpenStack End User Guide SUSE OpenStack Cloud 8 ABSTRACT OpenStack is an open-source cloud computing platform for public and private clouds. A series of

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

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

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

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

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

CS-580K/480K Advanced Topics in Cloud Computing. OpenStack

CS-580K/480K Advanced Topics in Cloud Computing. OpenStack CS-580K/480K dvanced Topics in Cloud Computing OpenStack 1 Where we are 2 Virtualization Layer Operating System 1 2 3 4 Operating System 1 2 3 4 Operating System 1 2 3 4 VM1 VM2 VM3 Virtualization Layer

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

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

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 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

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

"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

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

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Oded Nahum Principal Systems Engineer PLUMgrid EMEA November 2014 Page 1 Page 2 Table of Contents Table

More information

Using the vrealize Orchestrator OpenStack Plug-In 2.0. Modified on 19 SEP 2017 vrealize Orchestrator 7.0

Using the vrealize Orchestrator OpenStack Plug-In 2.0. Modified on 19 SEP 2017 vrealize Orchestrator 7.0 Using the vrealize Orchestrator OpenStack Plug-In 2.0 Modified on 19 SEP 2017 vrealize Orchestrator 7.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

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

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

CISE Research Infrastructure: Mid-Scale Infrastructure - NSFCloud (CRI: NSFCloud)

CISE Research Infrastructure: Mid-Scale Infrastructure - NSFCloud (CRI: NSFCloud) Chameleon Cloud Tutorial National Science Foundation Program Solicitation # NSF 13-602 CISE Research Infrastructure: Mid-Scale Infrastructure - NSFCloud (CRI: NSFCloud) Cloud - API Objectives In this tutorial,

More information

INSTALLATION RUNBOOK FOR. VNF (virtual firewall) 15.1X49-D30.3. Liberty. Application Type: vsrx Version: MOS Version: 8.0. OpenStack Version:

INSTALLATION RUNBOOK FOR. VNF (virtual firewall) 15.1X49-D30.3. Liberty. Application Type: vsrx Version: MOS Version: 8.0. OpenStack Version: INSTALLATION RUNBOOK FOR Juniper vsrx Application Type: vsrx Version: VNF (virtual firewall) 15.1X49-D30.3 MOS Version: 8.0 OpenStack Version: Liberty 1 Introduction 1.1 Target Audience 2 Application Overview

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

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

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

IBM Cloud Orchestrator Version User's Guide IBM

IBM Cloud Orchestrator Version User's Guide IBM IBM Cloud Orchestrator Version 2.5.0.4 User's Guide IBM IBM Cloud Orchestrator Version 2.5.0.4 User's Guide IBM Note Before you use this information and the product it supports, read the information in

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

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

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

Enterprise Journey to OpenStack Adoption: Real World Stories

Enterprise Journey to OpenStack Adoption: Real World Stories 1 Enterprise Journey to OpenStack Adoption: Real World Stories 2 Atsushi Koga, IT Architect Markus Winter, Chief Product Owner, Cloud Management 3 4 Private OpenStack Cloud Deployment for Kirin Company.

More information

Building your Private Cloud with Red Hat OpenStack & Red Hat CEPH Storage from POC to Production deployment in 2 weeks

Building your Private Cloud with Red Hat OpenStack & Red Hat CEPH Storage from POC to Production deployment in 2 weeks Building your Private Cloud with Red Hat OpenStack & Red Hat CEPH Storage from POC to Production deployment in 2 weeks Daniel Vaknin Cloud & Infrastructure Solutions Specialist TeraSky Date: November 16

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

Deployment Guide for Nuage Networks VSP

Deployment Guide for Nuage Networks VSP Page 1 of 29 view online Overview This document discusses the deployment and configuration of Avi Vantage Load Balancer in a Nuage Networks integrated OpenStack platform for a single tenant mode. The following

More information

Deployment Guide for Nuage Networks VSP

Deployment Guide for Nuage Networks VSP Page 1 of 11 view online Overview This document discusses the deployment and configuration of Avi Vantage Load Balancer in a Nuage Networks integrated OpenStack platform for a single tenant mode. The following

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

Friday, November 8, 13

Friday, November 8, 13 OpenStack Deployment with Chef Workshop November 8, 2013 Justin Shepherd Matt Ray Getting Started Instructions: http://bit.ly/hkchef Download mirrors at: http://119.9.70.64 http://192.168.1.10 SSID 'opscode-dd-wrt'

More information

VMware Integrated OpenStack with Kubernetes Getting Started Guide. VMware Integrated OpenStack 4.0

VMware Integrated OpenStack with Kubernetes Getting Started Guide. VMware Integrated OpenStack 4.0 VMware Integrated OpenStack with Kubernetes Getting Started Guide VMware Integrated OpenStack 4.0 VMware Integrated OpenStack with Kubernetes Getting Started Guide You can find the most up-to-date technical

More information

ganeti Comparing IaaS VMware vs OpenStack vs Google s Ganeti November 2013 Giuseppe Gippa Paternò

ganeti Comparing IaaS VMware vs OpenStack vs Google s Ganeti November 2013 Giuseppe Gippa Paternò ganeti Comparing IaaS VMware vs OpenStack vs Google s Ganeti November 2013 Giuseppe Gippa Paternò Knowing Gippa... EMEA Cloud Solution Architect for Canonical (the company behind Ubuntu). In this role

More information

THE CEPH POWER SHOW. Episode 2 : The Jewel Story. Daniel Messer Technical Marketing Red Hat Storage. Karan Singh Sr. Storage Architect Red Hat Storage

THE CEPH POWER SHOW. Episode 2 : The Jewel Story. Daniel Messer Technical Marketing Red Hat Storage. Karan Singh Sr. Storage Architect Red Hat Storage THE CEPH POWER SHOW Episode 2 : The Jewel Story Karan Singh Sr. Storage Architect Red Hat Storage Daniel Messer Technical Marketing Red Hat Storage Kyle Bader Sr. Storage Architect Red Hat Storage AGENDA

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

Building a Video Optimized Private Cloud Platform on Cisco Infrastructure Rohit Agarwalla, Technical

Building a Video Optimized Private Cloud Platform on Cisco Infrastructure Rohit Agarwalla, Technical Building a Video Optimized Private Cloud Platform on Cisco Infrastructure Rohit Agarwalla, Technical Leader roagarwa@cisco.com, @rohitagarwalla DEVNET-1106 Agenda Cisco Media Blueprint Media Workflows

More information

Red Hat OpenStack Platform 10

Red Hat OpenStack Platform 10 Red Hat OpenStack Platform 10 OpenStack Integration Test Suite Guide Introduction to the OpenStack Integration Test Suite Last Updated: 2018-03-22 Red Hat OpenStack Platform 10 OpenStack Integration Test

More information

Analyzing Performance of OpenStack with Grafana Dashboards

Analyzing Performance of OpenStack with Grafana Dashboards Analyzing Performance of OpenStack with Grafana Dashboards GrafanaCon EU 2018 Alex Krzos Senior Software Engineer March 2nd 2018 Agenda What is OpenStack Example Perf and Scale Analysis What is the problem?

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

Amalgamating Manila and Swift for

Amalgamating Manila and Swift for Amalgamating Manila and Swift for Unified Data Sharing Across Instances Bill Owen Sandeep Patil Gaurang Tapase Simon Lorenz Brian Nelson Sr Software Engineer STSM Software Engineer Software Engineer Software

More information

The ScaleIO plugin for Fuel Documentation

The ScaleIO plugin for Fuel Documentation The ScaleIO plugin for Fuel Documentation Release 2.1-2.1.1-1 EMC Corporation September 13, 2016 CONTENTS 1 Plugin Guide 1 1.1 Release Notes v2.1.1........................................... 1 1.2 Introduction...............................................

More information

VMware Integrated OpenStack User Guide. VMware Integrated OpenStack 4.1

VMware Integrated OpenStack User Guide. VMware Integrated OpenStack 4.1 VMware Integrated OpenStack User Guide VMware Integrated OpenStack 4.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

Highly Available OpenStack Deployments with NetApp & Red Hat's OpenStack platform June 26, 2015

Highly Available OpenStack Deployments with NetApp & Red Hat's OpenStack platform June 26, 2015 Highly Available OpenStack Deployments with NetApp & Red Hat's OpenStack platform June 26, 2015 Jeff Applewhite Technical Marketing Engineer, Cloud Solutions Group, NetApp 1 Introductions 2 Introduction

More information

So Many Distributions! Information for Selecting One for a Proof of Concept

So Many Distributions! Information for Selecting One for a Proof of Concept So Many Distributions! Information for Selecting One for a Proof of Concept Bruce Basil Mathews Senior Solutions Architect www.mirantis.com Copyright 2015 Mirantis, Inc. All rights reserved Notes Regarding

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

OpenStackFundamentals Workshop

OpenStackFundamentals Workshop OpenStackFundamentals Workshop (Deploy OpenStack Newton w/ Kolla-Ansible) @OpenStack-Cologne Meetup 2016 June, 29th Arash Kaffamanesh @kaffamanesh About OpenStack-Cologne Meetup Initiated: April 2014 Meetups:

More information

VMware Integrated OpenStack User Guide

VMware Integrated OpenStack User Guide VMware Integrated OpenStack User Guide VMware Integrated OpenStack 3.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

GlusterFS Cloud Storage. John Mark Walker Gluster Community Leader, RED HAT

GlusterFS Cloud Storage. John Mark Walker Gluster Community Leader, RED HAT GlusterFS Cloud Storage John Mark Walker Gluster Community Leader, RED HAT Adventures in Cloud Storage John Mark Walker Gluster Community Leader November 8, 2013 Topics Usage and Performance GlusterFS

More information

INSTALLATION RUNBOOK FOR Triliodata + TrilioVault

INSTALLATION RUNBOOK FOR Triliodata + TrilioVault INSTALLATION RUNBOOK FOR Triliodata + TrilioVault Application Type: [Backup and disaster recovery] Application Version: [2.1] MOS Version: [7.0] OpenStack version: [Kilo] Content Document History 1 Introduction

More information

VMware Integrated OpenStack Administrator Guide

VMware Integrated OpenStack Administrator Guide VMware Integrated OpenStack Administrator Guide VMware Integrated OpenStack 2.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

What s New in Newton. Emily Hugenbruch, Advisory Software

What s New in Newton. Emily Hugenbruch, Advisory Software What s New in Newton Emily Hugenbruch, Advisory Software Engineer, @ekhugen IBM s z/vm Cloud Stack approach 1. z/vm drivers provided to the OpenStack community z/vm drivers are currently open source, part

More information

Alternatives for Improving OpenStack Networking to Address NFV Needs

Alternatives for Improving OpenStack Networking to Address NFV Needs Alternatives for Improving OpenStack Networking to Address NFV Needs Margaret Chiosi AT&T Labs Distinguished Network Architect Open Platform for NFV OPNFV President (Linux Foundation) Ian Wells Principal

More information

OpenStack Icehouse on IPv6

OpenStack Icehouse on IPv6 OpenStack Icehouse on IPv6 Shixiong Shang v1.3 Agenda Introduction Overview Use Cases Design and Implementation Demo Next Steps 2 Introduction Nephos6 Founded in June, 2011 Service assurance company Twitter:

More information

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

COMP4442. Service and Cloud Computing. Lecture 04: OpenStack. Prof. George Baciu PQ838. COMP4442 Service and Cloud Computing Lecture 04: OpenStack www.comp.polyu.edu.hk/~csgeorge/comp4442 Prof. George Baciu PQ838 csgeorge@comp.polyu.edu.hk 2/5/2018 COMP4442 Cloud Computing Lecture 04 George

More information

Distributed Systems. 31. The Cloud: Infrastructure as a Service Paul Krzyzanowski. Rutgers University. Fall 2013

Distributed Systems. 31. The Cloud: Infrastructure as a Service Paul Krzyzanowski. Rutgers University. Fall 2013 Distributed Systems 31. The Cloud: Infrastructure as a Service Paul Krzyzanowski Rutgers University Fall 2013 December 12, 2014 2013 Paul Krzyzanowski 1 Motivation for the Cloud Self-service configuration

More information

OpenStack and Beyond Built on ProphetStor Federator

OpenStack and Beyond Built on ProphetStor Federator Whitepaper: OpenStack and Beyond Built on ProphetStor Federator OpenStack and Beyond Built on ProphetStor Federator AUGUST 2016 For more info, visit prophetstor.com OpenStack and Beyond Built on ProphetStor

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

getting started guide

getting started guide Pure commitment. getting started guide Cloud Native Infrastructure version 2.0 Contents Introduction... 3 Intended audience... 3 Logging in to the Cloud Native Infrastructure dashboard... 3 Creating your

More information

What s New with VMware vcloud Director 9.1. Feature Overview

What s New with VMware vcloud Director 9.1. Feature Overview vcloud Director 9.1 Feature Overview What s New with VMware 3 Manage and consume with Confidence 4 Enhanced Tenant Portal 4 HTML 5 Provider Portal 5 Standalone VMRC 5 User Interface Extensibility 5 Service

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

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

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

SUBSCRIPTION OVERVIEW

SUBSCRIPTION OVERVIEW RED HAT OPENSTACK PLATFORM SUBSCRIPTION OVERVIEW TECHNOLOGY OVERVIEW INTRODUCTION This overview outlines your Red Hat OpenStack Platform subscription options to help you choose the best solution for your

More information

VSEC FOR OPENSTACK R80.10

VSEC FOR OPENSTACK R80.10 16 October 2017 VSEC FOR OPENSTACK R80.10 Administration Guide Protected 2017 Check Point Software Technologies Ltd. All rights reserved. This product and related documentation are protected by copyright

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

Fully Scalable Networking with MidoNet

Fully Scalable Networking with MidoNet Fully Scalable ing with MidoNet Sandro Mathys Community Manager Sandro Mathys MidoNet Community Manager at Midokura Former Linux Systems Engineer Long standing contributor to Fedora & RDO Twitter / Freenode

More information

Building Scaleable Cloud Infrastructure using the Red Hat OpenStack Platform

Building Scaleable Cloud Infrastructure using the Red Hat OpenStack Platform Building Scaleable Cloud Infrastructure using the Red Hat OpenStack Platform Will Foster Sr. Systems Engineer, Red Hat Dan Radez Sr. Software Engineer, Red Hat Kambiz Aghaiepour Principal Software Engineer,

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

HPE Helion OpenStack Carrier Grade 1.1 Release Notes HPE Helion

HPE Helion OpenStack Carrier Grade 1.1 Release Notes HPE Helion HPE Helion OpenStack Carrier Grade 1.1 Release Notes 2017-11-14 HPE Helion Contents HP Helion OpenStack Carrier Grade 1.1: Release Notes... 3 Changes in This Release... 3 Usage Caveats...4 Known Problems

More information

Fuel VMware DVS plugin testing documentation

Fuel VMware DVS plugin testing documentation Fuel VMware DVS plugin testing documentation Release 3.1-3.1.1-1 Mirantis Inc. Jan 31, 2017 CONTENTS 1 Testing documents 1 Test Plan for VMware DVS plugin version 3.1.1................................

More information

Comparison of OpenStack Installers

Comparison of OpenStack Installers P P IJISET - International Journal of Innovative Science, Engineering & Technology, Vol. 2 Issue 9, September 2015. Comparison of OpenStack Installers 1 2 Anshu AwasthiP P, Ravi GuptaP 1 PSoftware Engineer,

More information

OpenStack Technology Review & Demo

OpenStack Technology Review & Demo OpenStack Technology Review & Demo Egan Ford IBM Distinguished Engineer egan@us.ibm.com PPT s and Videos: http://xmission.com/~egan/cloud/! 2 Agenda IBM SmartCloud and OpenStack Cloud Taxonomy Some OpenStack

More information