Dynamic Resource Allocation and Management Using OpenStack

Size: px
Start display at page:

Download "Dynamic Resource Allocation and Management Using OpenStack"

Transcription

1 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, 2 Er.bhanubhushanparashar@gmail.com Abstract OpenStack is a set of software tools for building as well as managing cloud computing platforms for public and private clouds, it has a strong ecosystem and controls large pools of compute, storage, and networking resources throughout a datacenter, managed through a dashboard (Horizon). This paper include the introduction to OpenStack, its background with all release history and components of OpenStack. Further this paper contains OpenStack architecture as well as Conceptual Diagram and at last covering Introduction to Juno which is latest OpenStack release and introduce what new features added in OpenStack Juno. The aim of this paper is to show importance of OpenStack framework that enables efficient as well as dynamic management of virtualization, storage and networking of all resources with great flexibility and ease. Index Terms - Cloud Computing, OpenStack, IaaS, Icehouse, Juno, Kilo, Trove, Ironic, Zaqar and Sahara I. INTRODUCTION Cloud computing revolution continues to change the way organizations view their IT resources. OpenStack provides a common, open source platform that can be used by corporations, researchers, service providers as well as anyone else that wants to deploy a cloud. OpenStack lets users deploy virtual machines (VMs) and it makes horizontal scaling easy. OpenStack is an open source software, which means that anyone who chooses to can access source code, make any changes they need, and freely share these changes back out to the community at large. Important solution for OpenStack brings our proven cluster management software to OpenStack world making it easy to deploy a complete cloud over bare metal and also manage it effectively. II. OPENSTACK OpenStack is mainly a set of software tools for building as well as managing cloud computing platforms for public and private clouds. OpenStack cloud operating system turns all sets of hypervisors within a data centre or across multiple data centres into pools of resources, and these pools of resources can be consumed as well as managed from a single place which is dashboard. Administrators and users can go to its dashboard to perform their tasks in easy and fast manner, and one can create virtual machines (VMs), configure networks and manage volumes all from a single place. OpenStack is a free as well as open-source software cloud computing software platform, and OpenStack.org release it under the terms of Apache License. OpenStack community collaborates around 6 month, time-based release cycle with frequent development milestones. III. HISTORY Rackspace Hosting and NASA jointly launched an open source cloud software initiative known as OpenStack, In July The community's first official release, Austin, appeared four months later, with plans to release regular updates of software every few months. In, developers of Ubuntu Linux distribution adopted OpenStack with an unsupported technology preview of OpenStack Bexar release for Ubuntu Natty Narwhal, and Ubuntu's sponsor Canonical then introduced full support for OpenStack clouds, starting with OpenStack's Cactus release. OpenStack also became available in Debian Sid from OpenStack Cactus release in, as well as first release of Debian including OpenStack was Debian 7.0 (Wheezy), including OpenStack (Essex). In 2012, Red Hat announced a preview of their OpenStack distribution, beginning with the Essex release, and also Red Hat introduced commercial support for OpenStack with Grizzly release, in April HP announced HP Helion as well as released a preview of HP Helion OpenStack Community, beginning with Icehouse release in April S. No Release Date 21 October February 15 April 22 September IV. RELEASE HISTORY Release Name Austin Bexar Cactus Diablo 5 5 April 2012 Essex 6 27 September 2012 Folsom Included Component code names Nova, Swift Horizon, Keystone Quantum, Cinder

