CES: A FRAMEWORK FOR EFFICIENT INFRASTRUCTURE UTILIZATION THROUGH CLOUD ELASTICITY AS A SERVICE (CES)

Size: px
Start display at page:

Download "CES: A FRAMEWORK FOR EFFICIENT INFRASTRUCTURE UTILIZATION THROUGH CLOUD ELASTICITY AS A SERVICE (CES)"

Transcription

1 International Journal of Computer Engineering & Technology (IJCET) Volume 6, Issue 8, Aug 2015, pp , Article ID: IJCET_06_08_004 Available online at ISSN Print: and ISSN Online: IAEME Publication CES: A FRAMEWORK FOR EFFICIENT INFRASTRUCTURE UTILIZATION THROUGH CLOUD ELASTICITY AS A SERVICE (CES) Swaroop J GITAM University, Rushikonda, Visakhapatnam, INDIA Dr. Poosapati Padmaja GITAM University, Rushikonda, Visakhapatnam, INDIA ABSTRACT In today s world Enterprise, medium and small scale organizations started adopting cloud computing at rapid pace instead of traditional datacenters. Cloud computing has been so popular for cost reduction, pay for use model and ease of management tasks. A key problem faced by cloud providers in managing scaled up and down of cloud resources automatically. Traditional datacenter management capacity models clearly indicate that heavily provisioned is important to keep up with peak loads of usage while the overprovisioning capacity involves lot of manual management overhead cost and also the resources that are heavily provisioned are under-utilized during offpeak hours. Such heavily-provisioned and under-utilization of resources can be overcome by moving to a scaling up and down of cloud resources automatically and allowing the Cloud Admin for providing configurable parameters. To overcome this problem we are proposing an approach, where user can trigger a policy template for proactively scaled-up and down of the resources on demand basis as per the end-user needs. Key words: Cloud Computing, Policy Template, QoS, Auto scale up/down, infrastructure Cite this Article: J. Swaroop and Dr. Poosapati Padmaja. CES: A Framework for Efficient Infrastructure Utilization through Cloud Elasticity as a Service (CES). International Journal of Computer Engineering and Technology, 6(8), 2015, pp editor@iaeme.com

