Enabling the Deployment of Virtual Clusters on the VCOC Experiment of the Bonfire Federated Cloud

Enabling the Deployment of Virtual Clusters on the VCOC Experiment of the Bonfire Federated Cloud

CLOUD COMPUTING 2012 : The Third International Conference on Cloud Computing, GRIDs, and Virtualization Enabling the Deployment of Virtual Clusters on the VCOC Experiment of the BonFIRE Federated Cloud Raul Valin, Luis M. Carril, J. Carlos Mouri˜no, Carmen Cotelo, Andr´es G´omez, and Carlos Fern´andez Supercomputing Centre of Galicia (CESGA) Santiago de Compostela, Spain Email: rvalin,lmcarril,jmourino,carmen,agomez,[email protected] Abstract—The BonFIRE project has developed a federated OpenCirrus. BonFIRE offers an experimenter control of cloud that supports experimentation and testing of innovative available resources. It supports dynamically creating, updat- scenarios from the Internet of Services research community. ing, reading and deleting resources throughout the lifetime Virtual Clusters on federated Cloud sites (VCOC) is one of the supported experiments of the BonFIRE Project whose main of an experiment. Compute resources can be configured with objective is to evaluate the feasibility of using multiple Cloud application-specific contextualisation information that can environments to deploy services which need the allocation provide important configuration information to the virtual of a large pool of CPUs or virtual machines to a single machine (VM); this information is available to software user (as High Throughput Computing or High Performance applications after the machine is started. BonFIRE also Computing). In this work, we describe the experiment agent, a tool developed on the VCOC experiment to facilitate the supports elasticity within an experiment, i.e., dynamically automatic deployment and monitoring of virtual clusters on create, update and destroy resources from a running node of the BonFIRE federated cloud. This tool was employed in the experiment, including cross-testbed elasticity. the presented work to analyse the deployment time of all INRIA currently offers on-request compute resources in possible combinations between the available storage images and instance types on two sites that belong to the BonFIRE BonFIRE, allowing experimenters to reserve large quantities federated cloud. The obtained results have allowed us to study of physical hardware (162 nodes/1800 cores available). the impact of allocating different requests on the deployment This gives experimenters flexibility to perform large-scale time of a virtual machine, showing that the deployment time of experimentation, as well as providing greater control of the VM instances depends on their characteristics and the physical experiment variables as exclusive access to the physical infrastructure of each site. hosts is possible. Further control of network performance be- Keywords-Cloud computing; Federated clouds; Virtualization; tween testbeds is anticipated through future interconnection Cloud platforms; Virtual clusters; IaaS; SaaS. with Federica and GEANT´ AutoBAHN. BonFIRE gives you control of your experiment, which is treated as a concrete I. INTRODUCTION entity in BonFIRE to manage your resources. The BonFIRE Project [1] supports experimentation and Some additional features implemented on the BonFIRE testing of innovative scenarios from the Internet of Services project are: research community, specifically focused on the convergence of services and networks. BonFIRE operates a Cloud facility based on an Infrastructure as a Service delivery model with guidelines, policies and best practices for experimentation. A federated multi-platform approach is adopted, providing interconnection and interoperation between novel service and networking testbeds. BonFIRE currently comprises of 6 geographically distributed testbeds across Europe, which offer heterogeneous Cloud resources, including compute, storage and networking. Each testbed can be accessed seamlessly with a single experiment descriptor, using the BonFIRE API that is based on the Open Cloud Computing Interface (OCCI). Figure 1 shows details about resource offering on the different testbeds, which include on-demand resources. The BonFIRE project is also studying the possible fed- eration of the BonFIRE testbeds with a variety of external Figure 1. Representation of the BonFIRE infrastructure. Image obtained cloud facilities, such as those provided by FEDERICA or from [1]. Copyright (c) IARIA, 2012. ISBN: 978-1-61208-216-5 237 CLOUD COMPUTING 2012 : The Third International Conference on Cloud Computing, GRIDs, and Virtualization • Saving compute disk images with your personal soft- the main conclusions of the paper are drawn in Section IV. ware stack, as well as storage resources. • Sharing saved compute and storage resources. II. DESCRIPTION OF THE EXPERIMENT AGENT • Sharing access to experiments with colleagues. The BonFIRE project provides several ways to submit an • Repeating experiments and sharing experiment descrip- experiment depending on the user preferences. tions for others to set up. • The BonFIRE Portal (GUI) in a step-by-step man- • Aggregated monitoring metrics at both resource level ner [4]. (e.g., CPU usage, packet delay, etc.) and application • A command line client tool, such as Restfully, to level for your VMs. interact with BonFIRE [5]. • Aggregated monitoring metrics at infrastructure level at • A script for your experiment deployment, which can be selected testbeds. automatically executed by, e.g., Restfully. Virtual Clusters on federated sites (VCOC) is one of • The BonFIRE experiment descriptor, currently based the supported experiments of the BonFIRE Project [2]. Its on JavaScript Object Notation (JSON) [6]. main objective is to evaluate the feasibility of using multiple • Raw HTTP commands via cURL [7]. Cloud environments to deploy services that need the alloca- In the VCOC experiment, we have developed an exper- tion of a large pool of CPUs or virtual machines to a single iment agent to deploy, control and monitor the deployed user (as High Throughput Computing or High Performance experiments through a single interface. This agent was Computing). This experiment considers the deployment of developed in Python and communicates with the experiment virtual clusters with the propose of executing a radiotherapy manager API using the httplib2 [8] library. Experiments are application, developed in the eIMRT project [3], which described in a JSON file specifying the necessary resources calculates the dose for radiotherapy treatments based on of the virtual clusters. After the submission of the experi- Monte Carlo methods. ment, the XML response is processed to obtain the basic The VCOC experiment tried to answer different questions information of the deployed resources. This information related to the usage of virtual clusters in distributed Cloud enables us to monitor the status of each virtual compute environments, analysing the advantages of deploying virtual node and it is saved into a local file for future analysis. clusters in a federated cloud. As part of the VCOC exper- The main functionalities of the experiment manager are as iment a set of experiments have been proposed related to follow. the time that the deployment and enlargement of a virtual cluster need to be operational as well as the influence that • Experiment controller, controls the repetition of the other simultaneous operations have on the process. The final experiments and communicates with the Experiment objective is to get a better understanding about how to Manager using the API. manage these virtual clusters to guarantee a reasonable time • Experiment status, measures accurately the time for to solution or latency. A set of application probes have been each step in the work–flow and store this information. chosen and they will help us to study the elasticity. The • Experiment failures, detects the fail of an experiment information provided by these probes will be used to monitor and its resubmission. the performance of the application and to trigger the change • Experiment descriptors, accepts an experiment descrip- in the size of the cluster. This information will be also tion in JSON and the number of repetitions as input. combined with the information provided by the monitoring • Multi-experiment, supports the sequential execution of tools of BonFIRE. several experiment descriptions. The results and data acquired during the VCOC experi- • Simultaneous experiment, controls several experiment ment should permit to develop policies and business rules descriptions simultaneously. to include in the applications under development at the • Random Experiment, generates random deployment re- institution which use the Software as a Service model. quests which follow a defined time pattern to introduce In this paper, we introduce a description of the experiment load on the infrastructure. agent developed by the VCOC experiment to manage the • Sequential experiments, executes and controls two ex- deployment of virtual clusters to the BonFIRE federated periment descriptions with a predefined delay between cloud as well as the required time to deploy individual them. instances with different configurations and images. The • Experiment accounting, records the BonFIRE account- structure of the paper is as follows: In section II we ing units for each experiment description. describe the experiment agent and its main functionalities. A work–flow diagram of the experiment agent is depicted A description of the error and log manager implementation in Figure 2. This figure shows three main levels after a is also shown in this section. The required time to deploy experiment submission. First, we evaluate the status

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    6 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us