2 7 4 April 2013 Grizzly October April October 2014 Havana Icehous e Juno 11 April 2015 Kilo Quantum, Cinder Ceilometer Ceilometer, Trove Ceilometer, Trove Ceilometer, Trove, Ironic, Zaqar, Sahara powerful functionality for backing up data stored on block storage volumes, and Snapshots can be restored as well as used to create a new block storage volume. The flexible architecture provides creating as well as managing block storage devices very easily. D. OpenStack Networking (Neutron) OpenStack Networking ( Neutron, formerly Quantum) is a scalable, pluggable and API-driven system for managing networks and IP addresses. It provides an extension framework which can deploy as well as manage additional network services like intrusion detection systems (IDS), load balancing, firewalls, and virtual private networks (VPN). OpenStack networking (Neutron) is also useful for VLAN management, IP addresses management to different VMs and firewalls management. E. OpenStack Dashboard (Horizon) Horizon is the dashboard behind OpenStack, and also graphical interface to OpenStack. OpenStack Dashboard (Horizon) provides administrators as well as users a graphical interface to access, provision, and automate cloudbased resources. Table 1 Release History of OpenStack IV. COMPONENTS OF OPENSTACK OpenStack has a modular architecture and various code names for its components. There are many components of OpenStack such as: A. OpenStack Compute (Nova) OpenStack Compute (Nova) is a cloud computing fabric controller, that is main part of an IaaS system, and it allows user to create as well as manage virtual servers using machine images. OpenStack compute is the brain of Cloud and it provisions and manages large networks of virtual machines (VMs). B. OpenStack Object Storage (Swift) OpenStack Object Storage (Swift) is a scalable redundant storage system, and also it is a storage system for objects and files, as well as objects and files are written to multiple disk drives spread throughout servers in the data center, with OpenStack software responsible for ensuring data replication and integrity across cluster. Swift stores as well as retrieves unstructured data objects through HTTP based APIs, and it is also fault tolerant due to its data replication and scale out architecture. C. OpenStack Block Storage (Cinder) Cinder is a mainly block storage component, that is more analogous to traditional notion of a computer being able to access specific locations on a disk drive. This component provides persistent block level storage devices for use with OpenStack compute instances. Block storage system manages creation, attaching as well as detaching of block devices to servers. Snapshot management provides F. OpenStack Identity (Keystone) Keystone mainly provides identity services for OpenStack, and also provides multiple means of access, meaning developers can easily map their existing user access methods against Keystone. OpenStack Identity (Keystone) acts as a common authentication system across the cloud operating system and can integrate with existing backend directory services like LDAP, as well as supports multiple forms of authentication like standard username and password credentials, token-based systems and AWS-style logins. G. OpenStack Image Service (Glance) Glance provides image services to OpenStack, and it provides discovery, registration, and delivery services for disk as well as server images. Glance can used to store and catalog an unlimited number of backups, and it is only module which can add, delete, share, or duplicate images, as well as stores and retrieves the virtual machine disk image. H. OpenStack Telemetry (Ceilometer) OpenStack Telemetry Service (Ceilometer) mainly provides telemetry services that allow cloud to provide billing services to individual users of the cloud, as well as it monitors usage of the Cloud services and decides the billing accordingly. OpenStack Telemetry is used to decide the scalability as well as obtain the statistics regarding the usage. I. Orchestration (Heat) Heat allows developers to store requirements of a cloud application in a file which defines what resources are necessary for that application. Orchestration manages multiple Cloud applications through an OpenStack-native REST API and a CloudFormation-compatible Query API.