2 Swaroop and Dr.Poosapati Padmaja 1. INTRODUCTION Adoption of Cloud Computing increasing rapidly and constantly most of the IT companies are moving towards Cloud Computing instead of traditional data center approaches. Cloud Computing has a been a new paradigm because of the increasing demand of Cloud adoption by Enterprises and Small/Medium scale Business (SMB). SMB doesn t need to have the datacenter in-house and the infrastructure (resources) can be provisioned by Cloud Service Provider. And the number of Cloud Service Providers (CSP) increasing rapidly and this will enable the end customers to build the Application rather than bothering about infrastructure or datacenter or real estate space. This enables pay-by-use [1] model and facilitates ease of managing datacenters. Cloud Service Providers are continuously adding new infrastructure to their datacenters to meet the needs of the workload request of the customers. Major challenges [2] the cloud administrators facing today s is automatically scaled up/down of infrastructure management based on the end-user QoS parameters. Managing the resources automatically scaled-up and down in a Cloud [3] is tedious tasks and also to ensure SLA specified by end-user is intact. Therefore, in this paper, we are proposing a framework for proactively managing a policy template for automatically scale-up and down of the resources on demand basis as per the user QoS parameters for effective infrastructure management. Cloud auto-scaling decisions are made based on infrastructure metrics which are static in nature. However, in a cloud environment, static metric based scaled-up or scale-down may not be reliable and enough for making auto-scaling up/down of the resources. For example consider Customer-A, who needs to perform high intensive operations which require more CPU cycles. Where as in case of Customer-B who needs better network latency throughput to route the packets in stipulated time. In such scenarios scaling up/down of cloud resources cannot be static in nature based on the predefined parameters. To overcome this problem we are proposing a new service called Cloud Elasticity as a Service (CES). CES responsible for scaleup/down of resources through template orchesteration by allowing cloud provider to define the Qos parameters based on the end-user needs and if the Qos parameters thresholds met, then the resources are scale-up/down based on end-user conditions. 2. CLOUD COMPUTING MANAGEMENT SERVICES Cloud services [4] are distributed shared pool of resources comprising compute, network and storage that are abstracted using Infrastructure as a Service. Templates provides the configuration details of compute, network and storage from the end user perspective to the Cloud Administrator but doesn t provide which infrastructure the work load request to be provisioned. We considered Open source community driving Cloud Computing management platforms [5] such as Openstack ( CloudStack, Cloud Foundry, etc. We have considered Openstack as the Cloud management platform, since Openstack community contributing a large way and most of the companies, end users are deploying the Openstack services. Details of Openstack are described as below: Openstack ( is a set of software services for managing and provisioning cloud computing platforms. OpenStack is managed by a non-profit organization which oversees both development and community-building around the project. Openstack is an open source Cloud management Service [6] platform which 25 editor@iaeme.com

3 CES: A Framework For Efficient Infrastructure Utilization Through Cloud Elasticity As A Service (CES) facilitates different types of services [7] for managing and which are easy to plugin with others service. Figure-1 Openstack [8] deployment diagram provides overview how the cloud resources will be managed through various services [5]. Since Openstack provides different type of deployment methodologies devstack (which is for developers can run as a sandbox for developing the services without need of physical hardware) and Openstack management software can be deployed as highly available services on physical servers as well. Openstack [9] consists of below services for managing the cloud: Keystone is a services for authenticating and authorization of cloud users. Nova is the major computing engine of OpenStack. Nova is mainly for deploying and managing large numbers of virtual machines and other instances to handle computing tasks. Neutron is for managing different type of networks between the computes, storage and also cloud management software. Cinder is a services for managing SAN storage typically block storage management of SAN arrays. HOT is an orchestration service of Openstack which provides a template based provisioning and the template supports heterogeneous resources configuration stored in the standard format YAML or json or XML format. HOT also known as Heat Orchestration Template which provisions resources invoking other services such as Nova, Neutron, Cinder, Swift and Glance. Ceilometer is a metering and measuring service of openstack cloud management platform for collecting the capacity and performance data of cloud resources Cinder Keystone Cloud Administrator Nova Neutron Servers (Computes) Networks Storages Storage Group HEAT Figure-1 Openstack deployment Cloud Elasticity as a Service (CES) talks to multiple services for cloud resources automatically scale-up and down of the resources based on the user defined QoS parameters in the policy. 3. CLOUD ELASTIC POLICY SERVICE WORKFLOW From Fig-1 depicts cloud management with Open stack Cloud Management software. Managing cloud resources elastic effectively is a herculean task, to overcome we are proposing a new service Cloud Elasticity as a Service. Cloud Elasticity as a Service consists of multiple components for Policy Manager, Cloud Data Collection Manager. Design and workflow of Cloud Elastic as a Service is depicted as below: 26 editor@iaeme.com

4 Swaroop and Dr.Poosapati Padmaja 1. Cloud Admin creates a policy with different conditions and the policy can be stored as XML or json or YAML file. 2. Based on the Policy schedule interval time, CES periodically checks the policies that required to be triggered and invokes Cloud Data Collection Manager to collect metering and monitoring data for the resources 3. Policy Manager invokes the Validation Rule Engine to check the condition in policy are met with metering and monitoring data collected from Cloud Data Collection Manager. 4. If the conditions are satisfied, CES services invokes the HEAT service of Openstack for scale-up or scale-down the resources based on template specified in the Policy. 5. CES checks whether the resources are scaled-up or down and periodically monitors the resources through Cloud Data Collection Manager. Cloud Elasticity as a Service Policy Manager CloudDataCollectionMa nager Cloud Elastic as a Service Validates Policy based on the data collected Yes No If policy condition doesn t met continue to run the policy validation as per user scheduling If Policy condition meets the measured data, invoke HEAT Service with template specified by the user Collects monitoring data from Ceilometer service Openstack Service HEAT (Template Provisioning) Scaled up/down the resource based on the template provided by the end-user during policy creation time Nova (Compute Neutron (Network Cinder (Storage Ceilometer (Meter & Measuring Cloud Infrastructure Figure 2 Architecture diagram of Cloud Elasticity as a Service 27 editor@iaeme.com

5 CES: A Framework For Efficient Infrastructure Utilization Through Cloud Elasticity As A Service (CES) 3.1. Policy Policy defined in CES services is a flexible and combination of multiple rules, a rule is a condition defined by the Cloud Admin as per the user needs. Cloud Provider can request the end user on what basis the infrastructure can be scaled-up or down and what criteria that are need to be satisfied and what different metering and monitoring parameters should be validated. Typically by default the cloud providers monitors only used metrics of CPU, memory or storage. But the customer s requirement might be varying based on the load, demand and billing cost. Policy defined in the CES services provides provision to monitor not only used metrics of CPU, memory or storage, but can also include monitoring of resources that are underutilized based on free, unused metrics, so that the user is aware of billing cost for under/heavily utilized resources and can take appropriate action. Below is the Policy XML format with condition: <?xml version="1.0" encoding="utf-8"?> <ces-policy> <policy> <meta-data> </meta-data> <resource> <uuid>bca e5-885d-feff819cdc9f</uuid> <name>app-usage</name> <schedule-interval-mins>15</schedule-interval-mins> <meta-data> <uuid>01fa990e e5-885d-feff819cdc9f</uuid> <name>vm-mysql-webapp</name> <scale-up> <heat-template>952cb76e e5-885dfeff819cdc9f</heat-template> </scale-up> </meta-data> <rule> <criteria name="cpu_loaning"> 28 editor@iaeme.com

6 Swaroop and Dr.Poosapati Padmaja <condition> GREATER_THAN_EQUAL</condition> </criteria> <metric-name>cpu.loan_perc</metric-name> <value>60</value> <criteria name="memory"> <metric-name>swap_used</metric-name> <condition>greater_than_equal</condition> <value>2048</value> </criteria> <criteria name="network"> <metric-name>incoming_bytes_sec</metricname> </policy> </ces-policy> 4. RESULTS <condition>greater_than_equal</condition> </rule> </resource> </criteria> <value>1024</value> Our experimental goal is to check the resource utilization and CES services periodically validates the policy rules against the conditions specified. We started increasing the load on the cloud to trigger for testing applications. From the Figure- 3, depicts the Virtual Machine CPU load and Network throughput over a period of time. But the Virtual Machine CPU is heavily utilized for processing the data constantly, CES service identified this trend based on the policy conditions and scaleup the resources as per the template provided in the policy editor@iaeme.com

7 CES: A Framework For Efficient Infrastructure Utilization Through Cloud Elasticity As A Service (CES) Figure 3 Depicts the Virtual Machine CPU load and Network throughput over a period of time 5. CONCLUSION In this paper we proposed a new service Cloud Elastic Policy Service in Openstack cloud management, this service identifies the policies that exceeds the thresholds defined by end-user QoS parameters and automatically scaled up/down of cloud resources with no human intervention. We experimented with scaling up/down the virtual machine configurations based on the policy template defined. In this research work few guidelines have been proposed that could be efficiently employed for assisting cloud administrator for creating policies with configurable QoS parameters. Experimental results show the feasibility and effectiveness of our algorithm especially for datasets related to applications deployed in IaaS Clouds. Although the initial evaluation results are satisfactory, we have several ideas to improve the framework. Further we will expand the applicability of our approach to different Cloud deployment scenarios. REFERENCES [1] J. Greenberg et al., The Cost of a Cloud: Research Problems in Data Center Networks, Computer Communication Rev., 39(1), 2009, pp [2] Q. Zhang, L. Cheng, and R. Boutaba, Cloud Computing: State-of-the-Art and Research Challenges, J. Internet Services and Applications, 1(1), 2010, pp [3] L.M. Vaquero-Gonzalez et al., A Break in the Clouds: Towards a Cloud Definition, Computer Communication Rev., 39(1), 2009, pp [4] J. Cardoso, K. Voigt, and M. Winkler, Service Engineering for the Internet of Services, Enterprise Information Systems, Lecture Notes in Business Information Processing, 19(1), Springer, 2009, pp [5] A. Li et al., Cloud Cmp: Comparing Public Cloud Providers, Proc. 10th Ann. Conf. Internet Measurement, ACM, 2010, pp [6] R. N. Calheiros, R. Ranjan, A. Beloglazov, C. A. F. D. Rose, R. Buyya, CloudSim: a toolkit for modeling and simulation of cloud computing environments and evaluation of resource provisioning algorithms, Software: Practice and Experience,2011, 41(1), pp [7] M. Smit, P. Pawluk, B.Simmons and M.Litoiu, A web service for cloud metadata in Proceedings International Conference on Cloud Computing, 2011, pp [8] R. Buyya, C.S Yeo, S.Venugopal, J Broberg and I. Brandic, Cloud computing and emerging its platforms: Vision, hype and reality for delievering computing as the utility, Future Generation Comp. System. 25(6), pp , 2009 [9] editor@iaeme.com

Spawning Virtual HPCs Using OpenStack

Spawning Virtual HPCs Using OpenStack Spawning Virtual HPCs Using OpenStack Michael Olson SPIN Undergraduate Researcher, NCSA maolson2@illinois.edu Lin Cheng Senior Computer Science Major, UIUC lcheng10@ncsa.illinois.edu Dr. Volodymyr Kindratenko

More information

An EMUSIM Technique and its Components in Cloud Computing- A Review

An EMUSIM Technique and its Components in Cloud Computing- A Review An EMUSIM Technique and its Components in Cloud Computing- A Review Dr. Rahul Malhotra #1, Prince Jain * 2 # Principal, Adesh institute of Technology, Ghauran, Punjab, India * Lecturer, Malwa Polytechnic

More information

Actual Agility with SDN: Weaving SDN into Data Center Automation May 6, John Burke Principal Research Analyst & CIO

Actual Agility with SDN: Weaving SDN into Data Center Automation May 6, John Burke Principal Research Analyst & CIO Actual Agility with SDN: Weaving SDN into Data Center Automation May 6, 2016 John Burke Principal Research Analyst & CIO john@nemertes Agenda ± Introductions ± SDN Adoption ± Cloud Management Adoption

More information

An Introduction to Red Hat Enterprise Linux OpenStack Platform. Rhys Oxenham Field Product Manager, Red Hat

An Introduction to Red Hat Enterprise Linux OpenStack Platform. Rhys Oxenham Field Product Manager, Red Hat An Introduction to Red Hat Enterprise Linux OpenStack Platform Rhys Oxenham Field Product Manager, Red Hat What is OpenStack? What is OpenStack? Fully open source cloud operating system Comprised of several

More information

OPENSTACK PRIVATE CLOUD WITH GITHUB

OPENSTACK PRIVATE CLOUD WITH GITHUB OPENSTACK PRIVATE CLOUD WITH GITHUB Kiran Gurbani 1 Abstract Today, with rapid growth of the cloud computing technology, enterprises and organizations need to build their private cloud for their own specific

More information

Simulation of Cloud Computing Environments with CloudSim

Simulation of Cloud Computing Environments with CloudSim Simulation of Cloud Computing Environments with CloudSim Print ISSN: 1312-2622; Online ISSN: 2367-5357 DOI: 10.1515/itc-2016-0001 Key Words: Cloud computing; datacenter; simulation; resource management.

More information

Energy-Aware Dynamic Load Balancing of Virtual Machines (VMs) in Cloud Data Center with Adaptive Threshold (AT) based Migration

Energy-Aware Dynamic Load Balancing of Virtual Machines (VMs) in Cloud Data Center with Adaptive Threshold (AT) based Migration Khushbu Maurya et al, International Journal of Computer Science and Mobile Computing, Vol.4 Issue.12, December- 215, pg. 1-7 Available Online at www.ijcsmc.com International Journal of Computer Science

More information

Double Threshold Based Load Balancing Approach by Using VM Migration for the Cloud Computing Environment

Double Threshold Based Load Balancing Approach by Using VM Migration for the Cloud Computing Environment www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 4 Issue 1 January 2015, Page No. 9966-9970 Double Threshold Based Load Balancing Approach by Using VM Migration

More information

Efficient Task Scheduling Algorithms for Cloud Computing Environment

Efficient Task Scheduling Algorithms for Cloud Computing Environment Efficient Task Scheduling Algorithms for Cloud Computing Environment S. Sindhu 1 and Saswati Mukherjee 2 1 Research Scholar, Department of Information Science and Technology sindhu.nss@gmail.com 2 Professor

More information

Identity federation in OpenStack - an introduction to hybrid clouds

Identity federation in OpenStack - an introduction to hybrid clouds Journal of Physics: Conference Series PAPER OPEN ACCESS Identity federation in OpenStack - an introduction to hybrid clouds To cite this article: Marek Denis et al 2015 J. Phys.: Conf. Ser. 664 022015

More information

Cloud Essentials for Architects using OpenStack

Cloud Essentials for Architects using OpenStack Cloud Essentials for Architects using OpenStack Course Overview Start Date 5th March 2015 Duration 2 Days Location Dublin Course Code SS15-13 Programme Overview Cloud Computing is gaining increasing attention

More information

Global Journal of Engineering Science and Research Management

Global Journal of Engineering Science and Research Management ENHANCED MULTI OBJECTIVE TASK SCHEDULING FOR CLOUD ENVIRONMENT USING TASK GROUPING Mohana. R. S *, Thangaraj. P, Kalaiselvi. S, Krishnakumar. B * Assistant Professor (SRG), Department of Computer Science,

More information

Online Optimization of VM Deployment in IaaS Cloud

Online Optimization of VM Deployment in IaaS Cloud Online Optimization of VM Deployment in IaaS Cloud Pei Fan, Zhenbang Chen, Ji Wang School of Computer Science National University of Defense Technology Changsha, 4173, P.R.China {peifan,zbchen}@nudt.edu.cn,

More information

Comparison of OpenStack Installers

Comparison of OpenStack Installers P P IJISET - International Journal of Innovative Science, Engineering & Technology, Vol. 2 Issue 9, September 2015. Comparison of OpenStack Installers 1 2 Anshu AwasthiP P, Ravi GuptaP 1 PSoftware Engineer,

More information

Introduction to OpenStack

Introduction to OpenStack Introduction to OpenStack Overview This online self-paced introductory course helps you kickstart your OpenStack journey. By taking this course, you will learn about the origins of OpenStack, how to deploy

More information

Cloud Computing. Amazon Web Services (AWS)

Cloud Computing. Amazon Web Services (AWS) Cloud Computing What is Cloud Computing? Benefit of cloud computing Overview of IAAS, PAAS, SAAS Types Of Cloud private, public & hybrid Amazon Web Services (AWS) Introduction to Cloud Computing. Introduction

More information

Red Hat OpenStack Platform 10 Product Guide

Red Hat OpenStack Platform 10 Product Guide Red Hat OpenStack Platform 10 Product Guide Overview of Red Hat OpenStack Platform OpenStack Team Red Hat OpenStack Platform 10 Product Guide Overview of Red Hat OpenStack Platform OpenStack Team rhos-docs@redhat.com

More information

Star: Sla-Aware Autonomic Management of Cloud Resources

Star: Sla-Aware Autonomic Management of Cloud Resources Star: Sla-Aware Autonomic Management of Cloud Resources Sakshi Patil 1, Meghana N Rathod 2, S. A Madival 3, Vivekanand M Bonal 4 1, 2 Fourth Sem M. Tech Appa Institute of Engineering and Technology Karnataka,

More information

Proceedings Self-Managing Distributed Systems and Globally Interoperable Network of Clouds

Proceedings Self-Managing Distributed Systems and Globally Interoperable Network of Clouds Proceedings Self-Managing Distributed Systems and Globally Interoperable Network of Clouds Giovanni Morana C3DNA Inc., 7533 Kingsburry Ct, Cupertino, CA 95014, USA; giovanni@c3dna.com; Tel.: +39-349-094-1356

More information

Huawei FusionSphere 6.0 Technical White Paper on OpenStack Integrating FusionCompute HUAWEI TECHNOLOGIES CO., LTD. Issue 01.

Huawei FusionSphere 6.0 Technical White Paper on OpenStack Integrating FusionCompute HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Technical White Paper on OpenStack Integrating Issue 01 Date 2016-04-30 HUAWEI TECHNOLOGIES CO., LTD. 2016. All rights reserved. No part of this document may be reproduced or transmitted in any form or

More information

Build your own Cloud on Christof Westhues

Build your own Cloud on Christof Westhues Build your own Cloud on Christof Westhues chwe@de.ibm.com IBM Big Data & Elastic Storage Tour Software Defined Infrastructure Roadshow December 2 4, 2014 New applications and IT are being built for Cloud

More information

A QoS Load Balancing Scheduling Algorithm in Cloud Environment

A QoS Load Balancing Scheduling Algorithm in Cloud Environment A QoS Load Balancing Scheduling Algorithm in Cloud Environment Sana J. Shaikh *1, Prof. S.B.Rathod #2 * Master in Computer Engineering, Computer Department, SAE, Pune University, Pune, India # Master in

More information

Build Cloud like Rackspace with OpenStack Ansible

Build Cloud like Rackspace with OpenStack Ansible Build Cloud like Rackspace with OpenStack Ansible https://etherpad.openstack.org/p/osa-workshop-01 Jirayut Nimsaeng DevOps & Cloud Architect 2nd Cloud OpenStack-Container Conference and Workshop 2016 Grand

More information

1. What is Cloud Computing (CC)? What are the Pros and Cons of CC? Technologies of CC 27

1. What is Cloud Computing (CC)? What are the Pros and Cons of CC? Technologies of CC 27 1. What is Cloud Computing (CC)? 3 1.1. Utility Computing First 3 1.2. The New Features of Cloud Computing (CC) 4 1.3. Cloud Service Provider (CSP) 6 1.3.1 Thin Provisioning 7 1.4. CC via a CSP (not via

More information

8. CONCLUSION AND FUTURE WORK. To address the formulated research issues, this thesis has achieved each of the objectives delineated in Chapter 1.

8. CONCLUSION AND FUTURE WORK. To address the formulated research issues, this thesis has achieved each of the objectives delineated in Chapter 1. 134 8. CONCLUSION AND FUTURE WORK 8.1 CONCLUSION Virtualization and internet availability has increased virtualized server cluster or cloud computing environment deployments. With technological advances,

More information

The Study of Genetic Algorithm-based Task Scheduling for Cloud Computing

The Study of Genetic Algorithm-based Task Scheduling for Cloud Computing The Study of Genetic Algorithm-based Task Scheduling for Cloud Computing Sung Ho Jang, Tae Young Kim, Jae Kwon Kim and Jong Sik Lee School of Information Engineering Inha University #253, YongHyun-Dong,

More information

HPE Digital Learner OpenStack Content Pack

HPE Digital Learner OpenStack Content Pack Content Pack data sheet HPE Digital Learner OpenStack Content Pack HPE Content Pack number Content Pack category Content Pack length Learn more CP001 Category 1 20 Hours View now Why HPE Education Services?

More information

An Experimental Study of Load Balancing of OpenNebula Open-Source Cloud Computing Platform

An Experimental Study of Load Balancing of OpenNebula Open-Source Cloud Computing Platform An Experimental Study of Load Balancing of OpenNebula Open-Source Cloud Computing Platform A B M Moniruzzaman, StudentMember, IEEE Kawser Wazed Nafi Syed Akther Hossain, Member, IEEE & ACM Abstract Cloud

More information

Introduction to Cloud Computing and Virtual Resource Management. Jian Tang Syracuse University

Introduction to Cloud Computing and Virtual Resource Management. Jian Tang Syracuse University Introduction to Cloud Computing and Virtual Resource Management Jian Tang Syracuse University 1 Outline Definition Components Why Cloud Computing Cloud Services IaaS Cloud Providers Overview of Virtual

More information

RIAL: Resource Intensity Aware Load Balancing in Clouds

RIAL: Resource Intensity Aware Load Balancing in Clouds RIAL: Resource Intensity Aware Load Balancing in Clouds Liuhua Chen and Haiying Shen and Karan Sapra Dept. of Electrical and Computer Engineering Clemson University, SC, USA 1 Outline Introduction System

More information

OpenStack Mitaka Release Overview

OpenStack Mitaka Release Overview OpenStack Mitaka Release Overview Brad Topol, Ph.D., IBM Distinguished Engineer, OpenStack Core Contributor Davanum Srinivas, Community Architect and OpenStack TC Member / Principal Software Engineer,

More information

Priority-Aware Virtual Machine Selection Algorithm in Dynamic Consolidation

Priority-Aware Virtual Machine Selection Algorithm in Dynamic Consolidation Vol. 9, No., 208 Priority-Aware Virtual Machine Selection Algorithm in Dynamic Consolidation Hanan A. Nadeem, Mai A. Fadel 3 Computer Science Department Faculty of Computing & Information Technology King

More information

5 Things You Need for a True VMware Private Cloud

5 Things You Need for a True VMware Private Cloud 5 Things You Need for a True VMware Private Cloud Introduction IT teams forging their cloud strategies are considering public cloud providers such as Amazon Web Services (AWS) to satisfy growing developer

More information

Thomas Lin, Naif Tarafdar, Byungchul Park, Paul Chow, and Alberto Leon-Garcia

Thomas Lin, Naif Tarafdar, Byungchul Park, Paul Chow, and Alberto Leon-Garcia Thomas Lin, Naif Tarafdar, Byungchul Park, Paul Chow, and Alberto Leon-Garcia The Edward S. Rogers Sr. Department of Electrical and Computer Engineering University of Toronto, ON, Canada Motivation: IoT

More information

Optimization of Multi-server Configuration for Profit Maximization using M/M/m Queuing Model

Optimization of Multi-server Configuration for Profit Maximization using M/M/m Queuing Model International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-2, Issue-8 E-ISSN: 2347-2693 Optimization of Multi-server Configuration for Profit Maximization using M/M/m

More information

Overview. SUSE OpenStack Cloud Monitoring

Overview. SUSE OpenStack Cloud Monitoring Overview SUSE OpenStack Cloud Monitoring Overview SUSE OpenStack Cloud Monitoring Publication Date: 08/04/2017 SUSE LLC 10 Canal Park Drive Suite 200 Cambridge MA 02141 USA https://www.suse.com/documentation

More information

Association of Cloud Computing in IOT

Association of Cloud Computing in IOT , pp.60-65 http://dx.doi.org/10.14257/astl.2017.147.08 Association of Cloud Computing in IOT K.Asish Vardhan 1, Eswar Patnala 2 and Rednam S S Jyothi 3 2,3 Assistant Professor, Dept. of Information Technology,

More information

OpenStack Architecture and Pattern Deployment with Heat. OpenStack Architecture and Pattern Deployment using Heat Ruediger Schulze

OpenStack Architecture and Pattern Deployment with Heat. OpenStack Architecture and Pattern Deployment using Heat Ruediger Schulze OpenStack Architecture and Pattern Deployment using Heat Ruediger Schulze Agenda 1. OpenStack Architecture 2. Pattern Deployment with Heat 3. Summary 2 What is OpenStack? At its most basic level, OpenStackis

More information

Application Centric Microservices Ken Owens, CTO Cisco Intercloud Services. Redhat Summit 2015

Application Centric Microservices Ken Owens, CTO Cisco Intercloud Services. Redhat Summit 2015 Application Centric Microservices Ken Owens, CTO Cisco Intercloud Services Redhat Summit 2015 Agenda Introduction Why Application Centric Application Deployment Options What is Microservices Infrastructure

More information

"Charting the Course... H8Q14S HPE Helion OpenStack. Course Summary

Charting the Course... H8Q14S HPE Helion OpenStack. Course Summary Course Summary Description This course will take students through an in-depth look at HPE Helion OpenStack V5.0. The course flow is optimized to address the high-level architecture and HPE Helion OpenStack

More information

Traffic-aware Virtual Machine Placement without Power Consumption Increment in Cloud Data Center

Traffic-aware Virtual Machine Placement without Power Consumption Increment in Cloud Data Center , pp.350-355 http://dx.doi.org/10.14257/astl.2013.29.74 Traffic-aware Virtual Machine Placement without Power Consumption Increment in Cloud Data Center Hieu Trong Vu 1,2, Soonwook Hwang 1* 1 National

More information

Joe Butler, Principal Engineer, Director Cloud Services Lab. Nov , OpenStack Summit Paris.

Joe Butler, Principal Engineer, Director Cloud Services Lab. Nov , OpenStack Summit Paris. Telemetry the foundation of intelligent cloud orchestration. Joe Butler, Principal Engineer, Director Cloud Services Lab. Nov 3 2014, OpenStack Summit Paris. http://sched.co/1xj2lm9 Datacenter Trends and

More information

Load Balancing in Cloud Computing System

Load Balancing in Cloud Computing System Rashmi Sharma and Abhishek Kumar Department of CSE, ABES Engineering College, Ghaziabad, Uttar Pradesh, India E-mail: abhishek221196@gmail.com (Received on 10 August 2012 and accepted on 15 October 2012)

More information

An Optimized Virtual Machine Migration Algorithm for Energy Efficient Data Centers

An Optimized Virtual Machine Migration Algorithm for Energy Efficient Data Centers International Journal of Engineering Science Invention (IJESI) ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 8 Issue 01 Ver. II Jan 2019 PP 38-45 An Optimized Virtual Machine Migration Algorithm

More information

Figure 1: Virtualization

Figure 1: Virtualization Volume 6, Issue 9, September 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Profitable

More information

Hybrid Auto-scaling of Multi-tier Web Applications: A Case of Using Amazon Public Cloud

Hybrid Auto-scaling of Multi-tier Web Applications: A Case of Using Amazon Public Cloud Hybrid Auto-scaling of Multi-tier Web Applications: A Case of Using Amazon Public Cloud Abid Nisar, Waheed Iqbal, Fawaz S. Bokhari, and Faisal Bukhari Punjab University College of Information and Technology,Lahore

More information

BCS EXIN Foundation Certificate in OpenStack Software Syllabus

BCS EXIN Foundation Certificate in OpenStack Software Syllabus BCS EXIN Foundation Certificate in OpenStack Software Syllabus Version 1.2 April 2017 This qualification is not regulated by the following United Kingdom Regulators - Ofqual, Qualification in Wales, CCEA

More information

Enterprise Journey to OpenStack Adoption: Real World Stories

Enterprise Journey to OpenStack Adoption: Real World Stories 1 Enterprise Journey to OpenStack Adoption: Real World Stories 2 Atsushi Koga, IT Architect Markus Winter, Chief Product Owner, Cloud Management 3 4 Private OpenStack Cloud Deployment for Kirin Company.

More information

Road to Private Cloud mit OpenStack Projekterfahrungen

Road to Private Cloud mit OpenStack Projekterfahrungen Road to Private Cloud mit OpenStack Projekterfahrungen Andreas Kress Enterprise Architect Oracle Sales Consulting DOAG Regio Nürnberg/Franken 20. April 2017 Safe Harbor Statement The following is intended

More information

API TESTING TOOL IN CLOUD

API TESTING TOOL IN CLOUD API TESTING TOOL IN CLOUD Abhaysinh Sathe 1, Dr. Raj Kulkarni 2 1,2 Walchand Institute Of Technology, Solapur ABSTRACT Testing becomes an important process not only in term of exposure but also in terms

More information

ENERGY EFFICIENT VIRTUAL MACHINE INTEGRATION IN CLOUD COMPUTING

ENERGY EFFICIENT VIRTUAL MACHINE INTEGRATION IN CLOUD COMPUTING ENERGY EFFICIENT VIRTUAL MACHINE INTEGRATION IN CLOUD COMPUTING Mrs. Shweta Agarwal Assistant Professor, Dept. of MCA St. Aloysius Institute of Technology, Jabalpur(India) ABSTRACT In the present study,

More information

Distributed System Framework for Mobile Cloud Computing

Distributed System Framework for Mobile Cloud Computing Bonfring International Journal of Research in Communication Engineering, Vol. 8, No. 1, February 2018 5 Distributed System Framework for Mobile Cloud Computing K. Arul Jothy, K. Sivakumar and M.J. Delsey

More information

Available online at ScienceDirect. Procedia Computer Science 93 (2016 )

Available online at   ScienceDirect. Procedia Computer Science 93 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 93 (2016 ) 269 275 6th International Conference On Advances In Computing & Communications, ICACC 2016, 6-8 September 2016,

More information

A Better Approach to Leveraging an OpenStack Private Cloud. David Linthicum

A Better Approach to Leveraging an OpenStack Private Cloud. David Linthicum A Better Approach to Leveraging an OpenStack Private Cloud David Linthicum A Better Approach to Leveraging an OpenStack Private Cloud 1 Executive Summary The latest bi-annual survey data of OpenStack users

More information

Experimental Model for Load Balancing in Cloud Computing Using Equally Spread Current Execution Load Algorithm

Experimental Model for Load Balancing in Cloud Computing Using Equally Spread Current Execution Load Algorithm Experimental Model for Load Balancing in Cloud Computing Using Equally Spread Current Execution Load Algorithm Ivan Noviandrie Falisha 1, Tito Waluyo Purboyo 2 and Roswan Latuconsina 3 Research Scholar

More information

VMware vcloud Architecture Toolkit Cloud Bursting

VMware vcloud Architecture Toolkit Cloud Bursting VMware vcloud Architecture Toolkit VMware vcloud Architecture Toolkit Version 3.0 September 2012 Version 2.0.1 This product is protected by U.S. and international copyright and intellectual property laws.

More information

Architecture and terminology

Architecture and terminology Architecture and terminology Guy Carmin RHCE, RHCI, RHCVA, RHCSA Solution Architect IGC, Red Hat Roei Goldenberg RHCE Linux Consultant and Cloud expert, Matrix May 2015 Agenda RHEL-OSP services modules

More information

High Performance Computing Cloud - a PaaS Perspective

High Performance Computing Cloud - a PaaS Perspective a PaaS Perspective Supercomputer Education and Research Center Indian Institute of Science, Bangalore November 2, 2015 Overview Cloud computing is emerging as a latest compute technology Properties of

More information

Virtual Machine Placement in Cloud Computing

Virtual Machine Placement in Cloud Computing Indian Journal of Science and Technology, Vol 9(29), DOI: 10.17485/ijst/2016/v9i29/79768, August 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Virtual Machine Placement in Cloud Computing Arunkumar

More information

A Comparative Performance Analysis of Load Balancing Policies in Cloud Computing Using Cloud Analyst

A Comparative Performance Analysis of Load Balancing Policies in Cloud Computing Using Cloud Analyst A Comparative Performance Analysis of Load Balancing Policies in Cloud Computing Using Cloud Analyst Saurabh Shukla 1, Dr. Deepak Arora 2 P.G. Student, Department of Computer Science & Engineering, Amity

More information

Demystifying the Cloud With a Look at Hybrid Hosting and OpenStack

Demystifying the Cloud With a Look at Hybrid Hosting and OpenStack Demystifying the Cloud With a Look at Hybrid Hosting and OpenStack Robert Collazo Systems Engineer Rackspace Hosting The Rackspace Vision Agenda Truly a New Era of Computing 70 s 80 s Mainframe Era 90

More information

Chapter 3 Virtualization Model for Cloud Computing Environment

Chapter 3 Virtualization Model for Cloud Computing Environment Chapter 3 Virtualization Model for Cloud Computing Environment This chapter introduces the concept of virtualization in Cloud Computing Environment along with need of virtualization, components and characteristics

More information

Top 5 Reasons to Consider

Top 5 Reasons to Consider Top 5 Reasons to Consider NVM Express over Fabrics For Your Cloud Data Center White Paper Top 5 Reasons to Consider NVM Express over Fabrics For Your Cloud Data Center Major transformations are occurring

More information

SUSE OpenStack Cloud Production Deployment Architecture. Guide. Solution Guide Cloud Computing.

SUSE OpenStack Cloud Production Deployment Architecture. Guide. Solution Guide Cloud Computing. SUSE OpenStack Cloud Production Deployment Architecture Guide Solution Guide Cloud Computing Table of Contents page Introduction... 2 High Availability Configuration...6 Network Topography...8 Services

More information

FUJITSU Software ServerView Cloud Monitoring Manager V1.0. Overview

FUJITSU Software ServerView Cloud Monitoring Manager V1.0. Overview FUJITSU Software ServerView Cloud Monitoring Manager V1.0 Overview J2UL-2073-01ENZ0(00) November 2015 Trademarks Copyright FUJITSU LIMITED 2015 LINUX is a registered trademark of Linus Torvalds. The OpenStack

More information

The Software Driven Datacenter

The Software Driven Datacenter The Software Driven Datacenter Three Major Trends are Driving the Evolution of the Datacenter Hardware Costs Innovation in CPU and Memory. 10000 10 µm CPU process technologies $100 DRAM $/GB 1000 1 µm

More information

Semantic Representation of Cloud Services: a Case Study for Openstack

Semantic Representation of Cloud Services: a Case Study for Openstack Semantic Representation of Cloud Services: a Case Study for Openstack Beniamino Di Martino, Giuseppina Cretella, Antonio Esposito and Graziella Carta Department of Industrial and Information Engineering

More information

The Design and Implementation of Disaster Recovery in Dual-active Cloud Center

The Design and Implementation of Disaster Recovery in Dual-active Cloud Center International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015) The Design and Implementation of Disaster Recovery in Dual-active Cloud Center Xiao Chen 1, a, Longjun Zhang

More information

An Experimental Cloud Resource Broker System for Virtual Application Control with VM Allocation Scheme

An Experimental Cloud Resource Broker System for Virtual Application Control with VM Allocation Scheme An Experimental Cloud Resource Broker System for Virtual Application Control with VM Allocation Scheme Seong-Hwan Kim 1, Dong-Ki Kang 1, Ye Ren 1, Yong-Sung Park 1, Kyung-No Joo 1, Chan-Hyun Youn 1, YongSuk

More information

QOS BASED SCHEDULING OF WORKFLOWS IN CLOUD COMPUTING UPNP ARCHITECTURE

QOS BASED SCHEDULING OF WORKFLOWS IN CLOUD COMPUTING UPNP ARCHITECTURE QOS BASED SCHEDULING OF WORKFLOWS IN CLOUD COMPUTING UPNP ARCHITECTURE 1 K. Ramkumar, 2 Dr.G.Gunasekaran 1Research Scholar, Computer Science and Engineering Manonmaniam Sundaranar University Tirunelveli

More information

Automated Deployment of Private Cloud (EasyCloud)

Automated Deployment of Private Cloud (EasyCloud) Automated Deployment of Private Cloud (EasyCloud) Mohammed Kazim Musab Al-Zahrani Mohannad Mostafa Moath Al-Solea Hassan Al-Salam Advisor: Dr.Ahmad Khayyat COE485 T151 1 Table of Contents Introduction

More information

Building Scaleable Cloud Infrastructure using the Red Hat OpenStack Platform

Building Scaleable Cloud Infrastructure using the Red Hat OpenStack Platform Building Scaleable Cloud Infrastructure using the Red Hat OpenStack Platform Will Foster Sr. Systems Engineer, Red Hat Dan Radez Sr. Software Engineer, Red Hat Kambiz Aghaiepour Principal Software Engineer,

More information

Cloud Computing Concepts, Models, and Terminology

Cloud Computing Concepts, Models, and Terminology Cloud Computing Concepts, Models, and Terminology Chapter 1 Cloud Computing Advantages and Disadvantages https://www.youtube.com/watch?v=ojdnoyiqeju Topics Cloud Service Models Cloud Delivery Models and

More information

Adobe Digital Marketing s IT Transformation with OpenStack

Adobe Digital Marketing s IT Transformation with OpenStack Adobe Digital Marketing s IT Transformation with OpenStack OPENSTACK CASE STUDY Contributors: Frans van Rooyen, Compute Platform Architect, Adobe Systems Timothy Gelter, Compute Platform Systems Engineer,

More information

Accelerate Your Enterprise Private Cloud Initiative

Accelerate Your Enterprise Private Cloud Initiative Cisco Cloud Comprehensive, enterprise cloud enablement services help you realize a secure, agile, and highly automated infrastructure-as-a-service (IaaS) environment for cost-effective, rapid IT service

More information

A Load Balancing Approach to Minimize the Resource Wastage in Cloud Computing

A Load Balancing Approach to Minimize the Resource Wastage in Cloud Computing A Load Balancing Approach to Minimize the Resource Wastage in Cloud Computing Sachin Soni 1, Praveen Yadav 2 Department of Computer Science, Oriental Institute of Science and Technology, Bhopal, India

More information

CHEM-E Process Automation and Information Systems: Applications

CHEM-E Process Automation and Information Systems: Applications CHEM-E7205 - Process Automation and Information Systems: Applications Cloud computing Jukka Kortela Contents What is Cloud Computing? Overview of Cloud Computing Comparison of Cloud Deployment Models Comparison

More information

A Comparative Study of Various Computing Environments-Cluster, Grid and Cloud

A Comparative Study of Various Computing Environments-Cluster, Grid and Cloud Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 6, June 2015, pg.1065

More information

Lesson 14: Cloud Computing

Lesson 14: Cloud Computing Yang, Chaowei et al. (2011) 'Spatial cloud computing: how can the geospatial sciences use and help shape cloud computing?', International Journal of Digital Earth, 4: 4, 305 329 GEOG 482/582 : GIS Data

More information

DEEP DIVE: OPENSTACK COMPUTE

DEEP DIVE: OPENSTACK COMPUTE DEEP DIVE: OPENSTACK COMPUTE Stephen Gordon Technical Product Manager, Red Hat @xsgordon AGENDA OpenStack architecture refresher Compute architecture Instance life cycle Scaling compute

More information

GSJ: VOLUME 6, ISSUE 6, August ISSN

GSJ: VOLUME 6, ISSUE 6, August ISSN GSJ: VOLUME 6, ISSUE 6, August 2018 211 Cloud Computing Simulation Using CloudSim Toolkits Md. Nadimul Islam Rajshahi University Of Engineering Technology,RUET-6204 Email: nadimruet09@gmail.com Abstract

More information

OpenStack Operation Under a Multi-tenant and Multi-customer Public Cloud Environment

OpenStack Operation Under a Multi-tenant and Multi-customer Public Cloud Environment OpenStack Operation Under a Multi-tenant and Multi-customer Public Cloud Environment 2016 年 7 月 7 日 NTT Communications 堀田孝司堀田孝司 Transform your business, transcend expectations with our technologically

More information

Cisco Intelligent Automation for Cloud & Compute

Cisco Intelligent Automation for Cloud & Compute Cisco Intelligent Automation for Cloud & Compute Lars Bo Iversen / Hans Donnerborg Intelligent Automation Solutions Business Unit 2010 Cisco and/or its affiliates. All rights reserved. Cisco Public 1 Long

More information

2010 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media,

2010 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, 2010 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising

More information

VMware + OpenStack. Dan Wendlandt Director of Product Management VMware VMware Inc. All rights reserved.

VMware + OpenStack. Dan Wendlandt Director of Product Management VMware VMware Inc. All rights reserved. VMware + OpenStack Dan Wendlandt Director of Product Management OpenStack @ VMware VMware + OpenStack: A Fork in the Road? 2 VMware + OpenStack: Better Together An industry-wide APIs + tool ecosystem that

More information

NephOS. A Single Turn-key Solution for Public, Private, and Hybrid Clouds

NephOS. A Single Turn-key Solution for Public, Private, and Hybrid Clouds NephOS A Single Turn-key Solution for Public, Private, and Hybrid Clouds What is NephOS? NephoScale NephOS is a turn-key OpenStack-based service-provider-grade cloud software suite designed for multi-tenancy.

More information

ENTERPRISE-GRADE MANAGEMENT FOR OPENSTACK WITH RED HAT CLOUDFORMS

ENTERPRISE-GRADE MANAGEMENT FOR OPENSTACK WITH RED HAT CLOUDFORMS TECHNOLOGY DETAIL ENTERPRISE-GRADE MANAGEMENT FOR OPENSTACK WITH RED HAT CLOUDFORMS ABSTRACT Enterprises engaged in deploying, managing, and scaling out Red Hat Enterprise Linux OpenStack Platform have

More information

SDN AT THE SPEED OF BUSINESS THE NEW AUTONOMOUS PARADIGM FOR SERVICE PROVIDERS FAST-PATH TO INNOVATIVE, PROFITABLE SERVICES

SDN AT THE SPEED OF BUSINESS THE NEW AUTONOMOUS PARADIGM FOR SERVICE PROVIDERS FAST-PATH TO INNOVATIVE, PROFITABLE SERVICES SDN AT THE SPEED OF BUSINESS THE NEW AUTONOMOUS PARADIGM FOR SERVICE PROVIDERS FAST-PATH TO INNOVATIVE, PROFITABLE SERVICES Software-Defined Expectations & Preparations for the Smart Network Transformation

More information

LOAD BALANCING IN CLOUD COMPUTING USING ANT COLONY OPTIMIZATION

LOAD BALANCING IN CLOUD COMPUTING USING ANT COLONY OPTIMIZATION International Journal of Computer Engineering & Technology (IJCET) Volume 8, Issue 6, Nov-Dec 2017, pp. 54 59, Article ID: IJCET_08_06_006 Available online at http://www.iaeme.com/ijcet/issues.asp?jtype=ijcet&vtype=8&itype=6

More information

IBM Leading High Performance Computing and Deep Learning Technologies

IBM Leading High Performance Computing and Deep Learning Technologies IBM Leading High Performance Computing and Deep Learning Technologies Yubo Li ( 李玉博 ) Chief Architect, on Cloud IBM Research -- China email: liyubobj@cn.ibm.com QQ: 395238640 GTC China 2016 Sept. 13, 2016

More information

IaaS Integration Guide

IaaS Integration Guide FUJITSU Software Enterprise Service Catalog Manager V16.1.0 IaaS Integration Guide Windows(64) B1WS-1259-02ENZ0(00) September 2016 Preface Purpose of This Document This document explains the introduction

More information

Best Practice Deployment of F5 App Services in Private Clouds. Henry Tam, Senior Product Marketing Manager John Gruber, Sr. PM Solutions Architect

Best Practice Deployment of F5 App Services in Private Clouds. Henry Tam, Senior Product Marketing Manager John Gruber, Sr. PM Solutions Architect Best Practice Deployment of F5 App Services in Private Clouds Henry Tam, Senior Product Marketing Manager John Gruber, Sr. PM Solutions Architect Agenda 1 2 3 4 5 The trend of data center, private cloud

More information

NephOS. A Single Turn-key Solution for Public, Private, and Hybrid Clouds

NephOS. A Single Turn-key Solution for Public, Private, and Hybrid Clouds NephOS A Single Turn-key Solution for Public, Private, and Hybrid Clouds What is NephOS? NephoScale NephOS is a turn-key OpenStack-based service-provider-grade cloud software suite designed for multi-tenancy.

More information

Enhanced and Automated Virtual Machine Provisioning to Online E-assessment using Openstack Cloud

Enhanced and Automated Virtual Machine Provisioning to Online E-assessment using Openstack Cloud Enhanced and Automated Virtual Machine Provisioning to Online E-assessment using Openstack Cloud Vigneshwaran P M.Tech Cloud Computing, Department of Information Technology, SRM University, SRM Nagar,

More information

Introduction to OpenStack Trove

Introduction to OpenStack Trove Introduction to OpenStack Trove A multi-database deployment Doug Shelley - Tesora Michael Basnight - Rackspace Agenda What is Trove How to Install Trove A look at the Trove API Multi-Database demonstration

More information

Next Generation Storage for The Software-Defned World

Next Generation Storage for The Software-Defned World ` Next Generation Storage for The Software-Defned World John Hofer Solution Architect Red Hat, Inc. BUSINESS PAINS DEMAND NEW MODELS CLOUD ARCHITECTURES PROPRIETARY/TRADITIONAL ARCHITECTURES High up-front

More information

INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET)

INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 6367(Print) ISSN 0976 6375(Online)

More information

OpenStack Ceilometer. Tong Li (IBM) Brad Topol (IBM)

OpenStack Ceilometer. Tong Li (IBM) Brad Topol (IBM) OpenStack Ceilometer Tong Li (IBM) Brad Topol (IBM) Agenda What is Ceilometer? Brief history of Ceilometer Meters of Ceilometer Workflow Ceilometer Architect & Building Blocks Collecting Process Pipeline

More information

POWERED BY OPENSTACK. Powered by OpenStack. Globo.Tech GloboTech Communications

POWERED BY OPENSTACK. Powered by OpenStack. Globo.Tech GloboTech Communications PRIVATE PRIVATE CLOUD CLOUD POWERED BY OPENSTACK Powered by OpenStack Globo.Tech GloboTech Communications sales@globo.tech TABLE OF CONTENT 2 EXECUTIVE SUMMARY...3 OPENSTACK... 4 INFRASTRUCTURE... 8 GLOBOTECH...

More information

SURVEY PAPER ON CLOUD COMPUTING

SURVEY PAPER ON CLOUD COMPUTING SURVEY PAPER ON CLOUD COMPUTING Kalpana Tiwari 1, Er. Sachin Chaudhary 2, Er. Kumar Shanu 3 1,2,3 Department of Computer Science and Engineering Bhagwant Institute of Technology, Muzaffarnagar, Uttar Pradesh

More information