Introduction to Openstack, an Open Cloud Computing Platform. Libre Software Meeting
|
|
|
- Chad Webb
- 10 years ago
- Views:
Transcription
1 Introduction to Openstack, an Open Cloud Computing Platform Libre Software Meeting 10 July 2012 David Butler BBC Research & Development
2 Introduction: Libre Software Meeting 2012 What is covered in this presentation What is Openstack? Why is the BBC interested in cloud? BBC cloud proof of concept Openstack timeline Openstack components Openstack DIABLO Openstack ESSEX Openstack install process
3 What is OpenStack Open source cloud computing platform for public and private clouds Founded by Rackspace Hosting and NASA Global software community of developers Used by corporations, service providers, researchers, and data centres
4 Why Cloud in the BBC? Flexibility Easier to change and maintain operations & services Separation of services from hardware Efficiency Better utilisation of our servers and resources Re-use of resources for multiple services Scalability Scale services with demand Re-deploy services and access external resources Cost Lower capital and operations cost??? Lower support cost for business services?
5 BBC Cloud Proof of Concept 1. Simple File and Document Management Automated file transfer capability enabling BBC staff to send a file to a cloud location to be securely accessed by other individuals. 2. Streaming Bulk Storage and Manipulation Very large file movement service, ideally supporting scripted file manipulation between private and public clouds. 3. On-Demand IaaS/PaaS for Test and Development A deployable test and development environment for build, integration and test. 4. Simple Encode/Transcode/Render as a service Simple media transcode and/or render workflow as a service, to send media and metadata to the cloud through a simple user interface. 5. Automated Processing of Archive Imagery and Video A secure distributed image processing service with appropriate handling of the master material, transient data and final results.
6 Openstack: Time Line Functionality Physical CPU Allocation Essex Virtual CPU Allocation Object Store Volumes Cactus Austin Diablo Bexar Oct 2010 March 2011 Apr 2011 Oct 2011 Apr Time Openstack is used for real commercial services, e.g. Rackspace etc Openstack is used in commercial public cloud service platforms Openstack is catching up with commercial private cloud service platforms
7 OpenStack Components Compute Components API Server (nova-api) Message Queue (rabbit-mq server) Compute Workers (nova-compute) Network Controller (nova-network) Volume Worker (nova-volume) Scheduler (nova-scheduler) Image Service (glance) Dashboard User Interface (horizon) Service Object Storage Storage Infrastructure (swift) Security and Users Identity Service (keystone) Database (mysql)
8 How the components work together Hypervisors: KVM QEMU Dashboard User Interface LXC UML Vmware XEN Attach Storage Load / Store Image Image Group Data Volume Compute Image Object Users Authentication Roles Tenants Zones Identity Database
9 Openstack DIABLO: Resources Assign physical resources to an image Physical CPU core Physical RAM Storage from node hardware
10 Openstack DIABLO: Services Compute, network and schedule services available in dashboard.
11 Openstack DIABLO: Flavours (Assigned Resources) Define image flavours for resources available to instance. CPU cores RAM Storage
12 Openstack DIABLO: Images and Snapshots Different image types and snapshots Linux, Windows and AWS EC2 images Different container types, e.g. Single container (OVF), components (AMI, ARI, AKI)
13 Openstack DIABLO: Launching an Instance Launch image with flavour (resources) and security key pair.
14 Openstack DIABLO: Active Instance Active instances can be controlled from the dashboard. Terminate instance. Reboot instance. Log actions in instance. Console interface for command line etc. Edit image description. Create a snapshot of instance current state.
15 Openstack DIABLO: Console and logging
16 Openstack ESSEX: Services Updates to existing services. Nova compute and network. Glance (image) and keystone (identity). Added services. Swift (virtual object store). Nova volumes (attached storage). Ec2 (amazon image configuration).
17 Openstack ESSEX: Launching an Image Flavours Virtual CPU Disk space Memory Key pair Security groups Boot from Volumes Storage Snapshot
18 Openstack ESSEX: Instance and volumes Control, edit and launch instances Create, edit and assign storage volumes.
19 Openstack: Setup 1. Update all packages 2. Enable Virtualisation Technology in BIOS 3. Install the network time package (ntp). 4. Install the database (MySQL). 5. Install the Identity Service (Keystone). 6. Configure the Identity Service and Endpoints. 7. Install the Image Service (Glance). 8. Configure the Image Service. 9. Install Compute (Nova). 10. Configure Compute networking 11. Create and initialize the Compute database with MySQL. 12.Create and add VM images. 13.(Optional) Install Openstack Object Storage (Swift). 14. Install the Openstack Dashboard.
20 Complexity: Identify service Create Tenants, Users and Roles # Create a default tenant, openstackdemo $ keystone --token SECRET1234TOKEN --endpoint tenant-create --name openstackdemo - -description "Default Tenant" --enabled true # Create a default user named adminuser $ keystone --token SECRET1234TOKEN --endpoint user-create --tenant_id dd4a5cd309cf4ae2be0560e6968f88c5 --name adminuser --pass password --enabled true # Create the default role, admin $ keystone --token SECRET1234TOKEN --endpoint role-create --name admin Create Services and Endpoints $ keystone --token SECRET1234TOKEN --endpoint service-create --name=keystone -- type=identity --description="keystone Identity Service" $ keystone --token SECRET1234TOKEN --endpoint endpoint-create --region RegionOne --service_id=fc2a447e542d4f209c5b34a707a641ef --publicurl= -- internalurl= --adminurl= Create Tokens $ curl -d '{"auth": {"tenantname": "admintenant", "passwordcredentials":{"username": "adminuser", "password": "password"}}}' -H "Content-type: application/json" python -mjson.tool { "access": { "servicecatalog": {}, "token": { "expires": " T11:22:38Z", "id": "d f497a92f52aec2777c5d1" }, }
21 Complexity: Starting multiple services sudo start nova-network source ~/creds/openrc sudo service mysql restart sudo service keystone restart sudo service glance-registry restart sudo service glance-api restart sudo service rabbitmq-server restart sudo service iscsitarget start sudo service open-iscsi start sudo restart nova-api sudo restart nova-compute sudo restart nova-network sudo restart nova-scheduler sudo restart nova-consoleauth sudo restart nova-volume sudo restart nova-cert sudo restart libvirt-bin sudo /etc/init.d/rabbitmq-server restart sudo nova-manage service list Binary Host Zone Status State Updated_At nova-consoleauth PoC5 nova enabled :-) :40:54 nova-compute PoC5 nova enabled :-) :40:59 nova-network PoC5 nova enabled :-) :40:56 nova-scheduler PoC5 nova enabled :-) :40:54 nova-volume PoC5 nova enabled :-) :40:56 nova-cert PoC5 nova enabled :-) :40:59 sudo service rsync restart sudo swift-init main restart sudo swift-init rest restart sudo /etc/init.d/apache2 restart sudo restart nova-api
22 Summary Openstack is in use now for real commercial services. Functionality is increasing with each new version. Supports different hypervisors and containers. Compatible with AWS ec2 images. Complex to setup. Most public cloud offerings use openstack components. Some private clouds support or plan to support openstack images. Openstack is becoming an open standard?
23 Questions
24 Testing your own storage using Media Storage Meter
Mirantis www.mirantis.com/training
TM Mirantis www.mirantis.com/training Goals Understand OpenStack purpose and use cases Understand OpenStack ecosystem o history o projects Understand OpenStack architecture o logical architecture o components
Cloud on TEIN Part I: OpenStack Cloud Deployment. Vasinee Siripoonya Electronic Government Agency of Thailand Kasidit Chanchio Thammasat University
Cloud on TEIN Part I: OpenStack Cloud Deployment Vasinee Siripoonya Electronic Government Agency of Thailand Kasidit Chanchio Thammasat University Outline Objectives Part I: OpenStack Overview How OpenStack
OpenStack Introduction. November 4, 2015
OpenStack Introduction November 4, 2015 Application Platforms Undergoing A Major Shift What is OpenStack Open Source Cloud Software Launched by NASA and Rackspace in 2010 Massively scalable Managed by
การใช งานและต ดต งระบบ OpenStack ซอฟต แวร สาหร บบร หารจ ดการ Cloud Computing เบ องต น
การใช งานและต ดต งระบบ OpenStack ซอฟต แวร สาหร บบร หารจ ดการ Cloud Computing เบ องต น Kasidit Chanchio [email protected] Thammasat University Vasinee Siripoonya Electronic Government Agency of Thailand
Building a Cloud Computing Platform based on Open Source Software. 10. 18. 2011. Donghoon Kim ( [email protected] ) Yoonbum Huh ( huhbum@kt.
Building a Cloud Computing Platform based on Open Source Software 10. 18. 2011. Donghoon Kim ( [email protected] ) Yoonbum Huh ( [email protected]) Topics I.Open Source SW and Cloud Computing II. About OpenStack
OpenStack Ecosystem and Xen Cloud Platform
OpenStack Ecosystem and Xen Cloud Platform Amit Naik Prasad Nirantar BMC Software 1 Agenda Introduction Rise of OpenStack OpenStack Details and Ecosystem OpenStack and Xen Cloud Platform - Demo Conclusion
Configuring Keystone in OpenStack (Essex)
WHITE PAPER Configuring Keystone in OpenStack (Essex) Joshua Tobin April 2012 Copyright Canonical 2012 www.canonical.com Executive introduction Keystone is an identity service written in Python that provides
An Introduction to OpenStack and its use of KVM. Daniel P. Berrangé <[email protected]>
An Introduction to OpenStack and its use of KVM Daniel P. Berrangé About me Contributor to multiple virt projects Libvirt Developer / Architect 8 years OpenStack contributor 1 year
Snakes on a cloud. A presentation of the OpenStack project. Thierry Carrez Release Manager, OpenStack
Snakes on a cloud A presentation of the OpenStack project Thierry Carrez Release Manager, OpenStack Cloud? Buzzword End-user services Software as a Service (SaaS) End-user services Online storage / streaming
Research of Enterprise Private Cloud Computing Platform Based on OpenStack. Abstract
, pp.171-180 http://dx.doi.org/10.14257/ijgdc.2014.7.5.16 Research of Enterprise Private Cloud Computing Platform Based on OpenStack Jiang Yunxia, Zhao Bowen, Wang Shuqi and Sun Dongnan School of Automation,
Multi Provider Cloud. Srinivasa Acharya, Engineering Manager, Hewlett-Packard [email protected]
Multi Provider Cloud Srinivasa Acharya, Engineering Manager, Hewlett-Packard [email protected] Agenda Introduction to OpenStack Multi Hypervisor Architecture Use cases for Multi Hypervisor cloud Ironic
SUSE Cloud 2.0. Pete Chadwick. Douglas Jarvis. Senior Product Manager [email protected]. Product Marketing Manager djarvis@suse.
SUSE Cloud 2.0 Pete Chadwick Douglas Jarvis Senior Product Manager [email protected] Product Marketing Manager [email protected] SUSE Cloud SUSE Cloud is an open source software solution based on OpenStack
Cloud on TIEN Part I: OpenStack Cloud Deployment. Vasinee Siripoonya Electronic Government Agency of Thailand Kasidit Chanchio Thammasat
Cloud on TIEN Part I: OpenStack Cloud Deployment Vasinee Siripoonya Electronic Government Agency of Thailand Kasidit Chanchio Thammasat Outline Part I: OpenStack Overview How OpenStack components work
OpenStack Towards a fully open cloud. Thierry Carrez Release Manager, OpenStack
OpenStack Towards a fully open cloud Thierry Carrez Release Manager, OpenStack Cloud? Why we need open source IaaS A cloud building block Emergence of a standard Eliminate cloud vendor lock-in Enable federation
OpenStack Beginner s Guide (for Ubuntu - Precise)
OpenStack Beginner s Guide (for Ubuntu - Precise) v3.0, 7 May 2012 Atul Jha Johnson D Kiran Murari Murthy Raju Vivek Cherian Yogesh Girikumar OpenStack Beginner s Guide (for Ubuntu - Precise) v3.0, 7 May
1 Keystone OpenStack Identity Service
1 Keystone OpenStack Identity Service In this chapter, we will cover: Creating a sandbox environment using VirtualBox and Vagrant Configuring the Ubuntu Cloud Archive Installing OpenStack Identity Service
Today. 1. Private Clouds. Private Cloud toolkits. Private Clouds and OpenStack Introduction
Today Private Clouds and OpenStack Introduction 1. Private Clouds 2. Introduction to OpenStack What is OpenStack? Architecture and Main components Demo: basic commands Luis Tomás Department of Computing
OpenStack IaaS. Rhys Oxenham OSEC.pl BarCamp, Warsaw, Poland November 2013
OpenStack IaaS 1 Rhys Oxenham OSEC.pl BarCamp, Warsaw, Poland November 2013 Disclaimer The information provided within this presentation is for educational purposes only and was prepared for a community
Getting Started with the CLI and APIs using Cisco Openstack Private Cloud
Tutorial Getting Started with the CLI and APIs using Cisco Openstack Private Cloud In this tutorial we will describe how to get started with the OpenStack APIs using the command line, the REST interface
OpenStack Installation Guide for Red Hat Enterprise Linux, CentOS, and Fedora
docs.openstack.org OpenStack Installation Guide for Red Hat Enterprise Linux, CentOS, and Fedora (2013-06-11) Copyright 2012, 2013 OpenStack Foundation All rights reserved. The OpenStack system has several
Change the Game with HP Helion
Change the Game with HP Helion Transform your business with DevOPS and Open Hybrid Clouds Anthony Rees HP Helion Cloud Consultant Copyright 2014 Hewlett-Packard Development Company, L.P. The information
SUSE Cloud 5 Private Cloud based on OpenStack
SUSE Cloud 5 Private Cloud based on OpenStack Michał Jura Senior Software Engineer Linux HA/Cloud Developer [email protected] 2 New solutions emerge: Infrastructure-as-Service Cloud = 3 SUSE Cloud Why OpenStack?
Comparing Open Source Private Cloud (IaaS) Platforms
Comparing Open Source Private Cloud (IaaS) Platforms Lance Albertson OSU Open Source Lab Associate Director of Operations [email protected] / @ramereth About me OSU Open Source Lab Server hosting for Open
Moving SNE to the Cloud
UNIVERSITY OF AMSTERDAM Moving SNE to the Cloud RP1 Report Sudesh Jethoe 30-12-2011 *[27] Summary: In this research the OpenStack framework is used to build a private, public and hybrid cloud for the System
Using SUSE Cloud to Orchestrate Multiple Hypervisors and Storage at ADP
Using SUSE Cloud to Orchestrate Multiple Hypervisors and Storage at ADP Agenda ADP Cloud Vision and Requirements Introduction to SUSE Cloud Overview Whats New VMWare intergration HyperV intergration ADP
SUSE Cloud Installation: Best Practices Using a SMT, Xen and Ceph Storage Environment
Best Practices Guide www.suse.com SUSE Cloud Installation: Best Practices Using a SMT, Xen and Ceph Storage Environment Written by B1 Systems GmbH Table of Contents Introduction...3 Use Case Overview...3
How To Install Openstack On Ubuntu 14.04 (Amd64)
Getting Started with HP Helion OpenStack Using the Virtual Cloud Installation Method 1 What is OpenStack Cloud Software? A series of interrelated projects that control pools of compute, storage, and networking
vrealize Operations Management Pack for OpenStack
vrealize Operations Management Pack for This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more
What is OpenStack? Mike Buzzetti [email protected] IBM
What is OpenStack? Mike Buzzetti [email protected] IBM 14221 I am here to help [email protected] IBM's Reference Architecture for Cloud Cloud Service Consumer Common Cloud Management Platform (CCMP)
SUSE Cloud Installation: Best Practices Using an Existing SMT and KVM Environment
Best Practices Guide www.suse.com SUSE Cloud Installation: Best Practices Using an Existing SMT and KVM Environment Written by B1 Systems GmbH Table of Contents Introduction...3 Use Case Overview...3 Hardware
Ubuntu OpenStack on VMware vsphere: A reference architecture for deploying OpenStack while limiting changes to existing infrastructure
TECHNICAL WHITE PAPER Ubuntu OpenStack on VMware vsphere: A reference architecture for deploying OpenStack while limiting changes to existing infrastructure A collaboration between Canonical and VMware
How To Compare Cloud Computing To Cloud Platforms And Cloud Computing
Volume 3, Issue 11, November 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Cloud Platforms
2) Xen Hypervisor 3) UEC
5. Implementation Implementation of the trust model requires first preparing a test bed. It is a cloud computing environment that is required as the first step towards the implementation. Various tools
Install Your Own OpenStack Cloud Essex Edition
Install Your Own OpenStack Cloud Essex Edition Eric Dodémont (dodeeric) [email protected] Version: 1.03 16 May 2012 License: Install Your Own OpenStack Cloud Essex Edition by Eric Dodémont is licensed
SWIFT. Page:1. Openstack Swift. Object Store Cloud built from the grounds up. David Hadas Swift ATC. HRL [email protected] 2012 IBM Corporation
Page:1 Openstack Swift Object Store Cloud built from the grounds up David Hadas Swift ATC HRL [email protected] Page:2 Object Store Cloud Services Expectations: PUT/GET/DELETE Huge Capacity (Scale) Always
Introduction to OpenStack
Introduction to OpenStack Carlo Vallati PostDoc Reseracher Dpt. Information Engineering University of Pisa [email protected] Cloud Computing - Definition Cloud Computing is a term coined to refer
Corso di Reti di Calcolatori M
Università degli Studi di Bologna Scuola di Ingegneria Corso di Reti di Calcolatori M Cloud: Openstack Antonio Corradi Luca Foschini Anno accademico 2014/2015 NIST STANDARD CLOUD National Institute of
Comparing Ganeti to other Private Cloud Platforms. Lance Albertson Director [email protected] @ramereth
Comparing Ganeti to other Private Cloud Platforms Lance Albertson Director [email protected] @ramereth About me OSU Open Source Lab Server hosting for Open Source Projects Open Source development projects
OpenStack Alberto Molina Coballes
OpenStack Alberto Molina Coballes Teacher at IES Gonzalo Nazareno [email protected] @alberto_molina Table of Contents From public to private clouds Open Source Cloud Platforms Why OpenStack? OpenStack
rackspace.com/cloud/private
rackspace.com/cloud/private Rackspace Private Cloud Software v 3.0 (2013-03-06) Copyright 2013 Rackspace All rights reserved. This guide is intended to assist Rackspace customers in downloading and installing
4 SCS Deployment Infrastructure on Cloud Infrastructures
4 SCS Deployment Infrastructure on Cloud Infrastructures We defined the deployment process as a set of inter-related activities to make a piece of software ready to use. To get an overview of what this
Cloud Platform Comparison: CloudStack, Eucalyptus, vcloud Director and OpenStack
Cloud Platform Comparison: CloudStack, Eucalyptus, vcloud Director and OpenStack This vendor-independent research contains a product-by-product comparison of the most popular cloud platforms (along with
Iron Chef: Bare Metal OpenStack
Rebecca Brenton Partner Alliances Manager Rob Hirschfeld Principal Cloud Architect Session Hashtags #chefconf #openstack About the Solution: http://dell.com/openstack http://dell.com/crowbak Iron Chef:
Isabell Sippli Cloud Architect, Lab Based Services IBM Software Group 2013 IBM Corporation
1 Isabell Sippli Cloud Architect, Lab Based Services IBM Software Group Disclaimer This document represents the author's views and opinions. It does not necessarily represent IBM's position or strategy.
Postgres on OpenStack
Postgres on OpenStack Dave Page 18/9/2014 2014 EnterpriseDB Corporation. All rights reserved. 1 Introduction PostgreSQL: Core team member pgadmin lead developer Web/sysadmin teams PGCAC/PGEU board member
Desktop virtualization using SaaS Architecture
Desktop virtualization using SaaS Architecture Pranit U. Patil, Pranav S. Ambavkar, Dr.B.B.Meshram, Prof. Varshapriya VJTI, Matunga, Mumbai, India. [email protected] Abstract - Desktop virtualization
Onboarding VMs to Cisco OpenStack Private Cloud
White Paper Onboarding VMs to Cisco OpenStack Private Cloud This white paper will explain the process for exporting existing virtual machines from either VMware vsphere or AWS EC2 into Cisco OpenStack
Prepared for: How to Become Cloud Backup Provider
Prepared for: How to Become Cloud Backup Provider Contents Abstract... 3 Introduction... 3 Purpose... 3 Architecture... 4 Result... 4 Requirements... 4 OS... 5 Networking... 5 Database... 5 Permissions...
VX 9000E WiNG Express Manager INSTALLATION GUIDE
VX 9000E WiNG Express Manager INSTALLATION GUIDE 2 VX 9000E WiNG Express Manager Service Information If you have a problem with your equipment, contact support for your region. Support and issue resolution
OpenStack. Orgad Kimchi. Principal Software Engineer. Oracle ISV Engineering. 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved.
OpenStack Orgad Kimchi Principal Software Engineer Oracle ISV Engineering 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement The following is intended to outline
Are We Done Yet? Testing Your OpenStack Deployment
Accelerating the adoption of Cloud Computing Are We Done Yet? Testing Your Deployment Summit, Paris, France November 4, 2014 Who Am I? Ken Pepple is the Chief Technology Officer of Solinea Prior to founding
UZH Experiences with OpenStack
GC3: Grid Computing Competence Center UZH Experiences with OpenStack What we did, what went well, what went wrong. Antonio Messina 29 April 2013 Setting up Hardware configuration
Mobile Cloud Computing T-110.5121 Open Source IaaS
Mobile Cloud Computing T-110.5121 Open Source IaaS Tommi Mäkelä, Otaniemi Evolution Mainframe Centralized computation and storage, thin clients Dedicated hardware, software, experienced staff High capital
An Efficient Failover Enabling Mechanism in OpenStack
An Efficient Failover Enabling Mechanism in OpenStack S. Ramakrishnan M.Tech Cloud Computing Department of Information Technology SRM University, SRM Nagar, Kattankulathur, Tamil Nadu, India, 603203 Abstract:
Nessus or Metasploit: Security Assessment of OpenStack Cloud
Nessus or Metasploit: Security Assessment of OpenStack Cloud Aleksandar Donevski, Sasko Ristov and Marjan Gusev Ss. Cyril and Methodius University, Faculty of Information Sciences and Computer Engineering,
Monitoring an Openstack cluster
Monitoring an Openstack cluster with icinga/nagios Benedikt Trefzer Cirrax GmbH September 2015 Cirrax GmbH Cirrax GmbH since 2011 based in Bern (Switzerland) Linux and network consulting and engineering
Automated Configuration of Open Stack Instances at Boot Time
Automated Configuration of Open Stack Instances at Boot Time N Praveen 1, Dr. M.N.Jayaram 2 Post Graduate Student 1, Associate Professor 2, EC Department, SJCE, Mysuru, India Abstract: Cloud Computing
OpenStack Assessment : Profiling & Tracing
OpenStack Assessment : Profiling & Tracing Presentation by Hicham ABDELFATTAH Master Director Mohamed Cheriet Outline Introduction OpenStack Issues Rally Perspectives 2 Definition Cloud computing is a
Agile Infrastructure: an updated overview of IaaS at CERN
Agile Infrastructure: an updated overview of IaaS at CERN Luis FERNANDEZ ALVAREZ on behalf of Cloud Infrastructure Team [email protected] HEPiX Spring 2013 CERN IT Department CH-1211 Genève
FUJITSU Software ServerView Cloud Monitoring Manager V1 Introduction
FUJITSU Software ServerView Cloud Monitoring Manager V1 Introduction November 2015 Fujitsu Limited Product Overview 1 Why a Monitoring & Logging OpenStack Service? OpenStack systems are large, complex
rackspace.com/cloud/private
rackspace.com/cloud/private Rackspace Private Cloud Software v 2.0 (2012-11-21) Copyright 2012 Rackspace All rights reserved. This guide is intended to assist Rackspace customers in downloading and installing
Keywords OpenStack, private cloud, infrastructure, AWS, IaaS
Volume 3, Issue 10, October 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Deployment
OpenStack Cloud Administrator Guide
docs.openstack.org OpenStack Cloud Administrator Guide current (2015-05-01) Copyright 2013-2015 OpenStack Foundation Some rights reserved. OpenStack offers open source software for cloud administrators
Establishing Scientific Computing Clouds on Limited Resources using OpenStack
UNIVERSITY OF TARTU FACULTY OF MATHEMATICS AND COMPUTER SCIENCE Institute of Computer Science Valdur Kadakas Establishing Scientific Computing Clouds on Limited Resources using OpenStack Bachelor Thesis
Copyright Pivotal Software Inc, 2013-2015 1 of 10
Table of Contents Table of Contents Getting Started with Pivotal Single Sign-On Adding Users to a Single Sign-On Service Plan Administering Pivotal Single Sign-On Choosing an Application Type 1 2 5 7 10
OpenStack & Hyper-V. Alessandro Pilo- CEO Cloudbase Solu.ons @cloudbaseit
OpenStack & Hyper-V Alessandro Pilo- CEO Cloudbase Solu.ons @cloudbaseit Cloudbase Solutions Company started in Italy as.net / Linux interop dev and consulting Branch started in Timisoara in 2012 to hire
rackspace.com/cloud/private
rackspace.com/cloud/private Rackspace Private Cloud (2014-03-31) Copyright 2014 Rackspace All rights reserved. This guide is intended to assist Rackspace customers in downloading and installing Rackspace
Current unresolved challenges and issues in next generation cloud deployments in a virtual environment. Muhammad Adnan Malik
UNIVERSITY OF OSLO Department of Informatics Current unresolved challenges and issues in next generation cloud deployments in a virtual environment Muhammad Adnan Malik Network and System Administration
Design and Implementation of IaaS platform based on tool migration Wei Ding
4th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 2015) Design and Implementation of IaaS platform based on tool migration Wei Ding State Key Laboratory
Déployer son propre cloud avec OpenStack. GULL 18.11.2014 François Deppierraz [email protected]
Déployer son propre cloud avec OpenStack GULL [email protected] Who Am I? System and Network Engineer Stuck in the Linux world for almost 2 decades Sysadmin who doesn't like to type the same
KVM, OpenStack, and the Open Cloud
KVM, OpenStack, and the Open Cloud Adam Jollans, IBM Southern California Linux Expo February 2015 1 Agenda A Brief History of VirtualizaJon KVM Architecture OpenStack Architecture KVM and OpenStack Case
CERN Cloud Infrastructure. Cloud Networking
CERN Cloud Infrastructure Cloud Networking Contents Physical datacenter topology Cloud Networking - Use cases - Current implementation (Nova network) - Migration to Neutron 7/16/2015 2 Physical network
Large Construction of a Cloud IaaS with Dynamic Resource Allocation Method Using OpenStack
Large Construction of a Cloud IaaS with Dynamic Resource Allocation Method Using OpenStack Chao-Tung Yang and Yu-Tso Liu Department of Computer Science, Tunghai University, Taichung City, 40704 Taiwan
cloud functionality: advantages and Disadvantages
Whitepaper RED HAT JOINS THE OPENSTACK COMMUNITY IN DEVELOPING AN OPEN SOURCE, PRIVATE CLOUD PLATFORM Introduction: CLOUD COMPUTING AND The Private Cloud cloud functionality: advantages and Disadvantages
About the VM-Series Firewall
About the VM-Series Firewall Palo Alto Networks VM-Series Deployment Guide PAN-OS 6.1 Contact Information Corporate Headquarters: Palo Alto Networks 4401 Great America Parkway Santa Clara, CA 95054 http://www.paloaltonetworks.com/contact/contact/
OpenStack in Sina @ 程 辉. [email protected]
OpenStack in Sina @ 程 辉 [email protected] Agenda OpenStack Overview Architecture Analysis Integration Changes Sina Contributions AWS 模 式 的 巨 大 成 功 构 建 了 完 整 的 云 计 算 生 态 系 统 通 过 Web Service(API) 管 理
Migration of virtual machine to cloud using Openstack Python API Clients
Migration of virtual machine to cloud using Openstack Python API Clients Jyoti Joshi 1, Manasi Thakur 2, Saurabh Mhatre 3, Pradnya Usatkar 4, Afrin Parmar 5 1 Assistant Professor Computer, R.A.I.T., University
OpenStack Tutorial. IEEE CloudCom 2010. Bret Piatt Community Stacker Twitter: @bpiatt
OpenStack Tutorial IEEE CloudCom 2010 Bret Piatt Community Stacker Twitter: @bpiatt Application Platforms Undergoing A Major Shift 70 s 80 s 90 s-2000 s 2010-beyond Mainframe Era Client Server Era Cloud
SUSE Cloud. www.suse.com. OpenStack End User Guide. February 20, 2015
SUSE Cloud 5 www.suse.com February 20, 2015 OpenStack End User Guide OpenStack End User Guide Abstract OpenStack is an open-source cloud computing platform for public and private clouds. A series of interrelated
KVM, OpenStack, and the Open Cloud
KVM, OpenStack, and the Open Cloud Adam Jollans, IBM & Mike Kadera, Intel CloudOpen Europe - October 13, 2014 13Oct14 Open VirtualizaGon Alliance 1 Agenda A Brief History of VirtualizaGon KVM Architecture
An Intro to OpenStack. Ian Lawson Senior Solution Architect, Red Hat [email protected]
An Intro to OpenStack Ian Lawson Senior Solution Architect, Red Hat [email protected] What is OpenStack? What is OpenStack? Fully open source cloud operating system Comprised of several open source sub-projects
Last time. Today. IaaS Providers. Amazon Web Services, overview
Last time General overview, motivation, expected outcomes, other formalities, etc. Please register for course Online (if possible), or talk to Yvonne@CS Course evaluation forgotten Please assign one volunteer
RED HAT ENTERPRISE LINUX OPENSTACK PLATFORM
RED HAT ENTERPRISE LINUX OPENSTACK PLATFORM OPEN CLOUD INFRASTRUCTURE BUILT ON RED HAT TECHNOLOGIES Jason Callaway Senior Solutions Architect April 22 2014 I.T. CHALLENGES WORKLOADS ARE EVOLVING CLOUD
Running an OpenStack Cloud for several years and living to tell the tale. Alexandre Maumené Gaëtan Trellu Tokyo Summit, November 2015
Running an OpenStack Cloud for several years and living to tell the tale Alexandre Maumené Gaëtan Trellu Tokyo Summit, November 2015 About the speakers Alexandre Maumené OpenStacker since 2012, Red-Hatter
NephOS A Licensed End-to-end IaaS Cloud Software Stack for Enterprise or OEM On-premise Use.
NephOS A Licensed End-to-end IaaS Cloud Software Stack for Enterprise or OEM On-premise Use. Benefits High performance architecture Advanced security and reliability Increased operational efficiency More