3 J. Database as a Service (Trove) Trove is a database-as-a-service provisioning relational as well as non-relational database engines. Cloud users, database administrators can provision as well as manage multiple database instances as needed. K. Bare Metal Provisioning (Ironic) Ironic is an incubated OpenStack project which aims to provision bare metal machines instead of virtual machines (VMs). Ironic was initially forked from the Nova Bare metal driver as well as has evolved into a separate program. Ironic can be extended with vendor-specific plugins to implement additional functionality. L. Multiple Tenant Cloud Messaging (Zaqar) Zaqar is mainly a multi-tenant cloud messaging service for Web developers. Cloud operators can leverage Zaqar to support same of SQS and SNS to their customers, as well as Zaqar was formerly known as Marconi. M. Elastic Map Reduce (Sahara) Sahara provide users with simple means to provision Hadoop clusters by specifying several parameters such as Hadoop version, cluster topology, nodes hardware details and more. Sahara provides means to scale already provisioned cluster by adding and removing worker nodes on demand, as well as after a user fills all parameters, Sahara easily deploys the cluster in a few minutes. N. Messaging as a Service (Marconi) Marconi is mainly a cloud messaging as well as notification service for developers building applications on top of OpenStack. The service features a web-friendly HTTP API that developers can use to send messages between the different components of their SaaS as well as mobile applications, using a variety of communication patterns. V. OPENSTACK ARCHITECTURE OpenStack project is designed to deliver a massively scalable cloud operating system. OpenStack is architected to provide flexibility as you design your cloud, and no proprietary hardware or software requirements as well as ability to integrate with legacy systems and also third party technologies. OpenStack supports ARM and alternative hardware architectures, as well as KVM and XenServer are popular choices for hypervisor technology. Fig 1 Conceptual Diagram VI. NEW CAPABILITIES IN OPENSTACK JUNO OpenStack is on an approximately 6 month release cycle, and each release given a code name starting with consecutive letters of the alphabet. On 16 October, OpenStack Juno will be released, with many new projects, as well as lots of new features. Here we are discussing few new features that are added in OpenStack Juno release. A. Nova Nova which is Core of OpenStack, needs to be solid, but this does not mean that it is slow to change, but few significant changes coming in OpenStack Juno release. 1) NFV: Network Functions Virtualization (NFV) defines the replacement of usually standalone appliances used for low as well as high level network functions, like firewalls, network address translation, caching, gateways, intrusion detection, accelerators, etc. into virtual instance or set of virtual instances, which are known as Virtual Network Functions (VNF). Main consume rs of NFV are Service providers that are looking to accelerate the deployment of new network services, as well as to do that, need to eliminate the constraint of slow renewal cycle of hardware appliances, that do not auto scale as well as limit their innovation. NFV provide best possible infrastructure for such workloads to be deployed in, while respecting design principles of an Infrastructure as a Service (IaaS) cloud. 2) Scheduler: In the Icehouse release we wanted to split the scheduler out into a new project that code name Gantt. Requires decoupling Nova s scheduler from the rest of Nova, so decoupling effort is the main goal for the Juno release cycle. 3) Upgrades: An Icehouse release of OpenStack was the first release which supported live upgrades in some form. Nova which is core component of OpenStack that is a highly

4 distributed system, as well as one of the biggest requirements for doing this is versioning everything about the interactions between components, and versioning of the data provided by Nova Objects. OpenStack Juno release cycle supports that how reduce the downtime needed on the control plane by reducing how long it takes for database schema migrations to run. In Icehouse release added some normal testing of the live upgrade scenario to OpenStack CI system. This testing runs OpenStack using the previous release and then upgrades everything except the nova-compute service. At that point, everything should continue to work. Main goal of OpenStack Juno release is to improve this testing to verify that we can run an older instance of the nova network service with an upgraded control plane. 4) Ironic: Nova component introduced bare metal driver in the Grizzly release, and bare metal driver allows you to use Nova s API to do provisioning of bare metal instead of virtual machines (VMs). Start a new project dedicated to bare metal management, and that project name is Ironic. 5) Docker: Docker driver for Nova was moved to Stackforge during OpenStack Icehouse development cycle, and reason was lack of CI running for the driver. In Juno release, Docker supports pause as well as unpause, that is a feature of the Nova API which Docker driver is now able to support and Cinder support. There has been ongoing work to get CI with tempest running, and it s running in OpenStack CI infrastructure. 6) Database Integration: OpenStack projects have begun using Alembic for managing database schema migrations. Michael Bayer, author of SQLAlchemy as well as Alembic, recently joined Red Hat to help with OpenStack, and continue to maintain SQLAlchemy and Alembic. B. Ceilometer Ceilometer is the measurement component of OpenStack. 1) Speed: The Ceilometer team have identified some poorly designed parts of the project, so you can look for Ceilometer to be much more efficient, as well as faster, in Juno release. 2) Community Reboot: Project management is moving from a top down decision making process to a collaborative community decision making process, as well as some controls are being put in place regarding code freeze at end of the cycle, so that people aren't trying to rush new functionality in at the last minute, and resulting in testing gaps. C. Heat Heat is orchestration component of OpenStack that can be used to set up as well as tear down infrastructure automatically in response to environmental events. 1) Rollback: If Heat deploy failed, then you just moved on, as well as maybe went back and cleaned up by hand, in past, but in Juno, it will be easier to roll back a filed deployment, as well as be sure that all of different pieces have been cleaned up. 2) Create Resources without Being Admin: In earlier or Icehouse release, certain types of resources could only be created by admin, but In Juno release, creating users will still require that you be admin, but you can then delegate privileges to that user so that you can create resources without having to be admin power. D. Glance Glance is an important service where users can upload as well as discover data assets that are meant to be used with other services, such as images for Nova and templates for Heat. 1) Artifacts: Scope is expanding in Juno release to be more than just an image registry, and to being a generic catalog of different data assets, that will allow for flexibility in how it can be easily used. E. Marconi Marconi is OpenStack messaging as well as queuing system, so it is important to all of the other components. 1) Redis: In Juno release, Marconi will add a storage driver to support redis, as well as support for storage engines is in the works, and it will be possible to create and tag clusters of storage. 2) Queues migration: The Marconi team will be adding support for queues migration between pools of the same type in OpenStack Juno release. F. Keystone Keystone is basically an identity management piece of OpenStack, as well as has some big improvements coming in Juno release. 1) LDAP Integration: In OpenStack Juno release, you can easily configure Keystone to use multiple identity backends, as well as integration with LDAP will be much easier. 2) Other security projects: Same community works on Keystone that is very interested in security related projects in OpenStack ecosystem, and projects Barbican and Kite to be active in the few months. G. TripleO TripleO is an important project about installing, upgrading, and also operating OpenStack clouds in an automated fashion, and in Juno release making OpenStack easier to deploy and manage. High availability, a big push in

