Test of cloud federation in CHAIN-REDS project
|
|
|
- Jeffrey Rose
- 10 years ago
- Views:
Transcription
1 Test of cloud federation in CHAIN-REDS project Italian National Institute of Nuclear Physics, Division of Catania - Italy [email protected] Roberto Barbera Department of Physics and Astronomy of the University of Catania and INFN - Italy [email protected] Salvatore Monforte Italian National Institute of Nuclear Physics, Division of Catania - Italy [email protected] Maurizio Paone Italian National Institute of Nuclear Physics, Division of Catania - Italy [email protected] Cloud Computing is considered a successful technology, involving distributed computation infrastructures, which take advantage of the virtualization of physical resources to actuate useful scale economies. In cloud ecosystems today, attention increasingly focuses on cooperation issues, mostly in the wider context of federation. Cloud federation refers to the process of interconnecting different cloud infrastructures for resource load balancing and to manage demand spikes. One of the biggest advantages of a federated cloud consists of the possibility of distributing the workload over different cloud providers, rather than obtaining cloud services from just a single supplier. In addition, federation could be very important for Big Data, for example, to implement policies allowing migration for virtual machines involved in data analysis next to storage hosting Big Data. Federation, automation, standards, and interoperability are crucial for cloud computing services to be successful in the near future. Standards are crucial for both interoperability and federation, and federation is the first step toward interoperability. The idea we describe in this paper comes from the assumption that some of Cloud Infrastructure offering IaaS (e.g., Open- Stack, OpenNebula) provide interfaces based on the OCCI standard, but lack an interconnecting cooperation/federation awareness layer. We propose a software infrastructure able to provide a homogeneous interface among different Cloud managers, in order to coordinate the IaaS resources in a transparent and distributed manner. We have implemented such software, based on CLEVER, a novel Cloud Middleware jointly developed by INFN Catania and the University of Messina, which uses XMPP as interconnecting communication protocol. We also present: an interface for the Catania Science Gateway Framework implementing a simple dashboard a testbed used in the framework of the CHAIN-REDS Project, which includes sites belonging to the EGI Federated Cloud. This work shows that cloud federation using standards is feasible. International Symposium on Grids and Clouds (ISGC) 2014, March 2014 Academia Sinica, Taipei, Taiwan c Copyright owned by the author(s) under the terms of the Creative Commons Attribution-NonCommercial-ShareAlike Licence.
2 1. Introduction Cloud federation generally refers to the process of interconnecting different cloud infrastructures to handle balancing the load that arises from users requests, yielding highly available services and satisfying the ever-growing demand of the involved Virtual Research Communities (VRCs). A cloud federation should have two fundamental properties: transparency and elasticity. The former follows from the user s expectation to simply ask for resources, rather than to have to choose between available resources, while the latter comes from the assumption that a cloud infrastructure should be able to dynamically add more resources as required to meet user requests. Such a cloud federation is able to accommodate demand spikes transparently to the users and, at the same time, allows cloud administrators to implement policies aimed at optimizing the use of valuable resources, as required by the community of the CHAIN-REDS Project [1]. In this paper, we focus on two demonstrative use cases where cloud federation is the perfect choice to answer the requirements of the VRCs: on demand application execution and elastic usage of resources available to a VRC. A generic illustration of our idea of cloud federation is depicted in Figure 1, which shows several independent cloud providers having made an agreement. When one of them, represented by the Home Cloud, needs supplementary resources, it can elastically make use of resources made available from the other clouds participating in the agreement. Figure 1: Generic cloud federation relationship To meet the previously mentioned requirements, a Cloud Manager component built as a CLEVER [2] agent has been developed and integrated in a Liferay Portlet within the Catania Science Gateway Framework. (See [3] for a description). 2. CLEVER CLEVER, designed and developed at the University of Messina, is novel Cloud middleware Speaker. CHAIN-REDS Project for economic support 2
3 for managing virtual appliances that provides an abstraction for the management of virtual resources and supports useful and easy management of private/hybrid clouds. It allows interactions of different interconnected computing infrastructures by handling simple and easily accessible interfaces. The middleware is based on a distributed clustered architecture, where each cluster is organized as two hierarchical layers, as depicted in Figure 2. CLEVER nodes contain a host level management module, called Host Manager (HM). A single node may also include a cluster level management module, called Cluster Manager (CM). Figure 2: CLEVER elements Both CMs and HMs are composed by several subcomponents, called agents, designed to perform specific tasks. Since agents are separate processes running on the same host (for fault tolerance), we based internal communication on Inter Process Communications (IPC), such as mechanisms exploiting D-Bus interfaces. On the other hand, the communication among CM, HMs, and external clients is based on the XMPP protocol [4], which was designed to drive communications in heterogeneous instant messaging systems, where it is possible to transmit any type of data. In particular, the protocol is able to guarantee connectivity among different users even with restrictive network security policies (NAT transversal, firewall policies, etc.). The XMPP protocol is also able to offer decentralized services, scalability in terms of number of hosts, flexibility in the system interoperability, and native security features based on the use of channel encryption and/or XML encryption. To make CLEVER able to integrate different clouds, we added a new element (called Cloud Manager) to the Host Manager so that the new element will handle a remote cloud system similarly to how the HM handles a computing node. As shown in Figure 3 the Cloud Manager is integrated in CLEVER, which allows CLEVER to integrate the resources provided by the remote cloud and the local resource pool. OCCI (Open Cloud Computing Interface) allows standardization of the interaction between various cloud systems. In fact, the largest cloud systems provide an OCCI API to interact with and use the capabilities of the underlying middleware. Using this standard, heterogeneous remote resources can be joined together, enhancing system performance and availability. This standard, which provides a framework for the front-end infrastructure management of IaaS providers and is based on a REST (Representational State Transfer) approach, was developed by the OGF (Open Grid Forum) [5]. The Cloud Manager is a software agent for management of cloud environments that belong to different providers, allowing the administrator to coherently see all local and remote 3
4 Figure 3: CLEVER elements with Cloud Manager resources. CLEVER already natively contains the concept of federation between homogeneous clouds, and we have extended it to support heterogeneous environments through the OCCI standard. In this way, a user uniformly sees local and remote resources and is able to interact with the local or remote cloud, actually aggregating compute nodes from different types of cloud infrastructures. 3. Science Gateway In current e-science activities, Science Gateways are playing a steadily increasing role and their relevance will further increase with the development of more efficient network technologies and larger distributed computing infrastructures worldwide. Through the highly collaborative environment of a Science Gateway, users spread around the world and belonging to different organizations can easily cooperate to reach common goals and exploit all the resources they need to accomplish their work. A Science Gateway is defined as community-developed set of tools, applications, and data that is integrated via a portal or a suite of applications, usually in a graphical user interface, that is further customized to meet the needs of a specific community [6]. However, a Science Gateway is usually more than a collection of applications. Gateways often let users store, manage, catalogue, and share large data collections or rapidly evolving novel applications they cannot find elsewhere. Training and education are also a significant part of some science gateways. Our Science Gateway is built within the Liferay web portal framework and portlet container [7] and it is fully compliant with the JSR 286 ( portlet2.0") standard [8]. Liferay is currently the most used framework to build Science Gateways in the Grid world and ships with more than sixty portlets that can be easily combined (mashed-up) to build complex and appealing e-collaboration environments. Other 200+ portlets are available in the repository of the Liferay community [9]. The highest level component in the authorization/authentication hierarchy has to be integrated in our Science Gateway and has to support a Single Sign On (SSO) mechanism across all services a given user is entitled (i.e., has the right) to use, in order not to confuse inexperienced users with different sets of credentials. Many web tools support SSO within a centralized or distributed authentication framework. Nevertheless, in order to comply with currently adopted standards and support the most relevant Identity Federations in Education and Research, the Science Gateway is compliant with the Security Assertion Markup Language (SAML) OASIS standard [10] for credential communication. The Shibboleth [11] implementation of SAML has been adopted in the 4
5 DECIDE Science Gateway [3] and a library has been developed to make Liferay manage the Shibboleth token (see Figure 4). Figure 4: Reference Model for Science Gateway Our Science Gateway uses the Catania Grid Engine to perform Grid transactions. The Catania Grid Engine is a generic software module able to interconnect the Scientific Gateway presentation layer with the underlying Grid infrastructures using standard technologies. It allows quick creation of new Science Gateways, providing their developers with a simple interface that lets them avoid worrying about middleware specificities. The adoption of international standards was considered from the beginning of the design of the DECIDE Science Gateway as a mandatory practice in order to protect the investment in the creation of this high-level user interface from middleware changes and lack of interoperability. In this way, the Scientific Gateway can become a gate to a huge e- Infrastructure made of resources coming from different kinds of Grid infrastructures with different kinds of middleware deployed and connected via standard interfaces. As a consequence of these considerations, the Catania Grid Engine adopts the Simple API for Grid Applications (SAGA) Core API [12, 13], a high level, application-oriented, software library for Grid applications specified by the Open Grid Forum (OGF), and its JSAGA implementation [14]. JSAGA allows the creation of a single interface to different middleware stacks and permits Science Gateways to exploit resources coming from different Grid infrastructures. A sketch of the Catania Grid Engine architecture is in Figure Use cases Virtual Research Communities sometime need to run applications whose requirements do not simply fit grid or clusters frameworks. Cloud computing can be one possible solution since it simplifies the provisioning of specific Virtual Machines (VMs) on demand. In CHAIN-REDS, we provided a proof-of-concept solution that, transparently to the user, fulfills this requirement. The workflow depicted in Figure 6 is composed through the Science Gateway Framework (SGF). Once the user is logged in, the user can access a list of user-authorization applications. When the user wants to submit a job, the SGF-based Science Gateway (SG) interacts with the cloud that offers the needed VM by means of OCCI. The required VM will start and the SG, 5
6 Figure 5: Science Gateway Framework components scheme Figure 6: Workflow for use case 1 making use of JSAGA, submits the user job. Once the job ends, the SG uses again JSAGA to retrieve the output, makes it available to the user, and shuts down the VM. This feature is part of the CHAIN-REDS testbed. Figure 7a is a screenshot of the dynamic map showing the sites participating in the testbed in the European area. Involved partners provide resources in different ways: through clusters and grids, and via OCCI, through clouds. The Science Gateway supplies users with transparent and unified access to those resources. Figure 7b shows the participating worldwide testbed sites. Figure 8 summarizes the second use case introduced in Section 1, i.e., the efficient usage of resources made available to a VRC. Eight different sites in six European countries have made part of their cloud resources available to produce a unified cloud, exploitable by users through a homogeneous interface. Three cloud manager stacks were involved among the cloud sites: Openstack [15] Openebula [16] Okeanos [17] 6
7 (a) Infrastructure in Europe for use case 1 (b) Sites for use case 1 Figure 7: Use case 1 screenshots Some VM templates, instantiable and manageable by users, were defined and implemented to create a sort of marketplace. At this stage of development, we use a simple rsync-based procedure as a mechanism for image dissemination among partner sites (Figure 9). As shown in this figure, users can access the cloud resources of partner sites through a Web interface deployed as a portlet on the Science Gateway, called MyCloud. This portlet interacts with the various clouds through CLEVER, specifically with the Cloud Manager Agent, as described in Section 2. A screenshot of this GUI is shown in Figure 10, where each box represents a remote cloud site, containing the VM instances created at that site by users. All the available template images are displayed on the right as a marketplace. Users can perform typical actions, such as VM (multi)deploy, start and stop, delete, etc. The IP assigned to each instance is published on DNS with chain-project.eu domain. Users can have SSH access to the instances directly via the GUI. As depicted in Figure 11, both application on demand (the first use case) and IaaS among heterogeneous clouds (the second use case) have been deployed on Science Gateway infrastructure and can be accessed from the same web interface in an integrated environment. Figure 8: Testbed for use case 2 7
8 5. Conclusions Figure 9: Logical scheme for use case 2 Figure 10: MyCloud GUI In this paper, we have shown an integrated infrastructure able to provide both SaaS and IaaS capabilities, yielding a homogeneous interface to a set of heterogeneous cloud resources. In this scenario, two use cases have been presented, as well as their integration in the Science Gateway Framework. The Grid Engine Framework and JSAGA adaptor have been described concerning the SaaS aspects, while Cloud Manager component developed on the CLEVER middleware have been analyzed in relation to the IaaS capabilities. The whole system exploits the OCCI standard to achieve a uniform interface among different cloud manager stacks. References [1] CHAIN-REDS. Chain-reds fp7 project. [2] Francesco Tusa, Maurizio Paone, Massimo Villari, and Antonio Puliafito. Clever: A cloud-enabled virtual environment. In ISCC, pages IEEE,
9 Figure 11: Scheme of the overall testbed [3] V. Ardizzone, R. Barbera, A. Calanducci, M. Fargetta, E. Ingrà, I. Porro, G. La Rocca, S. Monforte, R. Ricceri, R. Rotondo, D. Scardaci, and A. Schenone. The decide science gateway. Journal of Grid Computing, 10(4): , [4] P. Saint-Andre. Extensible Messaging and Presence Protocol (XMPP): Core. RFC 6120 (Proposed Standard), March [5] Open Grid Forum. An open community leading cloud. [6] Us teragrid project. [7] Liferay. The liferay portal framework. [8] JCP. The jsr286 standard. [9] Liferay. Liferay marketplace. [10] XML. The saml standard. [11] Shibboleth Team. The shibboleth system. [12] Open Grid Forum. The saga ogf standard specification. [13] S. Jha, H. Kaiser, A. Merzky, and O. Weidner. Grid interoperability at the application level using saga. In e-science and Grid Computing, IEEE International Conference on, pages , Dec [14] JSaga team. The jsaga website. [15] Openstack Foundation. Openstack cloud manager. [16] OpenNebula. Opennebula cloud manager. [17] GRNET. Okeanos cloud manager. 9
CLEVER: a CLoud-Enabled Virtual EnviRonment
CLEVER: a CLoud-Enabled Virtual EnviRonment Francesco Tusa Maurizio Paone Massimo Villari Antonio Puliafito {ftusa,mpaone,mvillari,apuliafito}@unime.it Università degli Studi di Messina, Dipartimento di
A Model for Accomplishing and Managing Dynamic Cloud Federations
A Model for Accomplishing and Managing Dynamic Cloud Federations London, CFM workshop 2014, December 8 th Giuseppe Andronico, INFN CT Marco Fargetta (INFN CT), Maurizio Paone (INFN CT), Salvatore Monforte
IaaS Cloud Architectures: Virtualized Data Centers to Federated Cloud Infrastructures
IaaS Cloud Architectures: Virtualized Data Centers to Federated Cloud Infrastructures Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF Introduction
StratusLab project. Standards, Interoperability and Asset Exploitation. Vangelis Floros, GRNET
StratusLab project Standards, Interoperability and Asset Exploitation Vangelis Floros, GRNET EGI Technical Forum 2011 19-22 September 2011, Lyon, France StratusLab is co-funded by the European Community
Federation Establishment Between CLEVER Clouds Through a SAML SSO Authentication Profile
14 Federation Establishment Between CLEVER Clouds Through a SAML SSO Authentication Profile Antonio Celesti, Francesco Tusa, Massimo Villari and Antonio Puliafito Dept. of Mathematics, Faculty of Engineering,
IGI Portal architecture and interaction with a CA- online
IGI Portal architecture and interaction with a CA- online Abstract In the framework of the Italian Grid Infrastructure, we are designing a web portal for the grid and cloud services provisioning. In following
Cloud Federation to Elastically Increase MapReduce Processing Resources
Cloud Federation to Elastically Increase MapReduce Processing Resources A.Panarello, A.Celesti, M. Villari, M. Fazio and A. Puliafito {apanarello,acelesti, mfazio, mvillari, apuliafito}@unime.it DICIEAMA,
CompatibleOne Open Source Cloud Broker Architecture Overview
CompatibleOne Open Source Cloud Broker Architecture Overview WHITE PAPER October 2012 Table of Contents Abstract 2 Background 2 Disclaimer 2 Introduction 2 Section A: CompatibleOne: Open Standards and
Getting Started Hacking on OpenNebula
LinuxTag 2013 Berlin, Germany, May 22nd Getting Started Hacking on OpenNebula Carlos Martín Project Engineer Acknowledgments The research leading to these results has received funding from Comunidad de
EMI views on Cloud Computing
EMI views on Cloud Computing Florido Paganelli Lund University NorduGrid 2011, May 10th, Sundvolden, Norway Florido Paganelli (Lund University) EMI views on Cloud Computing NorduGrid2011 1 / 25 Outline
Challenges in Hybrid and Federated Cloud Computing
Cloud Day 2011 KTH-SICS Cloud Innovation Center and EIT ICT Labs Kista, Sweden, September 14th, 2011 Challenges in Hybrid and Federated Cloud Computing Ignacio M. Llorente Project Director Acknowledgments
Cloud services in PL-Grid and EGI Infrastructures
1 Cloud services in PL-Grid and EGI Infrastructures J. Meizner, M. Radecki, M. Pawlik, T. Szepieniec ACK Cyfronet AGH Cracow Grid Workshop 2012, Kraków, 22.10.2012 Overview 2 Different types of Compute
Defining Generic Architecture for Cloud Infrastructure as a Service Model
Defining Generic Architecture for Cloud Infrastructure as a Service Model Yuri Demchenko 1 University of Amsterdam Science Park 904, Amsterdam, The Netherlands E-mail: [email protected] Cees de Laat University
The OpenNebula Cloud Platform for Data Center Virtualization
CloudOpen 2012 San Diego, USA, August 29th, 2012 The OpenNebula Cloud Platform for Data Center Virtualization Carlos Martín Project Engineer Acknowledgments The research leading to these results has received
Virtualization, SDN and NFV
Virtualization, SDN and NFV HOW DO THEY FIT TOGETHER? Traditional networks lack the flexibility to keep pace with dynamic computing and storage needs of today s data centers. In order to implement changes,
IAAS CLOUD EXCHANGE WHITEPAPER
IAAS CLOUD EXCHANGE WHITEPAPER Whitepaper, July 2013 TABLE OF CONTENTS Abstract... 2 Introduction... 2 Challenges... 2 Decoupled architecture... 3 Support for different consumer business models... 3 Support
DESIGN OF A PLATFORM OF VIRTUAL SERVICE CONTAINERS FOR SERVICE ORIENTED CLOUD COMPUTING. Carlos de Alfonso Andrés García Vicente Hernández
DESIGN OF A PLATFORM OF VIRTUAL SERVICE CONTAINERS FOR SERVICE ORIENTED CLOUD COMPUTING Carlos de Alfonso Andrés García Vicente Hernández 2 INDEX Introduction Our approach Platform design Storage Security
OCCI and Security Operations in OpenStack - Overview
Allocation of VMs: A primer Alex Glikson (IBM), John M. Kennedy (Intel), Giovanni Toffetti (IBM) FI-WAE Cloud Hosting Chapter June 6th, 2013 http://www.fi-ware.eu http://www.fi-ppp.eu Agenda Overview Web-based
Sistemi Operativi e Reti. Cloud Computing
1 Sistemi Operativi e Reti Cloud Computing Facoltà di Scienze Matematiche Fisiche e Naturali Corso di Laurea Magistrale in Informatica Osvaldo Gervasi [email protected] 2 Introduction Technologies
OpenNebula Open Souce Solution for DC Virtualization. C12G Labs. Online Webinar
OpenNebula Open Souce Solution for DC Virtualization C12G Labs Online Webinar What is OpenNebula? Multi-tenancy, Elasticity and Automatic Provision on Virtualized Environments I m using virtualization/cloud,
Infrastructure Management of Hybrid Cloud for Enterprise Users
Infrastructure Management of Hybrid Cloud for Enterprise Users Shixing Yan *, Bu Sung Lee *^, Guopeng Zhao *, Ding Ma *, Peer Mohamed * * HP Labs Singapore 1 Fusionopolis Way Singapore 138632 ^School of
A Requirements Analysis for IaaS Cloud Federation
A Requirements Analysis for IaaS Cloud Federation Alfonso Panarello, Antonio Celesti, Maria Fazio, Massimo Villari and Antonio Puliafito DICIEAMA, Università degli Studi di Messina, Contrada Di Dio, S.
Lecture 02b Cloud Computing II
Mobile Cloud Computing Lecture 02b Cloud Computing II 吳 秀 陽 Shiow-yang Wu T. Sridhar. Cloud Computing A Primer, Part 2: Infrastructure and Implementation Topics. The Internet Protocol Journal, Volume 12,
glibrary: Digital Asset Management System for the Grid
glibrary: Digital Asset Management System for the Grid Antonio Calanducci INFN Catania EGEE User Forum Manchester, 09 th -11 th May 2007 www.eu-egee.org EGEE and glite are registered trademarks Outline
Clodoaldo Barrera Chief Technical Strategist IBM System Storage. Making a successful transition to Software Defined Storage
Clodoaldo Barrera Chief Technical Strategist IBM System Storage Making a successful transition to Software Defined Storage Open Server Summit Santa Clara Nov 2014 Data at the core of everything Data is
XMPP A Perfect Protocol for the New Era of Volunteer Cloud Computing
International Journal of Computational Engineering Research Vol, 03 Issue, 10 XMPP A Perfect Protocol for the New Era of Volunteer Cloud Computing Kamlesh Lakhwani 1, Ruchika Saini 1 1 (Dept. of Computer
A Survey Study on Monitoring Service for Grid
A Survey Study on Monitoring Service for Grid Erkang You [email protected] ABSTRACT Grid is a distributed system that integrates heterogeneous systems into a single transparent computer, aiming to provide
Interoperating Cloud-based Virtual Farms
Stefano Bagnasco, Domenico Elia, Grazia Luparello, Stefano Piano, Sara Vallero, Massimo Venaruzzo For the STOA-LHC Project Interoperating Cloud-based Virtual Farms The STOA-LHC project 1 Improve the robustness
A Federated Authorization and Authentication Infrastructure for Unified Single Sign On
A Federated Authorization and Authentication Infrastructure for Unified Single Sign On Sascha Neinert Computing Centre University of Stuttgart Allmandring 30a 70550 Stuttgart [email protected]
OpenNebula Leading Innovation in Cloud Computing Management
OW2 Annual Conference 2010 Paris, November 24th, 2010 OpenNebula Leading Innovation in Cloud Computing Management Ignacio M. Llorente DSA-Research.org Distributed Systems Architecture Research Group Universidad
Cisco Hybrid Cloud Solution: Deploy an E-Business Application with Cisco Intercloud Fabric for Business Reference Architecture
Reference Architecture Cisco Hybrid Cloud Solution: Deploy an E-Business Application with Cisco Intercloud Fabric for Business Reference Architecture 2015 Cisco and/or its affiliates. All rights reserved.
Manjrasoft Market Oriented Cloud Computing Platform
Manjrasoft Market Oriented Cloud Computing Platform Innovative Solutions for 3D Rendering Aneka is a market oriented Cloud development and management platform with rapid application development and workload
Cloud deployment model and cost analysis in Multicloud
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) ISSN: 2278-2834, ISBN: 2278-8735. Volume 4, Issue 3 (Nov-Dec. 2012), PP 25-31 Cloud deployment model and cost analysis in Multicloud
SLA BASED SERVICE BROKERING IN INTERCLOUD ENVIRONMENTS
SLA BASED SERVICE BROKERING IN INTERCLOUD ENVIRONMENTS Foued Jrad, Jie Tao and Achim Streit Steinbuch Centre for Computing, Karlsruhe Institute of Technology, Karlsruhe, Germany {foued.jrad, jie.tao, achim.streit}@kit.edu
Open Source Cloud Computing Management with OpenNebula
CloudCamp Campus Party July 2011, Valencia Open Source Cloud Computing Management with OpenNebula Javier Fontán Muiños dsa-research.org Distributed Systems Architecture Research Group Universidad Complutense
Cloud Computing Architecture with OpenNebula HPC Cloud Use Cases
NASA Ames NASA Advanced Supercomputing (NAS) Division California, May 24th, 2012 Cloud Computing Architecture with OpenNebula HPC Cloud Use Cases Ignacio M. Llorente Project Director OpenNebula Project.
OpenNebula Open Souce Solution for DC Virtualization
OSDC 2012 25 th April, Nürnberg OpenNebula Open Souce Solution for DC Virtualization Constantino Vázquez Blanco OpenNebula.org What is OpenNebula? Multi-tenancy, Elasticity and Automatic Provision on Virtualized
ehr Solution for HKSAR GOVT ehealth Project
ehr Solution for HKSAR GOVT ehealth Project 3717 Columbia Pike. Arlington, VA 22204. 703.575.8400. www.plan-sys.com October 31, 2011 People. Service. Integrity Company Profile Founded 1988 Products Core
Deploying a distributed data storage system on the UK National Grid Service using federated SRB
Deploying a distributed data storage system on the UK National Grid Service using federated SRB Manandhar A.S., Kleese K., Berrisford P., Brown G.D. CCLRC e-science Center Abstract As Grid enabled applications
Work in Progress on Cloud Computing in Myriads Team and Contrail European Project Christine Morin, Inria
Potential collaboration talk Work in Progress on Cloud Computing in Myriads Team and Contrail European Project Christine Morin, Inria Design and implementation of autonomous distributed systems Internet
SOA REFERENCE ARCHITECTURE: WEB TIER
SOA REFERENCE ARCHITECTURE: WEB TIER SOA Blueprint A structured blog by Yogish Pai Web Application Tier The primary requirement for this tier is that all the business systems and solutions be accessible
Aneka: A Software Platform for.net-based Cloud Computing
Aneka: A Software Platform for.net-based Cloud Computing Christian VECCHIOLA a, Xingchen CHU a,b, and Rajkumar BUYYA a,b,1 a Grid Computing and Distributed Systems (GRIDS) Laboratory Department of Computer
CernVM Online and Cloud Gateway a uniform interface for CernVM contextualization and deployment
CernVM Online and Cloud Gateway a uniform interface for CernVM contextualization and deployment George Lestaris - Ioannis Charalampidis D. Berzano, J. Blomer, P. Buncic, G. Ganis and R. Meusel PH-SFT /
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
API Architecture. for the Data Interoperability at OSU initiative
API Architecture for the Data Interoperability at OSU initiative Introduction Principles and Standards OSU s current approach to data interoperability consists of low level access and custom data models
OpenNebula Open Souce Solution for DC Virtualization
13 th LSM 2012 7 th -12 th July, Geneva OpenNebula Open Souce Solution for DC Virtualization Constantino Vázquez Blanco OpenNebula.org What is OpenNebula? Multi-tenancy, Elasticity and Automatic Provision
STeP-IN SUMMIT 2013. June 18 21, 2013 at Bangalore, INDIA. Performance Testing of an IAAS Cloud Software (A CloudStack Use Case)
10 th International Conference on Software Testing June 18 21, 2013 at Bangalore, INDIA by Sowmya Krishnan, Senior Software QA Engineer, Citrix Copyright: STeP-IN Forum and Quality Solutions for Information
OGF25/EGEE User Forum Catania, Italy 2 March 2009
OGF25/EGEE User Forum Catania, Italy 2 March 2009 Constantino Vázquez Blanco Javier Fontán Muiños Raúl Sampedro Distributed Systems Architecture Research Group Universidad Complutense de Madrid 1/31 Outline
Virtual Machine in Data Center Switches Huawei Virtual System
Virtual Machine in Data Center Switches Huawei Virtual System Contents 1 Introduction... 3 2 VS: From the Aspect of Virtualization Technology... 3 3 VS: From the Aspect of Market Driving... 4 4 VS: From
Cloud-pilot.doc 12-12-2010 SA1 Marcus Hardt, Marcin Plociennik, Ahmad Hammad, Bartek Palak E U F O R I A
Identifier: Date: Activity: Authors: Status: Link: Cloud-pilot.doc 12-12-2010 SA1 Marcus Hardt, Marcin Plociennik, Ahmad Hammad, Bartek Palak E U F O R I A J O I N T A C T I O N ( S A 1, J R A 3 ) F I
IaaS Federation. Contrail project. IaaS Federation! Objectives and Challenges! & SLA management in Federations 5/23/11
Cloud Computing (IV) s and SPD Course 19-20/05/2011 Massimo Coppola IaaS! Objectives and Challenges! & management in s Adapted from two presentations! by Massimo Coppola (CNR) and Lorenzo Blasi (HP) Italy)!
HPC Cloud Computing with OpenNebula
High Performance Cloud Computing Day BiG Grid - SARA Amsterdam, The Netherland, October 4th, 2011 HPC Cloud Computing with OpenNebula Ignacio M. Llorente Project Director Acknowledgments The research leading
Lecture 02a Cloud Computing I
Mobile Cloud Computing Lecture 02a Cloud Computing I 吳 秀 陽 Shiow-yang Wu What is Cloud Computing? Computing with cloud? Mobile Cloud Computing Cloud Computing I 2 Note 1 What is Cloud Computing? Walking
FLEXIANT. Utility Computing on Demand
FLEXIANT Utility Computing on Demand Flexiant Flexiant is a software and services company, one of the world's first public/private Cloud providers. We provide cloud infrastructure software and services
Interoperability and Portability for Cloud Computing: A Guide
Interoperability and Portability for Cloud Computing: A Guide November, 2014 Contents Acknowledgements... 3 Motivation and Considerations... 4 Interoperability & Portability Overview... 5 Basic Definition
OpenNebula Cloud Platform for Data Center Virtualization
OSDC 2013 Nüremberg, Germany 17-18 April, 2013 OpenNebula Cloud Platform for Data Center Virtualization Constantino Vázquez Blanco OpenNebula Project Engineer @tinova79 OpenNebula Project. Creative Commons
FREE AND OPEN SOURCE SOFTWARE FOR CLOUD COMPUTING SERENA SPINOSO ([email protected]) FULVIO VALENZA (fulvio.valenza@polito.
+ FREE AND OPEN SOURCE SOFTWARE FOR CLOUD COMPUTING SERENA SPINOSO ([email protected]) FULVIO VALENZA ([email protected]) + OUTLINE INTRODUCTION OF CLOUD DEFINITION OF CLOUD BASIC CLOUD COMPONENTS
White Paper. Requirements of Network Virtualization
White Paper on Requirements of Network Virtualization INDEX 1. Introduction 2. Architecture of Network Virtualization 3. Requirements for Network virtualization 3.1. Isolation 3.2. Network abstraction
Research on Operation Management under the Environment of Cloud Computing Data Center
, pp.185-192 http://dx.doi.org/10.14257/ijdta.2015.8.2.17 Research on Operation Management under the Environment of Cloud Computing Data Center Wei Bai and Wenli Geng Computer and information engineering
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
Assignment # 1 (Cloud Computing Security)
Assignment # 1 (Cloud Computing Security) Group Members: Abdullah Abid Zeeshan Qaiser M. Umar Hayat Table of Contents Windows Azure Introduction... 4 Windows Azure Services... 4 1. Compute... 4 a) Virtual
Enabling cloud for e-science with OpenNebula
Enabling cloud for e-science with OpenNebula cloud-devroom@fosdem 13 Zeeshan Ali Shah System Administrator, PDC-HPC KTH, Stockholm [email protected] disclaimer: opinions expressed in this talk are solely
Evaluation of different Open Source Identity management Systems
Evaluation of different Open Source Identity management Systems Ghasan Bhatti, Syed Yasir Imtiaz Linkoping s universitetet, Sweden [ghabh683, syeim642]@student.liu.se 1. Abstract Identity management systems
EMC VPLEX FAMILY. Continuous Availability and data Mobility Within and Across Data Centers
EMC VPLEX FAMILY Continuous Availability and data Mobility Within and Across Data Centers DELIVERING CONTINUOUS AVAILABILITY AND DATA MOBILITY FOR MISSION CRITICAL APPLICATIONS Storage infrastructure is
Cloud Federations in Contrail
Cloud Federations in Contrail Emanuele Carlini 1,3, Massimo Coppola 1, Patrizio Dazzi 1, Laura Ricci 1,2, GiacomoRighetti 1,2 " 1 - CNR - ISTI, Pisa, Italy" 2 - University of Pisa, C.S. Dept" 3 - IMT Lucca,
Build & Manage Clouds with Red Hat Cloud Infrastructure Products. TONI WILLBERG Solution Architect Red Hat [email protected]
Build & Manage Clouds with Red Hat Cloud Infrastructure Products TONI WILLBERG Solution Architect Red Hat [email protected] AGENDA Cloud Concepts Market Overview Evolution to Cloud Workloads Evolution to
EXTENDING SINGLE SIGN-ON TO AMAZON WEB SERVICES
pingidentity.com EXTENDING SINGLE SIGN-ON TO AMAZON WEB SERVICES Best practices for identity federation in AWS Table of Contents Executive Overview 3 Introduction: Identity and Access Management in Amazon
Key Research Challenges in Cloud Computing
3rd EU-Japan Symposium on Future Internet and New Generation Networks Tampere, Finland October 20th, 2010 Key Research Challenges in Cloud Computing Ignacio M. Llorente Head of DSA Research Group Universidad
ASCETiC Whitepaper. Motivation. ASCETiC Toolbox Business Goals. Approach
ASCETiC Whitepaper Motivation The increased usage of ICT, together with growing energy costs and the need to reduce greenhouse gases emissions call for energy-efficient technologies that decrease the overall
Cloud Infrastructure Pattern
1 st LACCEI International Symposium on Software Architecture and Patterns (LACCEI-ISAP-MiniPLoP 2012), July 23-27, 2012, Panama City, Panama. Cloud Infrastructure Pattern Keiko Hashizume Florida Atlantic
MIGRATING DESKTOP AND ROAMING ACCESS. Migrating Desktop and Roaming Access Whitepaper
Migrating Desktop and Roaming Access Whitepaper Poznan Supercomputing and Networking Center Noskowskiego 12/14 61-704 Poznan, POLAND 2004, April white-paper-md-ras.doc 1/11 1 Product overview In this whitepaper
OpenNaaS based Management Solution for inter-data Centers Connectivity
OpenNaaS based Management Solution for inter-data Centers Connectivity José Ignacio Aznar 1, Manel Jara 1, Adrián Roselló 1, Dave Wilson 2, Sergi Figuerola 1 1 Distributed Applications and Networks Area
Communiqué 4. Standardized Global Content Management. Designed for World s Leading Enterprises. Industry Leading Products & Platform
Communiqué 4 Standardized Communiqué 4 - fully implementing the JCR (JSR 170) Content Repository Standard, managing digital business information, applications and processes through the web. Communiqué
