CloudStack 4.0 (Incubating)

Slides:



Advertisements
Similar presentations
Software Defined Networking in Apache CloudStack
Advertisements

Cloud computing is used to describe a variety of computing concepts that involve a large number of computers connected through a real-time communication.
Ed Duguid with subject: MACE Cloud
CloudStack Scalability Testing, Development, Results, and Futures Anthony Xu Apache CloudStack contributor.
System Center 2012 R2 Overview
The Case for Enterprise Ready Virtual Private Clouds Timothy Wood, Alexandre Gerber *, K.K. Ramakrishnan *, Jacobus van der Merwe *, and Prashant Shenoy.
OpenStack Open Source Cloud Software. OpenStack: The Mission "To produce the ubiquitous Open Source cloud computing platform that will meet the needs.
Antony Jo The University of Montana. Virtualization  The process of abstraction; making something more abstract  Many types: Server Desktop Application.
Apache CloudStack Evolution Proposal Alex Huang Software Architect, Citrix Systems.
Architecting Your Cloud: Lessons Learned from 100 CloudStack Deployments Speaker: Shannon Williams Vice President Market Development, Cloud Platforms EMEA.
Ralph Lobato Director Microsoft Global Alliance Hitachi Data Systems.
Low Control | Low Maintenance Shared Lower cost Dedicated Higher cost High Control | High Maintenance Hybrid On premises Off premises SQL Server Physical.
Business Continuity and DR
Session 3 Windows Platform Dina Alkhoudari. Learning Objectives Understanding Server Storage Technologies Direct Attached Storage DAS Network-Attached.
CloudStack and Big Data Sebastien May 22 nd 2013 LinuxTag, Berlin.
SDN Problem Statement and Use Cases for Data Center Applications Ping Pan Thomas Nadeau November 2011.
Cisco and OpenStack Lew Tucker VP/CTO Cloud Computing Cisco Systems,
Data Center Network Redesign using SDN
Opensource for Cloud Deployments – Risk – Reward – Reality
Yury Kissin Infrastructure Consultant Storage improvements Dynamic Memory Hyper-V Replica VM Mobility New and Improved Networking Capabilities.
INTRODUCTION TO CLOUD COMPUTING CS 595 LECTURE 7 2/23/2015.
DevCloud and CloudMonkey in Apache CloudStack
Appendix B Planning a Virtualization Strategy for Exchange Server 2010.
Ceph Storage in OpenStack Part 2 openstack-ch,
Virtualization By Tim Ausburn & James Cantrell. Virtualization: Why? Reduce IT Costs Server consolidation Application Isolation Increase Server Utilization.
608D CloudStack 3.0 Omer Palo Readiness Specialist, WW Tech Support Readiness May 8, 2012.
Eucalyptus 3 (&3.1). Eucalyptus 3 Product Overview – Govind Rangasamy.
CON Software-Defined Networking in a Hybrid, Open Data Center Krishna Srinivasan Senior Principal Product Strategy Manager Oracle Virtual Networking.
For Testbeds TM. Secure, multi-tenant cloud orchestration platform –Turnkey platform for delivering IaaS clouds –Hypervisor agnostic –Massively scalable,
Cloud Computing – UNIT - II. VIRTUALIZATION Virtualization Hiding the reality The mantra of smart computing is to intelligently hide the reality Binary->
| Basel Fabric Management with Virtual Machine Manager Philipp Witschi – Cloud Architect & Microsoft vTSP Thomas Maurer – Cloud Architect & Microsoft MVP.
Dag Sonstebo Virtualisation Technology User Group 26/02/15 AUTOMATING A PRODUCTION READY CLOUD PLATFORM.
Lattelecom | Cloud Pakalpojums. 2 | Lattelecom Cloud Platform: Competitive Advantages 3 Hardware infrastructure User Control Panel Customer self-service.
HUAWEI TECHNOLOGIES CO., LTD. Huawei FusionSphere Key Messages – Virtualization, Cloud Data Center, and NFVI.
Virtual PC 2007 Virtualization for Fermi Desktops KTF
VIRTUAL MACHINE – VMWARE. VIRTUAL MACHINE (VM) What is a VM? – A virtual machine (VM) is a software implementation of a computing environment in which.
VMware Certified Professional VCP550D Pass Pass VMware Certified Professional Exam By The Help Of Exams4Sure Get Complete File From Exam By The Help Of.
Intro To Virtualization Mohammed Morsi
Building (Virtual) Appliances
NIIF Cloud Infrastructure and Services EGI Technical Forum September 20, 2011 Lyon, France Ivan Marton.
Virtualization - an introduction Gordon Ross Computing Service.
Apache CloudStack An Introduction Kevin Kluge
PaaS services for Computing and Storage
Unit 3 Virtualization.
Course: Cluster, grid and cloud computing systems Course author: Prof
Virtualization for Cloud Computing
Let's talk about Linux and Virtualization in 'vLAMP'
Cloud Technology and the NGS Steve Thorn Edinburgh University (Matteo Turilli, Oxford University)‏ Presented by David Fergusson.
HP Operations Orchestration
Use of HLT farm and Clouds in ALICE
Building GoDaddy.com’s Compute Cloud
Introduction to Distributed Platforms
Dag Toppe Larsen UiB/CERN CERN,
Dag Toppe Larsen UiB/CERN CERN,
Windows Server 2016 Secure IaaS Microsoft Build /1/2018 4:00 AM
Introduction to Data Management in EGI
Welcome! Thank you for joining us. We’ll get started in a few minutes.
Usage of Openstack Cloud Computing Architecture in COE Seowon Jung Systems Administrator, COE
Windows Azure Migrating SQL Server Workloads
Elastic Provisioning In Virtual Private Clouds
Virtualization overview
Red Hat User Group June 2014 Marco Berube, Cloud Solutions Architect
Introduction to Cloud Computing
Managing Clouds with VMM
Virtualization Meetup Discussion
Hyperconvergence Your Way
Virtualization Layer Virtual Hardware Virtual Networking
Extending MPLS/BGP VPNs to End-Systems
Cloud computing mechanisms
06 | SQL Server and the Cloud
Presentation transcript:

CloudStack 4.0 (Incubating) CloudStack 4.0 is the first release as a Apache project. Being released within the hour! Wido den Hollander <wido@widodh.nl> Hugo Trippaers <htrippaers@schubergphilis.com>

What is CloudStack? CloudStack is a Infrastructure-as-a-Service (IaaS) cloud orchestration platform Build to deploy thousands of virtual machines It is Hypervisor agnostic. Supports KVM, OVM, VMWare and XenServer

Why 4.0? Citrix submitted CloudStack to ASF in May 2012 4.0 brings new features Major version change to indicate first Apache release Licensing issues had to be resolved

Licensing for 4.0 Pre-4.0 repository contained non-ASL compatible software and binaries (JARs) Apache projects only release source code Switched to maven to resolve these dependencies

What brings 4.0? Inter-VLAN routing (VPC) Network Virtualization (Nicira NVP L2) RBD primary storage (Ceph) Local storage for data volumes

Virtual Private Cloud

Virtual Private Cloud Multi-tier network configuration support complex applications finegrained network access configuration Site-2-site VPN to link existing networks Dedicated network offerings

Network Virtualization (Nicira NVP) Integration with Nicira Network Virtualization Platform.

Configurable using offerings

Transparent integration

Easy troubleshooting

Network Virtualization (Nicira NVP) Integrate with Nicira Network Virtualization Platform. Transparent integration with Guest Networks Integrated with Physical Network configuration to allow VLAN and SDN networks to co-exist Implementation of SDN networking can be expanded with other SDN implementations Limitations L2 Networking only (until 4.1) KVM not yet supported (patch pending)

RBD (RADOS Block Device) Ceph is a unified open source distributed storage system RBD is a part of the Ceph project No SPoF! (Really, none!) Striped in 4MB chunks over RADOS objects RADOS is the object store of Ceph Reliable Autonomous Distributed Object Store Ceph scales up to PetaBytes even ExaBytes

Ceph

And with multiple VMs? VMs are striped over objects, they probably use different disks High parallel performance More disks means more performance

Ceph

RBD vs NFS and iSCSI NFS and iSCSI still point to one device Some SANs do some stuff with virtual IPs, but it still doesn't scale out RBD scales out by just adding machines Without downtime!

Local storage for data volumes Local storage is useful for example webservers or applications who need very low disk latency CloudStack knows two volumes: root and data In pre-4.0 only root volumes where supported on local storage No migration possible with local storage

Thanks! http://incubator.apache.org/cloudstack cloudstack-dev@incubator.apache.org #cloudstack on Freenode Wido den Hollander and Hugo Trippaers are both CloudStack committers