5 Juno is deploying HA clouds with TripleO, as well as Heat templates TripleO uses Heat as part of the automation of deployment, so in Juno release a lot of work has gone into Heat templates. H. Horizon Horizon is a component that is web admin interface for OpenStack. 1) Sahara (Hadoop) : Sahara is a new and important project that makes it easier to deploy Apache Hadoop on OpenStack and this project is integrated into the dashboard, so you can easily deploy Hadoop clusters with a few mouse clicks. 2) JavaScript Unbundling: Horizon has moved to unbundling the JavaScript libraries which were previously copied into Horizon source tree. It easier to manage upgrades, and complies with no bundling requirements in certain Linux distros like Fedora. 3) RBAC: Horizon aka Icehouse version has support for RBAC for Glance as well as Cinder. Create, delete or access images can be limited on user or role basis, but in Juno release RBAC system was extended to support network, compute and orchestration. Service Cloud Computing Platform IJAETMAS, Vol.1, Issue.2, July- 2014, pg ; ISSN: [3] Rakesh Kumar, Neha Gupta, Shilpi Charu, Sunil Kumar Jangir Manage Big Data through NewSQL ; National Conference on Innovation in Wireless Communication and Networking Technology ; Association with THE INSTITUTION OF ENGINEERS(INDIA); Organised by: Regional College for Education Research & Technology. [4] Rakesh Kumar, Neha Gupta, Shilpi Charu, Sunil Kumar Jangir Architectural Paradigms of Big Data ; National Conference on Innovation in Wireless Communication and Networking Technology ; Association with THE INSTITUTION OF ENGINEERS(INDIA); Organised by: Regional College for Education Research & Technology. [5] Rakesh Kumar, Neha Gupta, Hitesh Maharwal, Shilpi Charu, Kusum Yadav Critical Analysis of Database Management Using NewSQL ; IJCSMC, Vol.3 Issue.5, May- 2014, pg ; ISSN X. [6] Rakesh Kumar, Neha Gupta, Shilpi Charu, Somya Bansal, Kusum Yadav Comparison of SQL with HiveQL ; International Journal for Research in Technological Studies, Vol. 1, Issue 9, August 2014; ISSN (online): ; pg [7] Rakesh Kumar, Yougeshwary Sharma, Sonu Agarwal, Pragya, Bhanu Bhushan Parashar Extremely effective CRM Solution Using Salesforce ; JETIR, Volume 1, Issue 5, October 2014, pg ; ISSN: [8] OpenSource URL: [9] OpenStack URL: [10] Get Cloudify URL: VII. CONCLUSIONS Cloud computing is an evolving technology that providing IT infrastructure. OpenStack is an open source software that is used for designed to allow researchers as well as administrators to deploy infrastructure as a service (IaaS) and provide tools for managing, creating virtual machines (VMs) on top of existing resources. Further research is going on related to most efficient easy solution of security issues as well as increase the performances in dynamic reconfiguration in an Infrastructure as a Service Cloud Computing. ACKNOWLEDGMENT This paper work was supported by JECRC Foundation, Jaipur, India. We are thankful to Mr. Arpit Agarwal (Director of JECRC Foundation, Jaipur, India) for valuable suggestions, motivation, support and encouragement. Further, we wish to thank to Dr. Prof. K. K. Agrawal (Prof. of JECRC Foundation, Jaipur, India) and all Faculty Member of JECRC Foundation, Jaipur, India for their time to time suggestions, guidelines, relevant data and technical support. REFERENCES [1] Rakesh Kumar, Neha Gupta, Shilpi Charu, Kanishk Jain, Sunil Kumar Jangir Open Source Solution for Cloud Computing Platform Using OpenStack ; IJCSMC, Vol. 3, Issue. 5, May 2014, pg.89 98; ISSN X. [2] Rakesh Kumar, Kanishk Jain, Hitesh Maharwal, Neha Jain, Anjali Dadhich Apache CloudStack: Open Source Infrastructure as a

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

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

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

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

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

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

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

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

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

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

