Introduction to OpenStack OSCON 2011 James Turnbull - Puppet Labs Eric Day - Rackspace.

Slides:



Advertisements
Similar presentations
STUDY ON OPENSTACK BY JAI KRISHNA. LIST OF COMPONENTS Introduction Components Architecture Where it is used.
Advertisements

OpenStack Open Source Cloud Software. OpenStack: The Mission "To produce the ubiquitous Open Source cloud computing platform that will meet the needs.
Profit from the cloud TM Parallels Dynamic Infrastructure AndOpenStack.
OpenStack Update Infrastructure as a Service May 23 nd 2012 Rob Hirschfeld, Dell.
Overview Of Microsoft New Technology ENTER. Processing....
CON Building a Private Cloud with OpenStack
Modeling Public Pensions with Mathematica and Python II
Public and Private Clouds: Working Together
A Brief Overview by Aditya Dutt March 18 th ’ Aditya Inc.
Opensource for Cloud Deployments – Risk – Reward – Reality
INTRODUCTION TO CLOUD COMPUTING CS 595 LECTURE 7 2/23/2015.
Introduction to Hadoop and HDFS
| nectar.org.au NECTAR TRAINING Module 10 Beyond the Dashboard.
608D CloudStack 3.0 Omer Palo Readiness Specialist, WW Tech Support Readiness May 8, 2012.
2 OpenStack Design Summit Summary Swiss and Rhone Alpes - OpenStack User Group Meeting 6 th December, CERN Belmiro Moreira
Deploying OpenStack Using Crowbar Divyanshu Verma DELL R&D Bengaluru.
Openstack on Openstack how to bootstrap a cloud Paul Voccio Director, Infrastructure Engineering Rackspace.
Ph No: Mob: ,plot No-27,NGGO's Colony, Pattabhi reddy gardens,Visakhapatnam-07 Open.
Jose Castro Leon CERN – IT/OIS CERN Agile Infrastructure Infrastructure as a Service.
Using Heat to Deploy and Manage Applications in OpenStack Trevor Roberts Jr, VMware, Inc. CNA1763 #CNA1763.
CoprHD and OpenStack Ideas for future.
Scaling the CERN OpenStack cloud Stefano Zilli On behalf of CERN Cloud Infrastructure Team 2.
Vignesh Ravindran Sankarbala Manoharan. Infrastructure As A Service (IAAS) is a model that is used to deliver a platform virtualization environment with.
OpenStack overview of the project Belmiro Daniel Rodrigues Moreira CERN IT-PES-PS January 2011 Disclaimer: This presentation reflects the experience and.
Document Name CONFIDENTIAL Version Control Version No.DateType of ChangesOwner/ Author Date of Review/Expiry The information contained in this document.
1 TCS Confidential. 2 Objective: In this session we will be able to learn  What is Openstack?  History  Capabilities  Openstack as IaaS  Advantages.
OpenStack Chances and Practice at IHEP Haibo, Li Computing Center, the Institute of High Energy Physics, CAS, China 2012/10/15.
© 2013 IBM Corporation CSTL Cloud Solutions and OpenStack Development Cloud Computing and OpenStack Guo Hui Liu, June 2013
© Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Enterprise Innovation.
Amazon Web Services. Amazon Web Services (AWS) - robust, scalable and affordable infrastructure for cloud computing. This session is about:
CON8473 – Oracle Distribution of OpenStack Ronen Kofman Director of Product Management Oracle OpenStack September, 2014 Copyright © 2014, Oracle and/or.
INTRODUCTION TO AMAZON WEB SERVICES (EC2). AMAZON WEB SERVICES  Services  Storage (Glacier, S3)  Compute (Elastic Compute Cloud, EC2)  Databases (Redshift,
Auto-scaling Services on Amazon EC2. Auto-scaling of Services (1/2) Write the service, deploy it on the cloud, and it simply scales Simply store the state.
OPENSTACK Presented by Jordan Howell and Katie Woods.
Md Baitul Al Sadi, Isaac J. Cushman, Lei Chen, Rami J. Haddad
OpenStack.
Course: Cluster, grid and cloud computing systems Course author: Prof
Deploying Web Application
Smart Cities and Communities and Social Innovation
Scalable Web Apps Target this solution to brand leaders responsible for customer engagement and roll-out of global marketing campaigns. Implement scenarios.
Dr.S.Sridhar, Director, RVCT, RVCE, Bangalore
SUSE® Cloud The Open Source Private Cloud Solution for the Enterprise
Don’t Miss These Sessions!
ATLAS Cloud Operations
StratusLab Final Periodic Review
StratusLab Final Periodic Review
Platform as a Service.
Multi-VIM/Cloud High Level Architecture
Dr.S.Sridhar, Director, RVCT, RVCE, Bangalore
1. Public Network - Each Rackspace Cloud Server has two networks
Usage of Openstack Cloud Computing Architecture in COE Seowon Jung Systems Administrator, COE
A walkthrought by the cloud computing
The Improvement of PaaS Platform ZENG Shu-Qing, Xu Jie-Bin 2010 First International Conference on Networking and Distributed Computing SQUARE.
Scalable Web Apps Target this solution to brand leaders responsible for customer engagement and roll-out of global marketing campaigns. Implement scenarios.
Interoperability in Modern Clouds using DevOps
Acutelearn Amazon Web Services Training Classroom Training Instructor led trainings at Acutelearn premises Corporate Training Custom tailored trainings.
OpenStack Ani Bicaku 18/04/ © (SG)² Konsortium.
GRID AND CLOUD COMPUTING
Managing Clouds with VMM
Auth0 Is Identity Made Simple for Developers, Built by Developers and Supported by the High Availability and Performance of Microsoft Azure MICROSOFT AZURE.
Set up - evolution of the existing customer presentation on IBM Cloud
Sr. Developer Cloud System - Architecture
OpenStack-alapú privát felhő üzemeltetés
Brandon Hixon Jonathan Moore
Neutron at Scale Justin Hammond - Developer
Image Magick in the Cloud Scalable Image Processing Service
OpenStack Summit Berlin – November 14, 2018
The StarlingX Story Learn, Try, Get Involved!
PayPal Cloud Journey & Architecture
OpenStack for the Enterprise
Presentation transcript:

Introduction to OpenStack OSCON 2011 James Turnbull - Puppet Labs Eric Day - Rackspace

OSCON 2011Introduction to OpenStack2 What is OpenStack?

OSCON 2011Introduction to OpenStack3 A collection of open source technologies delivering a scalable cloud operating system.

OSCON 2011Introduction to OpenStack4 Why OpenStack?

OSCON 2011Introduction to OpenStack5 Cloud is commodity

OSCON 2011Introduction to OpenStack6 Cloud is not portable

OSCON 2011Introduction to OpenStack7 Open source clouds are not service provider ready

OSCON 2011Introduction to OpenStack8 We need the LAMP stack of the cloud

OSCON 2011Introduction to OpenStack9 How?

OSCON 2011Introduction to OpenStack10 OpenStack Philosophy: Open

OSCON 2011Introduction to OpenStack11 Open ● Open Source ● Open Community ● Open Development ● Open Design

OSCON 2011Introduction to OpenStack12 Design Tenets ● Scalability & elasticity ● Everything should be asynchronous ● Shared-nothing architectures ● Accept eventual consistency ● Test everything

OSCON 2011Introduction to OpenStack13 OpenStack Today

OSCON 2011Introduction to OpenStack14 Compute (nova)

OSCON 2011Introduction to OpenStack15 CloudServers Rewrite

OSCON 2011Introduction to OpenStack16 NASA Nebula

OSCON 2011Introduction to OpenStack17 Join forces to build a better service

OSCON 2011Introduction to OpenStack18 Nova Overview ● Written in Python ● HTTP/ReST API (multiple) ● Instances, Networking, Volumes ● Working on service provider scale now ● More at:

OSCON 2011Introduction to OpenStack19 Glance Overview ● Written in Python ● HTTP/ReST API ● Image service for Nova ● More at:

OSCON 2011Introduction to OpenStack20 Object Storage (swift)

OSCON 2011Introduction to OpenStack21 CloudFiles Source Code

OSCON 2011Introduction to OpenStack22 A highly scalable, redundant, unstructured data store designed to store large amounts of data cheaply.

OSCON 2011Introduction to OpenStack23 A highly scalable, redundant, unstructured data store designed to store large amounts of data cheaply.

OSCON 2011Introduction to OpenStack24 A highly scalable, redundant, unstructured data store designed to store large amounts of data cheaply.

OSCON 2011Introduction to OpenStack25 A highly scalable, redundant, unstructured data store designed to store large amounts of data cheaply.

OSCON 2011Introduction to OpenStack26 A highly scalable, redundant, unstructured data store designed to store large amounts of data cheaply.

OSCON 2011Introduction to OpenStack27 A highly scalable, redundant, unstructured data store designed to store large amounts of data cheaply.

OSCON 2011Introduction to OpenStack28 Swift Overview ● Written in Python ● HTTP/ReST API ● Accounts, containers, and objects ● CDN Integration ● No single point of failure ● Last write wins ● More at:

OSCON 2011Introduction to OpenStack29 OpenStack Tomorrow

OSCON 2011Introduction to OpenStack30 Continue to focus on infrastructure

OSCON 2011Introduction to OpenStack31 Open Platform Services ● Auth Service (KeyStone) ● Dashboard ● ● Block Storage Service (lunr) ● Message Queue ( ● Database Service (Red Dwarf) ● Load Balancer Service (Atlas)

OSCON 2011Introduction to OpenStack32 Open Compute Project Facebook's DC/hardware design

OSCON 2011Introduction to OpenStack33 Deploying OpenStack with Puppet

OSCON 2011Introduction to OpenStack34 What is Puppet? Declarative configuration management Simple configuration language Modular Open source

OSCON 2011Introduction to OpenStack35 Requirements Nova PPA Puppet Labs OpenStack module Currently supports Ubuntu Natty Puppet 2.6.x

OSCON 2011Introduction to OpenStack36 Installation Steps 1) Add Nova PP 2) Install Puppet 3) Install modules 4) Run Puppet

OSCON 2011Introduction to OpenStack37 Configuring OpenStack 1) Create OpenStack credentials 2) Add any images to OpenStack 3) Create instances

OSCON 2011Introduction to OpenStack38 Get involved! ● ● Blog, wiki, mailing list, jobs,... ● Links to projects ● #openstack on irc.freenode.net ● openstack ● Design summit Boston in October ● OpenStack Party tonight at Spirit of 77!