"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

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

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

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

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

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

Enhanced and Automated Virtual Machine Provisioning to Online E-assessment using Openstack Cloud

Enhanced and Automated Virtual Machine Provisioning to Online E-assessment using Openstack Cloud Enhanced and Automated Virtual Machine Provisioning to Online E-assessment using Openstack Cloud Vigneshwaran P M.Tech Cloud Computing, Department of Information Technology, SRM University, SRM Nagar,

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

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

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

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

The Design Of Private Cloud Platform For Colleges And Universities Education Resources Based On Openstack. Guoxia Zou

The Design Of Private Cloud Platform For Colleges And Universities Education Resources Based On Openstack. Guoxia Zou 4th National Conference on Electrical, Electronics and Computer Engineering (NCEECE 2015) The Design Of Private Cloud Platform For Colleges And Universities Education Resources Based On Openstack Guoxia

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

1. What is Cloud Computing (CC)? What are the Pros and Cons of CC? Technologies of CC 27

1. What is Cloud Computing (CC)? What are the Pros and Cons of CC? Technologies of CC 27 1. What is Cloud Computing (CC)? 3 1.1. Utility Computing First 3 1.2. The New Features of Cloud Computing (CC) 4 1.3. Cloud Service Provider (CSP) 6 1.3.1 Thin Provisioning 7 1.4. CC via a CSP (not via

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

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

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

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

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

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

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

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

IaaS Integration Guide

IaaS Integration Guide FUJITSU Software Enterprise Service Catalog Manager V16.1.0 IaaS Integration Guide Windows(64) B1WS-1259-02ENZ0(00) September 2016 Preface Purpose of This Document This document explains the introduction

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

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

Integrated Management of OpenPOWER Converged Infrastructures. Revolutionizing the Datacenter

Integrated Management of OpenPOWER Converged Infrastructures. Revolutionizing the Datacenter Integrated Management of OpenPOWER Converged Infrastructures Marcelo Perazolo, Architect IBM Systems Revolutionizing the Datacenter Join the Conversation #OpenPOWERSummit Converged Infrastructure Systems

More information

Airship A New Open Infrastructure Project for OpenStack

Airship A New Open Infrastructure Project for OpenStack Airship A New Open Infrastructure Project for OpenStack Declaratively define your OpenStack & Kubernetes Infrastructure Airship A New Open Infrastructure Project for OpenStack Declaratively define your

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

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

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

Self-Services and Broad Network Access in Cloud Computing Stack

Self-Services and Broad Network Access in Cloud Computing Stack Self-Services and Broad Network Access in Cloud Computing Stack. Dr U Ravi Babu 1 Professor, Department of CSE, Narsimha Reddy Engg. Colleg, HYD, TS, India uppu.ravibabu@gmail.com ABSTRACT As with other

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

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

Building Service Platforms using OpenStack and CEPH: A University Cloud at Humboldt University

Building Service Platforms using OpenStack and CEPH: A University Cloud at Humboldt University Building Service Platforms using OpenStack and CEPH: A University Cloud at Humboldt University Malte Dreyer 1, Jens Döbler 1, Daniel Rohde 1 1 Computer and Media Service, Humboldt-Universität zu Berlin,

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

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

Baremetal with Apache CloudStack

Baremetal with Apache CloudStack Baremetal with Apache CloudStack ApacheCon Europe 2016 Jaydeep Marfatia Cloud, IOT and Analytics Me Director of Product Management Cloud Products Accelerite Background Project lead for open source project

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

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

Getting to Know Apache CloudStack

Getting to Know Apache CloudStack Getting to Know Apache CloudStack Joe Brockmeier PPMC Member Apache CloudStack jzb@apache.org Five Six Characteristics of Clouds On-Demand Self-Service Broad Network Access Resource Pooling Rapid Elasticity

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

Red Hat OpenStack Platform 8 Configure firewall rules for Red Hat OpenStack Platform director

Red Hat OpenStack Platform 8 Configure firewall rules for Red Hat OpenStack Platform director Red Hat OpenStack Platform 8 Configure firewall rules for Red Hat OpenStack Platform director Configure firewalls between the Controller and Compute nodes OpenStack Team Red Hat OpenStack Platform 8 Configure

More information

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus Developing Microsoft Azure Solutions (70-532) Syllabus Cloud Computing Introduction What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages

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

CloudStack Administration Guide

CloudStack Administration Guide CloudStack Administration Guide For CloudStack Version 3.0.0 3.0.2 Revised August 16, 2012 4:41 PM 2011, 2012 Citrix Systems, Inc. All rights reserved. Specifications are subject to change without notice.

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

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

Xen and CloudStack. Ewan Mellor. Director, Engineering, Open-source Cloud Platforms Citrix Systems

Xen and CloudStack. Ewan Mellor. Director, Engineering, Open-source Cloud Platforms Citrix Systems Xen and CloudStack Ewan Mellor Director, Engineering, Open-source Cloud Platforms Citrix Systems Agenda What is CloudStack? Move to the Apache Foundation CloudStack architecture on Xen The future for CloudStack

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

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

Introduction to Cloud Computing

Introduction to Cloud Computing You will learn how to: Build and deploy cloud applications and develop an effective implementation strategy Leverage cloud vendors Amazon EC2 and Amazon S3 Exploit Software as a Service (SaaS) to optimize

More information

VMWARE PIVOTAL CONTAINER SERVICE

VMWARE PIVOTAL CONTAINER SERVICE DATASHEET VMWARE PIVOTAL CONTAINER SERVICE AT A GLANCE VMware Pivotal Container Service (PKS) is a production-grade Kubernetes-based container solution equipped with advanced networking, a private container

More information

Red Hat Enterprise Linux OpenStack Platform User Group.

Red Hat Enterprise Linux OpenStack Platform User Group. Red Hat Enterprise Linux OpenStack Platform User Group. Chris Milsted Seniour Solutions Architect; RHEL, Satellite, OpenStack, OpenShift, Red Hat Storage, Containers... cmilsted@redhat.com Recap on RHEL

More information

Deploying and Operating Cloud Native.NET apps

Deploying and Operating Cloud Native.NET apps Deploying and Operating Cloud Native.NET apps Jenny McLaughlin, Sr. Platform Architect Cornelius Mendoza, Sr. Platform Architect Pivotal Cloud Native Practices Continuous Delivery DevOps Microservices

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

IaaS Integration Guide

IaaS Integration Guide FUJITSU Software Enterprise Service Catalog Manager V16.0.0 IaaS Integration Guide Windows(64) B1WS-1259-01ENZ0(00) February 2016 Preface Purpose of This Document This document explains the introduction

More information

How CloudEndure Works

How CloudEndure Works How Works How Works THE TECHNOLOGY BEHIND CLOUDENDURE S DISASTER RECOVERY AND LIVE MIGRATION SOLUTIONS offers Disaster Recovery and Live Migration Software-as-a-Service (SaaS) solutions. Both solutions

More information

How CloudEndure Works

How CloudEndure Works How Works How Works THE TECHNOLOGY BEHIND CLOUDENDURE S DISASTER RECOVERY AND LIVE MIGRATION SOLUTIONS offers cloud-based Disaster Recovery and Live Migration Software-as-a-Service (SaaS) solutions. Both

More information

Hystax Acura. Cloud Migration and Disaster Recovery Solution. Hystax. All rights reserved. 1

Hystax Acura. Cloud Migration and Disaster Recovery Solution. Hystax. All rights reserved. 1 Hystax Acura Cloud Migration and Disaster Recovery Solution Hystax. All rights reserved. 1 www.hystax.com Overview Hystax is a cloud migration and Disaster Recovery company focusing on consistent replication

More information

Red Hat OpenStack Platform 12

Red Hat OpenStack Platform 12 Red Hat OpenStack Platform 12 Architecture Guide Introduction to the product, components, and architectural examples Last Updated: 2017-12-13 Red Hat OpenStack Platform 12 Architecture Guide Introduction

More information

COMMUNITY-GENERATED ROADMAP

COMMUNITY-GENERATED ROADMAP 05.06.2017 COMMUNITY-GENERATED ROADMAP Project overview and update SHAMAIL TAHIR IRC: SHAMAIL @SHAMAILXD HEIDI JOY TRETHEWAY IRC: HEIDIJOY @HEIDITRETHEWAY PETE CHADWICK IRC: PCHADWICK @PCHADW Overview

More information

Red Hat Cloud Suite 1.1

Red Hat Cloud Suite 1.1 Red Hat Cloud Suite 1.1 Product Guide Overview of the Red Hat Cloud Suite Last Updated: 2018-12-14 Red Hat Cloud Suite 1.1 Product Guide Overview of the Red Hat Cloud Suite Red Hat Cloud Suite Documentation

More information

How CloudEndure Disaster Recovery Works

How CloudEndure Disaster Recovery Works How Disaster Recovery Works Technical White Paper How Disaster Recovery Works THE TECHNOLOGY BEHIND CLOUDENDURE S ENTERPRISE-GRADE DISASTER RECOVERY SOLUTION Introduction Disaster Recovery is a Software-as-a-Service

More information

CHEM-E Process Automation and Information Systems: Applications

CHEM-E Process Automation and Information Systems: Applications CHEM-E7205 - Process Automation and Information Systems: Applications Cloud computing Jukka Kortela Contents What is Cloud Computing? Overview of Cloud Computing Comparison of Cloud Deployment Models Comparison

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

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

Huawei FusionSphere 6.0 Technical White Paper on OpenStack Integrating FusionCompute HUAWEI TECHNOLOGIES CO., LTD. Issue 01.

Huawei FusionSphere 6.0 Technical White Paper on OpenStack Integrating FusionCompute HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Technical White Paper on OpenStack Integrating Issue 01 Date 2016-04-30 HUAWEI TECHNOLOGIES CO., LTD. 2016. All rights reserved. No part of this document may be reproduced or transmitted in any form or

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

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

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

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

Red Hat Cloud Infrastructure 1.1

Red Hat Cloud Infrastructure 1.1 Red Hat Cloud Infrastructure 1.1 Product Guide Overview of the Red Hat Cloud Infrastructure Last Updated: 2018-12-14 Red Hat Cloud Infrastructure 1.1 Product Guide Overview of the Red Hat Cloud Infrastructure

More information