Automated Deployment of Private Cloud (EasyCloud)

Size: px
Start display at page:

Download "Automated Deployment of Private Cloud (EasyCloud)"

Transcription

1 Automated Deployment of Private Cloud (EasyCloud) GROUP Mohannad S. Mostafa Musab Al Zahrani Hassan Al Salam Moath Al Solea Mohammed Kazim ADVISOR Dr. Ahmad Khayyat COE485 December, 2015 Term 151

2 Table of Contents Introduction... 3 How this project deals with the issue... 6 Positive impacts on the society... 7 Problem Statement... 7 Background... 7 Definition of Cloud Computing... 7 Characteristics of Cloud Computing... 7 Service Models... 8 Deployment Models... 9 Termonolgy... 9 Existing reaserch and products Requirements and Specifications Functional user requirements Non-functional user requirements Technical specifications System Design Solution Concept General Approach Alternative Approaches Comparison between Approaches Sub-functions Architecture Design Alternative Architectures Comparison between Architectures Hardware/Software Components...20 Function of Hardware/Software Components...20 Component Design Cloud Platform OpenNebula System Deployment Management Tool...29 Automatic Installation Tool...29 System Integration Design Evolution PAGE 1

3 initial Design Final Design Testing, Analysis, and Evaluation Testing methodology and results: System analysis and evaluation: Issues Engineering Tools and Standards Installing the master host Cobbler Ansible Conclusion Teamwork Reference Appendix PAGE 2

4 Introduction Private cloud by definition is a single-tenant environment where the hardware, storage and network are dedicated to a single client or company [1]. Nowadays, cloud computing has become a great factor in many enterprises. However, the deployment of such a private cloud can be a waste of time. It can take up to months to complete the deployments depending on the scale of deployment and the deployment method. For example if you have to deploy a cloud on a cluster of PCs, you will have to install OSs, manage them after installation and add them to the cloud, so depending on the approach this might take from weeks to months. This project try to solve the deployment issue and implement an automated deployment system for private cloud. The first issue here is that there are many limitations for using traditional computing techniques. So a solution that expanded this area of computing was cloud computing. And almost every business nowadays is shifting to cloud computing for many reasons. The reasons are that with cloud computing an organization can enjoy scalability, flexibility, and agility along with better distribution of workload without significantly increasing IT budget. So the other important issue is to either choose a private or public cloud and this problem is debatable. So the major point in deciding which cloud to go for is to evaluate your requirements and then identify which solution works for you. An example of the criteria that companies are evaluating are business critical applications they want to move to the cloud, regulatory issues they may need to comply with, required service levels, usage patterns for the workloads, and how integrated the application must be with other enterprise functions. As we can see from (Figure 1) how companies are shifting rapidly to cloud computing. And as an example of Amazon s cloud we can see from (Figure 2) how much virtual computers creation per day is increasing, thus improving the organization performance. PAGE 3

5 Figure 1: number of websites using cloud providers [9] Figure 2: Amazon's virtual computers created per day [9] In (Figure 3) we can see the business trend toward using cloud computing for their businesses and private cloud has the higher percentage. PAGE 4

6 Figure 3: Business Trend Here in (Table 1) we can see a comparison between traditional and cloud computing to show how Cloud computing is better in many aspects than Traditional computing. Table 1: comparison between traditional and cloud computing [10] Characteristic Cloud computing Traditional computing Time before accessing a service Minutes / hours Days / weeks Capital Expenditure Pay as you go, variable Upfront cost, fixed Economics of scale Yes, for all organizations Only for large organizations Multi-tenancy Yes Generally no, but can be found in application hosting Scalability Elastic and automatic Manual Virtualized Usually Sometimes To emphasize the power of cloud computing we need to understand the strength of these key factors. Here is an explanation of those points: Time before accessing a service: when a cloud environment is setup initially you can gain access but in traditional there is a lead time for installation, setup and configuration. Capital Expenditure: cloud reduces the upfront cost in procuring hardware and software and setting environment. PAGE 5

7 Economics of scale: once an enhancement is discovered it can be applied to all other clouds. Multi-tenancy: in clouds, the ability to host multiple consumers effectively on shared resources. Scalability: in clouds it can be done automatically, but in traditional there must be human intervention in hardware and software. Virtualized: clouds are usually virtualized while traditional can be a mix of physical and virtual. So now we know that cloud computing is the future in terms of the great advantages that we can get in many aspects. The question now is what service to go for in cloud computing. Our project is focusing on private clouds and here are the reasons for choosing a private cloud. Private cloud service offers a number of advantages that make it a more viable cloud solution instead of a public cloud service option. The advantages are as follow: Greater control: the main reason to use a private cloud is to have your resources under your control, therefore you can oversee your data. More security: when a cloud is dedicated to a single organization a high level of security can be assured in terms of designing the system. Another important aspect to keep the cloud on your sight is the regulations of a country for example some countries desire to have their cloud on-house. Higher performance: since private cloud will be deployed inside the firewall on an organization s intranet, the transfer rates will increase dramatically instead of going to the internet for a public cloud. Customizable: the performance of Hardware, network and storage is customizable since it is under the organization s control. So in private cloud the customer can have full control of his resources and by that he gain more security which is very critical part for any organization and the performance is enhanced greatly. HOW THIS PROJECT DEALS WITH THE ISSUE The project deals with the complexity of deploying a customizable private cloud through proving an easier way to deploy the private cloud using script that will take PAGE 6

8 care of whatever the client wants of changes is his own version of private cloud. The scripts will do some modification of the private cloud design or deployment model depending on client requirements. POSITIVE IMPACTS ON THE SOCIETY Locally: If our project used in some public services such as healthcare or education it will: Enhances the restricting access to sensitive, personal, or private information of the public since the private cloud is customized fully to serve each client needs and the client is fully aware how his data are going to be handled. Also, this project will contribute to the economic growth of the society through helping small IT companies by making it easier for them to host their service and start their business. Globally: This project will contribute to the development of open source software. Problem Statement Automated, i.e. easily producible, private cloud setup in which virtual machines can be easily provisioned and addition hardware can be added to increase the platform capacity. Background DEFINITION OF CLOUD COMPUTING According to NIST, Cloud computing is a model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing resources (e.g., networks, servers, storage, applications, and services) that can be rapidly provisioned and released with minimal management effort or service provider interaction. [2] CHARACTERISTICS OF CLOUD COMPUTING There are five essential characteristics of the cloud model [2]: 1. On-demand self-service: consumer can acquire the needed resources (e.g. RAM, CPU, and Storage) automatically without human interaction. 2. Broad network access: The service should be reached through the network with thin or thick client platform (e.g. Mobile phone or Web browser). PAGE 7

9 3. Resource pooling: Capability of the system to enable user to set some preference about the location of its resource (e.g. datacenter or country) 4. Rapid elasticity. : The ability of the system to scale based on demand upward or downward. 5. Measured service: Is the ability of the system to control, monitor and report about underlying infrastructure and its usage. SERVICE MODELS The cloud is a very wide concept, and it covers just about every possible sort of online service. However, when businesses refer to cloud, there are generally three models of cloud service: (SaaS), (PaaS), and (IaaS). [2] In SaaS (Software as a Service), users are provided with access to application software often referred to as on-demand software. They don't have to worry about the installation, setup and running of the application. Classical examples in this models are: Google Apps, Microsoft Office 365, Dropbox, and Box. In PaaS (Platform as a Service), users will be provided with a computing platforms which usually includes operating system, programming language, execution environment, database, and web server. They can develop their applications and deploy them in a PaaS cloud service. Classical examples in this models are: AWS Elastic Beanstalk, Windows Azure, Heroku, and Google App Engine. In IaaS (Infrastructure as a Service), users will be provided with the computing infrastructure, physical or - often- virtual machines and other resources like virtualmachine disk image library, block and file-based storage, etc.. IaaS is the most flexible cloud computing model because it allows for automated deployment of servers, processing power, storage, and networking. Furthermore, IaaS clients have a real control over their infrastructure than the clients of other Cloud models. The main uses of IaaS include the actual development and deployment of PaaS, SaaS, and web-scale applications. Here are some examples of IaaS platforms and providers: Amazon EC2, Windows Azure, Rackspace, Google Compute Engine, OpenStack, and OpenNebula. The following diagram explain the functionality and service of each service model as layers. PAGE 8

10 Figure 4: service models and their services [3] DEPLOYMENT MODELS There mainly four types of cloud deployment models: Public cloud, private cloud, Hybrid cloud, and community cloud. [2] In Public cloud, the cloud provider will provide the cloud computing infrastructure to their customers and charge them per usage. In Private cloud, business can deploy its own private cloud infrastructure for its units to use them exclusively. Hybrid cloud is referred to deployment model where a private cloud can combine their resources with a public cloud. TERMONOLGY In this section, we will explain several terminologies that will be used during this report. Hypervisor The hypervisor is a software layer that lies between the hardware and the Operation system. Its functionality is to allow the hardware to be virtualized to create virtual machine for the user. The main purpose of the virtualization is to utilize the server resources by running different virtual machine and operating system that can host many services. There are two types of the hypervisor: PAGE 9

11 1- Full virtualization, where the hypervisor run on top of the host operating system. For example: KVM, Xen and Microsoft Hyper-V. 2- Hardware-layer virtualization, where the hypervisor is directly on top of the hardware. For example: VMware ESX. [2] Master Node Physical machine that hold and execute the cloud service, also called Frontend. [4] Host Node Physical machine that have the hypervisor enabled and provide the resources for the virtual machine. [4] Bare Metal Also called bare machine, means a computer without its operating system. [5] EXISTING REASERCH AND PRODUCTS In this section, we will show some of the existing solution for automating cloud deployment. Also, we will mention a research that targets the cloud platforms and compares between them. Fuel Fuel is an open source deployment and management tool developed by OpenStack community effort to accelerate OpenStack deployment and configuration. It is a GUI-driven which used for deployment and management of OpenStack, and other related Openstack projects and plug-ins. Fuel has several key features, such as hardware discovery, hardware configuration in UI, and pre-deployment checks and network validation. However, this project is limited and exclusive for Openstack platform and could not be used for our use as we will see in the coming section of this report. [6] Compass Compass is an open source project designed to provide automated deployment as a service to a set of bare metal machines to Openstack platform. [7] PAGE 10

12 TripleO TripleO is also another tool used to install, upgrade, and operate OpenStack cloud using OpenStack facilities. Simply, it uses OpenStack to deploy other OpenStack clouds "overclouds" on bare metal. [8] Research: Comparison and Evaluation of Open-source Cloud Management software. It s a master thesis written by Srivatsan Jagannathan and was published in June 2012 from KTH Royal Institute of Technology, Stockholm, Sweden. The first objective of this research is to provide a framework for comparing different Cloud infrastructure platforms (IaaS Platform) and explain many related concept and terminologies. The second Objective is to evaluate the performance of one of OpenNebula cloud infrastructure platform. [2] Requirements and Specifications FUNCTIONAL USER REQUIREMENTS Deployment on hardware o Automated deployment of platform on hardware, e.g. network boot, automatic node configuration. o Support heterogeneous hardware; hardware does not need to be identical. o Automated expansion by deploying on additional hardware, e.g. adding PCs or hard driver. o Enable users to create a VM and to configure its specs based on the avability of the hardware. Administration. o Monitoring of resource usage per VM and for the entire platform. o Network configuration to control connectivity between VMs. o Selection of boot images for the VMs. NON-FUNCTIONAL USER REQUIREMENTS Using open source tools only. Scalability of the system varies from small setup to large setup. The smallest configuration can be 2 nodes, and the largest setup can be up to nodes The system should provide friendly user interface Deploying the system should take less than 2 Hours for large scale deployment. The system should be able to work on any scale with little performance drop. PAGE 11

13 TECHNICAL SPECIFICATIONS Using open source cloud platform, such as OpenStack, Eucalyptus, CloudStack, Open Nebula Deploying the system will be in less than 2 hours. The user can specify the OS, RAM, Virtual Cores, disk storage, and number of network interfaces of the VMs. (The speed of network interface is determined by the capabilities of the available network speed and the network setup). The response time for creating the virtual machine is less than 15 minutes. The admin can see the following: CPU utilization, RAM, network traffic, and storage per VM and for the entire platform. Any computer added to the system should be able to boot directly from network and be automatically configured to the system. The system can be installed and configured on any x86 architecture System Design SOLUTION CONCEPT The problem statement of this project focuses on the automated and easily reproducible private cloud setup. In addition to increasing the platform capacity by adding additional hardware. This section will describe the general approaches of solving the stated problem, alternative approaches to the general approach, and the selection criteria. General Approach The proposed approach should solve the problems stated in the problem statement and provide a solution for automating the process of deploying a private cloud. The general approach is to find the best suitable private cloud platform which has most of the requirements and specification needed. Then, we add an automatic installation tool, such as Cobbler or FAI, to install an OS image through TFTP. The advantage of the automatic installation tool is that it configures the DHCP, TFTP, and HTTP servers. Thus, it eases the work for us. After network booting, a deployment management tool is taking part to install all the required packages for node installation of the selected private cloud platform along with additional setting needed. The critical point on this approach is the network booting. Since the requirement specifies that any device can be added to the PCs Pool, any added node to the PCs PAGE 12

14 pool need be booted from TFTP server. However, the network booting can be done by using automatic installation tools which ease the process of configuring DHCP, TFTP and HTTP servers. The automatic installation tool that has been used in this project is Cobbler (Figure 5). In addition, there s the main node which can control and download any configuration by using a deployment tool, such as Ansible. By using an automated deployment tool, the clients can easily configure different options and deploy it on all the machines in the same network. This approach requires that main node should be installed and configured first by USB or DVD. The installation of the main node requires small intervention to run the program which will configure Ansible and Cobbler on the main node. Figure 5: General Approach Alternative Approaches There are multiple alternative approaches to implement this system other than the approach described in General Approach. Alternative approaches are as following: Modify an Open Source cloud to be able to automate the deployment along with holding the configurations of all nodes in the cloud itself. Use Open Source deployment tool which was developed for OpenStack and modify it to meet the project requirement. However, understanding how this tools work and the restricted environment that it needs to work, doesn t make this option a good one to follow. PAGE 13

15 Comparison between Approaches This section shows a brief comparison between different approaches, and it focuses on the important features which are needed to automate the deployment of private cloud system. Approach Table 2: Comparison between different approaches: General Approach Advantages - The client can change the configuration at any time using the configuration tool (Ansible) - Other cloud system can be added without changing the system architecture - Modifying open source cloud Disadvantages Advantages - Requires a specific network setup to work. - Full control of everything in the cloud. - Remove or add any features Disadvantages - Relatively hard to accomplish. - There s already existing solutions for OpenStack mainly Table 2 shows the comparison between different approaches. The approach which will be followed is the general approach which uses Cobbler and Ansible to configure the network and the cloud system. Even though modifying an open source cloud is considered a good options, the experience the team has and the time constraints don t satisfy following such approach at the moment PAGE 14

16 Platform Functions Developers Functions Sub-functions This section describes the sub-functions of the proposed system. There are two different types of sub-functions as shows in Figure 6: Functions implemented by the chosen platform o Create Virtual Machine o Configure the resources of VM o Network between different VMs instantiated Functions implemented by EasyCloud system. o Network boot for each node Download the chosen linux distribution Adding the node to Ansible o Ansible configuration for cloud requirements o DHCP, DNS, TFTP configuration o Configure automatic installation tool (Cobbler/FAI) Create Virtual Machine Configure the resouces of VM Network between different VMs instatiated Network boot for each node Design interface to configure the nodes using deployment tool Download the OS image Run a script to configure the node Figure 6: Sub-Function ARCHITECTURE DESIGN The main architecture requires Layer 3 switch to allow VLANs. Also there should be a router which connects the cloud network to clients and internet. The architecture mainly requires that nodes and a master node should be exist in a separate VLAN. PAGE 15

17 For redundancy and large scale implementation, multiple VLANs of the same nodes can be added. Also, this architecture support High availability using cloud hook for the host nodes and using active-passive architecture for the master node. In case of the failure of active master node, the passive node will take over. The MySQL database is used to keep the state of the system. Furthermore, automatic installation tool should be installed first in the network to allow all the nodes to be booted directly from the network. The automatic installation tools configures the DHCP, TFTP, and HTTP servers. However, they don t need to be on the same machine to work, except for TFTP. In addition, the deployment configuration tools, such as Ansible, is needed to be configured to access the main node first. Then any host node added to the system, Ansible can add its IP to the configuration files. Figure 7 shows the main hardware and software component of EasyCloud Architecture. Figure 7: Distributed Storage Architecture Design PAGE 16

18 Alternative Architectures 1- Shared storage Figure 8 shows the alternative architecture of the system. In this architecture, the data storage is a separated entity. Also the database storage is in a separate VLAN other than the nodes which will help in reducing the contention in the nodes VLAN which might degrade the network performance. In addition, there s no backup for the master node. Figure 8: Shared Storage Architecture PAGE 17

19 2- Distributed Storage with Backup Nodes In this architecture, the master node support high availability using active passive architecture. The difference between the main architecture and this one is the backup nodes. This will ensure that there is a backup in case of host node failure. However, this architecture is not optimal because backup nodes are not utilized fully. The computing resources of these nodes will be wasted compared to the storage nodes. Figure 9: Distributed Storage with backup PAGE 18

20 Comparison between Architectures Architecture Table 3: Comparison between Shared and Distributed Storage Architectures Shared Storage Distributed Storage Strength Reduce VM deployments times Enables live-migration Weakness It can become a bottleneck in the infrastructure. Thus, degrading VMs performance. Strength Backing up of the data on many machines. The ability to add or remove any of the devices without losing the storage. Weakness Images have to be copied always to the hosts, which can be a very resource demanding operation. Prevent the use of live-migration between hosts High VM deployment times depending on the infrastructure network connectivity. Even though shared storage can be a bottleneck in the network infrastructure, many cloud platforms suggest using shared storage for large scale deployment. Thus, a separate storage ensures guest network traffic contention doesn t impact storage performance. However, since this project is aiming to deploy a cloud on a bare metal computers which mostly not be a dedicated storage nodes. The distributed storage will be followed. However, shared storage system is supported by configure a playbook in Ansible to configure the nodes to work on shared storage. Also, the platform plays a critical role in affecting the architecture of the system. OpenNebula supports all of the above architecture PAGE 19

21 Hardware/Software Components The architecture design shown in Figure 9 includes a mixture between hardware and software components. Hardware Components Host Nodes Main Node Network infrastructure Switch Router Software Components Automatic Installation Tool (Cobbler) Management Deployment Tool (Ansible) Cloud Platform DHCP Server TFTP Server Main Python Program Figure 10: Hardware & Software Components Function of Hardware/Software Components Hardware Components: Host Nodes: The nodes where the VMs will be run on Main Node: The main node which have the core of the cloud and control the rest of host nodes Network Infrastructure: VLANs is used to support large scale redundancy. Storage Nodes: The nodes where all the storage will be placed in. Switch: Layer 3 switch which supports VLANs Truck Router: Repsonsible for connecting the cloud to the internet and the client network. Software Components: Automatic Installation Tools (Cobbler): Responsible for installing OS on baremetal hardware. There s also a preseed file which can be configured to install and configure the initial setup of the system Configuration File: A file which enables the client to modify different characteristics of the cloud and deploy it on the system anytime. PAGE 20

22 Management Deployment Tool: A tool which deploy the configuration file on a specified network devices. The tool will help to change the configuration of a set of devices. Cloud Platform: The core of the system is the cloud platform. It s a chosen cloud platform that has been chosen depending on its features which support the requirements and specifications of this project. DHCP Server: assigns IP addresses to client computers. TFTP Server: TFTP is a simple high-level protocol for transferring data servers use to boot diskless workstations by using User Data Protocol (UDP). Python Program; This program is final production of the system, It has all the data and it can run Ansible and modify other nodes. COMPONENT DESIGN This section describes the design of some components and the justification of choosing an option for ready-made components. Cloud Platform Cloud platform is the core of this system. The cloud platform must be chosen to meet the requirements and specifications of this project, because most of the work is being done from the cloud platform. In addition, the architecture of the cloud itself plays a major rule on choosing the cloud. Thus, architecture of the cloud is one of the important criteria in choosing a cloud platform. The main selection criteria of choosing cloud platform: Simple Deployment Architecture Features that meet the requirements and specification Additional features which helps in expanding the project. Simple installation OpenStack OpenStack is one of the popular private cloud in the market. However, its architecture is too complicated because of its flexibility to work on many environments. The complex architecture and installation will not help us in the automated deployment of the cloud. PAGE 21

23 Figure 11: OpenStack Architecture OpenNebula OpenNebula is a cloud computing platform for managing heterogeneous distributed data center infrastructures. The OpenNebula platform manages a data center's virtual infrastructure to build private, public and hybrid implementations of infrastructure as a service. OpenNebula platform provides all the feature needed to complete this project in addition to additional feature which can help this project to expand more. In addition, it s known for its simple architecture and installation which can be easily deployed on computers. Figure 12: OpenNebula Architecture PAGE 22

24 CloudStack CloudStack is an open source cloud computing software for creating, managing, and deploying infrastructure cloud services. It uses existing hypervisors such as KVM, VMware vsphere, and XenServer/XCP for virtualization. CloudStack is a great candidate to be the core infrastructure platform for this project. Figure 12: CloudStack Architecture Eucalyptus Eucalyptus is free and open-source computer software for building Amazon Web Services (AWS)-compatible private and hybrid cloud computing environments marketed by the company Eucalyptus Systems. Eucalyptus can provide high availability by building primary and secondary cloud. In the event of a failure, the secondary component becomes the primary components. PAGE 23

25 Figure 13: Eucalyptus Architecture Cloud Platform Comparison Table 4: Cloud Platform Comparison Criteria OpenStack CloudStack OpenNebula Eucalyptus Simple Architecture No Yes Yes No Simple Installation No No Yes No Features that meet the requirements Yes Yes Yes Yes Additional Features which help in expanding the project Yes Yes Yes No PAGE 24

26 From Table 4, it s clearly shown that CloudStack and OpenNebula are both great candidate for this system. Thus, this system will support both candidates depending on the choice of the client. OPENNEBULA SYSTEM In this section we will list the different subsystems and components in our OpenNebula cloud platform. OpenNebula Sunstone: is the OpenNebula Cloud Operations Center, a Graphical User Interface (GUI) intended for regular users and administrators that simplifies the typical management operations in private and hybrid cloud infrastructures. OpenNebula Sunstone allows easily managing all OpenNebula resources and performing typical operations on them. Figure 14: OpenNebula Sunstone PAGE 25

27 Users & Groups: OpenNebula includes a complete user & group management system. Users in an OpenNebula installation are classified in four types: Administrators: an admin user belongs to an admin group (oneadmin or otherwise) and can perform manage operations Regular users: that may access most OpenNebula functionality. Public users: only basic functionality (and public interfaces) are open to public users. Service users: a service user account is used by the OpenNebula services (i.e. cloud APIs like EC2 or GUI s like Sunstone) to proxy auth requests. A Host: is a server that has the ability to run Virtual Machines and that is connected to OpenNebula s Frontend server. Figure 15: Host lists A Datastore: is any storage medium used to store disk images for VMs. Types of Datastore available in OpenNebula: System: to hold images for running VMs PAGE 26

28 Images: stores the disk images repository. Disk images are moved, or cloned to/from the System datastore when the VMs are deployed or shutdown; or when disks are attached or snapshotted. Files: this is a special datastore used to store plain files and not disk images. The plain files can be used as kernels, ramdisks or context files. Figure 16: Datastores Lists The Virtualization Subsystem: is the component in charge of talking with the hypervisor installed in the hosts and taking the actions needed for each step in the VM lifecycle. KVM (Kernel-based Virtual Machine): is a complete virtualization technique for Linux. It offers full virtualization, where each Virtual Machine interacts with its own virtualized hardware. Virtual Machine within the OpenNebula system consists of: A capacity in terms memory and CPU A set of NICs attached to one or more virtual networks A set of disk images A state file (optional) or recovery file, that contains the memory image of a running VM plus some hypervisor specific information. PAGE 27

29 Figure 17: Virtual Machine Information Figure 18: Virtual Machine Lists Templates: In OpenNebula the Virtual Machines are defined with Template files. The Template Repository system allows OpenNebula administrators PAGE 28

30 and users to register Virtual Machine definitions in the system, to be instantiated later as Virtual Machine instances. These Templates can be instantiated several times, and also shared with other users Images: the Storage system allows OpenNebula administrators and users to set up images, which can be operative systems or data, to be used in Virtual Machines easily. These images can be used by several Virtual Machines simultaneously, and also shared with other users. Deployment Management Tool Deployment Management Tools enable you to use recipes, playbooks, templates, or whatever terminology to simplify automation and orchestration across your environment to provide a standard, consistent deployment. The choice of the deployment management tool in this system depends mainly on its ease of use, language support, and open source tool. There are fairly many deployment management tools that can help to achieve the purpose of automating a script across a network. For instance, Ansible, Puppet, Cheff, Fabric, and SaltStack. Even though it can be a client choice to use any type of deployment management tool, this system will use Ansible in deploying scripts and configuration file. Automatic Installation Tool There are multiple automatic installation tool which helps in ease the automation of network booting of bare metal devices. These tools provide configurations for DHCP, TFTP, and HTTP. Thus, it s not required to have a dedicated server for each service. In addition, these tools help in modifying the Linux distribution with a pre seed file to choose the packages that needed to be installed with the setup. The tools that have been tested and considered in this project is FAI, Cobbler, and Foreman. Tools Advantages Disadvantages Forman Easy to use and configure thanks to its user friendly GUI Easy to install (one line to install all required packages and software needed) Needs a database (may cause single point of failure). Difficult to automate since it s mostly configured through GUI. PAGE 29

31 Cobbler FAI Supports different OSs from different families Supports plugins and integrate very well with puppet Comes with variety of provisioning templates and partition tables Monitor host configuration, report status, distribution and trends. Can create one template and use it on many OS images. Supported by Ansible. Easy to install. The OS image is mounted on Cobbler server, which makes it fast to install it on the target machine. OS Image is not needed OS Installation is much more faster than any other automation tool since it only needs to create the OS once for the same devices so with using a cache proxy the installing of new OSs on new machines will be very quick since all the needed packages will be cached in the proxy. OS Package management is very flexible Does not integrate well with Ansible Installation Media must be retrieved from the web Doesn t work well with Debian. Mainly supports Fedora distribution Has a problem with the default package tool (sourced.list) It has been developed mainly for Debian, so it is a little hard to tolerate the tool to suite another distribution like Ubuntu. Documentation is limited for other distributions than Debian. The configuration of the tool is also not very trivial since it is very flexible, so modifying the original version is complicated to some extent. Automating the configuration of this tool will need lots of work if you desire a specific distribution. PAGE 30

32 SYSTEM INTEGRATION For system integration, the first step is to install the master node, then configure the DHCP and TFTP. After that the host node, a node where the VMs will be running, is added by the steps through tools like Ansible and Cobbler described in Figure 4. After the cloud is installed on the host node. The node is waiting for requests to create and run VMs. Also, the host nodes can be accessed by the system administrator to know the active resources. Any later modification for the nodes can be managed through Ansible. Figure 14 shows the sequence of adding a new node and deploying the private cloud system on the node. Automated installation of master node through USB or DVD the master has Cobbler and ansible configured mostly configure DHCP and TFTP either on master or dedicated server DHCP replies with an IP and the address of TFTP server New Node Asks DHCP for IP address The master node is connected to network to be able to boot other nodes from network the Node asks TFTP server for an OS Image installation through UDP The TFTP server replies with the OS image The OS image is installed on the node Private Cloud is ready Ansible adds the new node to the cloud Ansible manages the configuration of the new node Waiting for requests Create VMs Run the VM Figure 19: System Integration PAGE 31

33 Design Evolution In this section, we will show evaluation of our system design and why the design has been changed from the initial design to the final system design. INITIAL DESIGN The initial design of our system, which is called shared storage, was aiming on spreading the storage nodes and computing nodes and using two virtual LAN. The purpose of the separation is to reduce the VM deployment times, and to utilize the storage resources on each machine by not having to install any operating system and allow these nodes to act as storage devices only. Figure 15 shows our initial design. Figure 20: Initial Design Since the purpose of this project is to install the cloud on bare metal machine, we will lose the computing resources of the machine that we chose to be a storage node. Also, the other way around, we will lose the storage resources of nodes that we have PAGE 32

34 chosen to be a computing node. As a consequence, the initial design was not efficient for our project. FINAL DESIGN The Final design called distributed storage architecture with high availability. As the name implies, all host/nodes will have both storage and computing capabilities. In addition, the master nodes and host nodes are highly available. This will allow us to better utilize the physical machines and to recover from failure. The following diagram shows our Final design. Figure 21: Final Design PAGE 33

35 Testing, Analysis, and Evaluation TESTING METHODOLOGY AND RESULTS: The table below explains how we determined that our system meets a specific requirement or technical specification. FUNCTIONAL USER REQUIREMENTS REQUIREMENT Met Testing methodology Automated deployment of platform on hardware, e.g. network boot, automatic node configuration. Support heterogeneous hardware of x86 architecture; hardware does not need to be identical Automated expansion by deploying on additional hardware, e.g. adding PCs or hard driver Enable users to create a VM and to configure its specs based on the availability of the hardware Yes Yes Yes Yes We added a new node without any OS, then by configuring it to network boot we were able to automatically to install an OS and configure it to join our cloud system We brought a laptops with different hardware specifications and we successfully were able to add their resources to our cloud system We installed the node package of OpenNebula on another machine then checked if the resources of this new machine added to the resources pool in the frontend node We made users accounts with some privileges then we logged in to the frontend using these accounts and checked if we were able to create VM s and configure them PAGE 34

36 Monitoring of resource usage per VM and for the entire platform Network configuration to control connectivity between VMs Selection of boot images for the VMs Yes Yes Yes By using admin accounts then logging in to the frontend node, we were able to see how much resources the entire cloud has in addition to how much of resource usage per VMs We used SSH to check the connectivity between the VM s By using admin accounts then creating a predefined templates for VMs which includes how much storage, CPU ram and the operating system PAGE 35

37 TECHNICAL SPECIFICATIONS REQUIREMENT Met Testing methodology Deploying the system will be in less than 2 hours The user can specify the OS, RAM, Virtual Cores, disk storage, and number of network interfaces of the VMs The response time for creating the virtual machine is less than 20 minutes. The admin can see the following: CPU utilization, RAM, network traffic, and storage per VM and for the entire platform Yes Yes Yes Yes Based on the current network in COE lab (1 GigE), we were able to deploy the cloud system in less than 1 hour We made users accounts with some privileges then we logged in to the frontend using these accounts and checked if we were able to create VM s and configure them A new VM is created in roughly 5 minutes By using admin accounts then logging in to the frontend node, we were able to see how much resources the entire cloud has in addition to how PAGE 36

38 much of resource usage per VM Any computer added to the system should be able to boot directly from network and be automatically configured to the system The system can be installed and configured on x86 Architecture Yes Yes We added a new node without any OS, then by configuring it to network boot we were able to automatically to install an OS and configure it to join our cloud system We successfully added a new x86 node to our cloud system SYSTEM ANALYSIS AND EVALUATION: In our project we mainly focused on providing a high availability to both VMs and hosts. Our system is prepared for failures in the virtual machines or physical nodes, and recover from them. Host Failure: when OpenNebula detects that a host enters the ERROR or DISABLE states a hook can be triggered to deal with the situation this can very useful to limit the downtime of a service due to a hardware failure, since it can redeploy the VMs on another host. Virtual Machines Failures: in our system we included hooks to cover these status of VM 1. UNKNOWN, when the VM enters the unknown state. 2. STOP, after the VM is stopped (including VM image transfers). Issues This section describes some of the different issues that have been faced in the implementation phase of this project. It also shows how this issues have been identified and solved. The issues are as following: PAGE 37

39 Virtual machine is not accessible from the network. The issue is if you create a virtual machine and you want to run a service or SSH to it from another machine in the network, it will not be accessible. Attempted solution: There were several solutions but the key word here is contextualization which helps VM's Operating System to inherit the information about the network from the cloud as assigned by the cloud network management. There were several ways to solve contextualization as follows: Use a ready image that have contextualization service ready but we aimed to solve the problem for all images so that was not an option. Modify the image and add the contextualization code to the image. However, this method is complicated. The solution basically is to guide the OpenNebula cloud to add the contextualization to the image before you create the virtual machine and provide the needed files. Also, to add a public key to the image so that you can SSH to the virtual machine using the private key. PXE timeout problem when trying to deploy an OS through network boot using a TFTP server. Attempted solutions: - Changing the permissions of the tftpboot file - Trying different machine to boot from the tftp server. Final solution: Adding the line -A INPUT -i <interface name> -p udp --dport 69 in the in the iptable file to allow access of data through port 69 for tftp Foreman downloads corrupted initrd file which is essential to start the booting of Ubuntu OS. Attempted resolution: - changing the operating system version Final resolution: downloading the initrd file to replace the corrupted one manually PAGE 38

40 Virtual machine stopped working when the host is shutdown or there s an error Attempted resolution: - Trying to find a way to copy the image and instantiate it again on other hosts Final resolution: adding hooks on configuration file of opennebula to do this automatically. Engineering Tools and Standards EasyCloud project team has been used many tools and standards to help in automating Opennebula cloud deployment, by integrating deployment tools together, deployment can be done as simple as possible for the customer to deploy their own private cloud. We test and run many different alternative tools trying to find the best suitable tools for our project goals. We aim for our project as mentioned in the project requirements section is to convert a bare metal system with nothing installed on it, to a full functional host node for opennebula cloud with least interaction with the user, all this state transfer from bare metal to full supported node for the cloud should be automated through the tools that will be used such as Ansible, Cobbler, or even a script file. INSTALLING THE MASTER HOST making and installing the master host (front-end) can be done by running a written script in python language, so we wrote this script and make sure of it is functionality by installing a fall front-end ready node for opennebula cloud, all installation and configuration is done by the script file. Plus, we need to install the tools that will be used in adding the new nodes along with front-end installation, these tools are installed automatically along with the script file. We have installed Ansible automatically and configure it according to our requirements. COBBLER Cobbler is a build and deployment system. The primary functionality of cobbler is to simplify the lives of administrators by automating repetitive actions, such installing OS system on the new machines. Cobbler can be consider as an automatic installation tool for any new machine in the system and make it ready for future deployment. Cobbler currently supports importing a wide array of distributions from many vendors. However, since PAGE 39

41 Cobbler has a history rooted in Red Hat based distributions, support for them is definitely the strongest. For others, the level of support varies from very good to requiring a lot of manual steps to get things working smoothly such as Ubuntu and Debian. For our project we will use cobbler for installing Ubuntu Server OS on the new bare metal new machines through network booting (PXE). The procedure of network booting is shown in the figure below, when the new machine boot through the NIC it will communicate with the DHCP server to gain its own new IP address and the address of the TFTP server. The image installer is located on the TFTP server. There for the new machines need to connect to the TFTP server to run the automatic installer and install Ubuntu Server image on them. ANSIBLE Ansible is an IT automation engine that automates configuration management, application deployment and many other IT needs. Ansible give much more freedom and flexibility in deploying and managing system components in different machines. Ansible works by connecting to your nodes and pushing out small programs called Playbook to them, these programs are written to be resource models of the desired state of the system. Ansible executes these modules (over SSH by default), and removes them when finished. As shown in the figure below, Ansible consists of inventory and playbooks. An Inventory contains the hosts and the groups that will be used in receiving the scripts and run them, hosts can be divided into groups and that is how they are managed. Ansible has been chosen by the team because of its support for new systems to become a full functional nodes for Opennebula cloud, and adding them automatically to the cloud with no interaction needed with the user. Also, it doesn t need any sql server like others to be installed on the other nodes. Which is a big advantage in EasyCloud System PAGE 40

42 Conclusion WHAT WAS LEARNED? Many concepts have been deeply learned and dealt with during this project, such as the private cloud and its platforms, service model, and deployment model. In addition, different virtualization setup have been learned such as KVM and Xen. Also, We have learned how to deal with Linux deeply, such as changing the configuration, and using command lines instead of GUI interface. Furthermore, Automatic installation tools have been explored deeply and we have seen the great potential it can do. Also, we spent a long time in configuring network booting. However, we become expert at it in the end. Deployment tools, such as Ansible, have also been learnt and dealt with to modify and configure other computers in the same network. Also, many network aspects such as DNS, TFTP, and DHCP have been reinforced and applied intensely in this project. In addition, working in a team of five has different experience than any other group project with 3 members maximum. However, if the team work efficiency hasn t been utilized to serve the goal of the projet. It would be a waste of resources and time. WHAT WOULD YOU DO DIFFERENTLY IN A SIMILAR PROJECT? Start by working mainly in the main idea with what you find instead of wasting the time on trying every little option. Your choices may be not great but you have a system up and running early and you know all of the problems and steps during the way. Then, you can start looking for other options and try them. Also, to try working from home if it is possible. For example, we could set a virtual machine with many operating systems and try working from home at the beginning, which will give us more time and motive to explore many options and tools. PAGE 41

43 FUTURE WORK This project has a good potentials to be developed further and grow more to be an industry product. For instance, the following are some of the future work and improvement which can be done on the system: Implement the high availability architecture for the master node Design our own system a server-based with WEB UI that comes with it. This WEB UI could have more features such as a full control all system tools, and be simpler and looks more attractive. Supporting more than one cloud. Network discovery. So the user doesn t need to have a specific network setup to install our system. PAGE 42

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

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.Ahmed Khayyat 1 Table of Contents Introduction Requirements

More information

Distributed Systems. 31. The Cloud: Infrastructure as a Service Paul Krzyzanowski. Rutgers University. Fall 2013

Distributed Systems. 31. The Cloud: Infrastructure as a Service Paul Krzyzanowski. Rutgers University. Fall 2013 Distributed Systems 31. The Cloud: Infrastructure as a Service Paul Krzyzanowski Rutgers University Fall 2013 December 12, 2014 2013 Paul Krzyzanowski 1 Motivation for the Cloud Self-service configuration

More information

OpenNebula on VMware: Cloud Reference Architecture

OpenNebula on VMware: Cloud Reference Architecture OpenNebula on VMware: Cloud Reference Architecture Version 1.2, October 2016 Abstract The OpenNebula Cloud Reference Architecture is a blueprint to guide IT architects, consultants, administrators and

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

OPENSTACK: THE OPEN CLOUD

OPENSTACK: THE OPEN CLOUD OPENSTACK: THE OPEN CLOUD Anuj Sehgal (s.anuj@jacobs-university.de) AIMS 2012 Labs 04 June 2012 1 Outline What is the cloud? Background Architecture OpenStack Nova OpenStack Glance 2 What is the Cloud?

More information

Cloud Computing introduction

Cloud Computing introduction Cloud and Datacenter Networking Università degli Studi di Napoli Federico II Dipartimento di Ingegneria Elettrica e delle Tecnologie dell Informazione DIETI Laurea Magistrale in Ingegneria Informatica

More information

Introduction To Cloud Computing

Introduction To Cloud Computing Introduction To Cloud Computing What is Cloud Computing? Cloud computing is a model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing resources (e.g.,

More information

What is Cloud Computing? Cloud computing is the dynamic delivery of IT resources and capabilities as a Service over the Internet.

What is Cloud Computing? Cloud computing is the dynamic delivery of IT resources and capabilities as a Service over the Internet. 1 INTRODUCTION What is Cloud Computing? Cloud computing is the dynamic delivery of IT resources and capabilities as a Service over the Internet. Cloud computing encompasses any Subscriptionbased or pay-per-use

More information

Open Cloud Reference Architecture

Open Cloud Reference Architecture Open Cloud Reference Architecture Version 1.4, February 2018 Abstract The OpenNebula Cloud Reference Architecture is a blueprint to guide IT architects, consultants, administrators and field practitioners

More information

Getting to Know Apache CloudStack

Getting to Know Apache CloudStack Getting to Know Apache CloudStack Joe Brockmeier PPMC Member Apache CloudStack jzb@apache.org Five Six Characteristics of Clouds On-Demand Self-Service Broad Network Access Resource Pooling Rapid Elasticity

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

The OnApp Cloud Platform

The OnApp Cloud Platform The OnApp Cloud Platform Everything you need to sell cloud, dedicated, CDN, storage & more 286 Cores / 400 Cores 114 Cores 218 10 86 20 The complete cloud platform for service providers OnApp software

More information

Lecture 09: VMs and VCS head in the clouds

Lecture 09: VMs and VCS head in the clouds Lecture 09: VMs and VCS head in the Hands-on Unix system administration DeCal 2012-10-29 1 / 20 Projects groups of four people submit one form per group with OCF usernames, proposed project ideas, and

More information

Xen and CloudStack. Ewan Mellor. Director, Engineering, Open-source Cloud Platforms Citrix Systems

Xen and CloudStack. Ewan Mellor. Director, Engineering, Open-source Cloud Platforms Citrix Systems Xen and CloudStack Ewan Mellor Director, Engineering, Open-source Cloud Platforms Citrix Systems Agenda What is CloudStack? Move to the Apache Foundation CloudStack architecture on Xen The future for CloudStack

More information

VMware vsphere with ESX 4.1 and vcenter 4.1

VMware vsphere with ESX 4.1 and vcenter 4.1 QWERTYUIOP{ Overview VMware vsphere with ESX 4.1 and vcenter 4.1 This powerful 5-day class is an intense introduction to virtualization using VMware s vsphere 4.1 including VMware ESX 4.1 and vcenter.

More information

Baremetal with Apache CloudStack

Baremetal with Apache CloudStack Baremetal with Apache CloudStack ApacheCon Europe 2016 Jaydeep Marfatia Cloud, IOT and Analytics Me Director of Product Management Cloud Products Accelerite Background Project lead for open source project

More information

Hyperconverged Cloud Architecture with OpenNebula and StorPool

Hyperconverged Cloud Architecture with OpenNebula and StorPool Hyperconverged Cloud Architecture with OpenNebula and StorPool Version 1.0, January 2018 Abstract The Hyperconverged Cloud Architecture with OpenNebula and StorPool is a blueprint to aid IT architects,

More information

Be smart. Think open source.

Be smart. Think open source. Foreman Basics Be smart. Think open source. Foreman - Basics Lifecycle management of physical and virtual machines made easy! Agenda Introduction to Foreman Architecture Setup Provisioning Configuration

More information

Cloud Computing. Luigi Santangelo Department of Computer Engineering University of Pavia

Cloud Computing. Luigi Santangelo Department of Computer Engineering University of Pavia Cloud Computing Luigi Santangelo Department of Computer Engineering University of Pavia luigi.santangelo@unipv.it What we will learn Part 1: What is cloud computing Five main cloud computing elements Cloud

More information

Cloud Computing: Making the Right Choice for Your Organization

Cloud Computing: Making the Right Choice for Your Organization Cloud Computing: Making the Right Choice for Your Organization A decade ago, cloud computing was on the leading edge. Now, 95 percent of businesses use cloud technology, and Gartner says that by 2020,

More information

Cloud Computing Lecture 4

Cloud Computing Lecture 4 Cloud Computing Lecture 4 1/17/2012 What is Hypervisor in Cloud Computing and its types? The hypervisor is a virtual machine monitor (VMM) that manages resources for virtual machines. The name hypervisor

More information

Cloud & container monitoring , Lars Michelsen Check_MK Conference #4

Cloud & container monitoring , Lars Michelsen Check_MK Conference #4 Cloud & container monitoring 04.05.2018, Lars Michelsen Some cloud definitions Applications Data Runtime Middleware O/S Virtualization Servers Storage Networking Software-as-a-Service (SaaS) Applications

More information

70-414: Implementing an Advanced Server Infrastructure Course 01 - Creating the Virtualization Infrastructure

70-414: Implementing an Advanced Server Infrastructure Course 01 - Creating the Virtualization Infrastructure 70-414: Implementing an Advanced Server Infrastructure Course 01 - Creating the Virtualization Infrastructure Slide 1 Creating the Virtualization Infrastructure Slide 2 Introducing Microsoft System Center

More information

VMware vsphere with ESX 6 and vcenter 6

VMware vsphere with ESX 6 and vcenter 6 VMware vsphere with ESX 6 and vcenter 6 Course VM-06 5 Days Instructor-led, Hands-on Course Description This class is a 5-day intense introduction to virtualization using VMware s immensely popular vsphere

More information

Data Centers and Cloud Computing

Data Centers and Cloud Computing Data Centers and Cloud Computing CS677 Guest Lecture Tim Wood 1 Data Centers Large server and storage farms 1000s of servers Many TBs or PBs of data Used by Enterprises for server applications Internet

More information

Discover SUSE Manager

Discover SUSE Manager White Paper SUSE Manager Discover SUSE Manager Table of Contents page Reduce Complexity and Administer All Your IT Assets in a Simple, Consistent Way...2 How SUSE Manager Works...5 User Interface...5 Conclusion...9

More information

ECE Enterprise Storage Architecture. Fall ~* CLOUD *~. Tyler Bletsch Duke University

ECE Enterprise Storage Architecture. Fall ~* CLOUD *~. Tyler Bletsch Duke University ECE590-03 Enterprise Storage Architecture Fall 2017.~* CLOUD *~. Tyler Bletsch Duke University Includes material adapted from the course Information Storage and Management v2 (module 13), published by

More information

CLOUD COMPUTING. Rajesh Kumar. DevOps Architect.

CLOUD COMPUTING. Rajesh Kumar. DevOps Architect. CLOUD COMPUTING Rajesh Kumar DevOps Architect @RajeshKumarIN www.rajeshkumar.xyz www.scmgalaxy.com 1 Session Objectives This session will help you to: Introduction to Cloud Computing Cloud Computing Architecture

More information

Open Hybrid Cloud & Red Hat Products Announcements

Open Hybrid Cloud & Red Hat Products Announcements Open Hybrid Cloud & Red Hat Products Announcements FREDERIK BIJLSMA Cloud BU EMEA Red Hat 14th December 2012 PERVASIVE NEW EXPECTATIONS AGILITY. EFFICIENCY. COST SAVINGS. PUBLIC CLOUDS 2 ENTERPRISE IT

More information

Building a government cloud Concepts and Solutions

Building a government cloud Concepts and Solutions Building a government cloud Concepts and Solutions Dr. Gabor Szentivanyi, ULX Open Source Consulting & Distribution Background Over 18 years of experience in enterprise grade open source Based in Budapest,

More information

Introduction to Virtualization. From NDG In partnership with VMware IT Academy

Introduction to Virtualization. From NDG In partnership with VMware IT Academy Introduction to Virtualization From NDG In partnership with VMware IT Academy www.vmware.com/go/academy Why learn virtualization? Modern computing is more efficient due to virtualization Virtualization

More information

CLOUD COMPUTING. Lecture 4: Introductory lecture for cloud computing. By: Latifa ALrashed. Networks and Communication Department

CLOUD COMPUTING. Lecture 4: Introductory lecture for cloud computing. By: Latifa ALrashed. Networks and Communication Department 1 CLOUD COMPUTING Networks and Communication Department Lecture 4: Introductory lecture for cloud computing By: Latifa ALrashed Outline 2 Introduction to the cloud comupting Define the concept of cloud

More information

Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Concepts Guide

Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Concepts Guide Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Concepts Guide Revised January 30, 2015 06:00 pm IST Citrix CloudPlatform Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5

More information

VMware Overview VMware Infrastructure 3: Install and Configure Rev C Copyright 2007 VMware, Inc. All rights reserved.

VMware Overview VMware Infrastructure 3: Install and Configure Rev C Copyright 2007 VMware, Inc. All rights reserved. VMware Overview Kontakt: jens.soeldner@netlogix.de 1-1 You Are Here Virtual Infrastructure VMware Overview ESX Server Installation ESX Server Installation Networking Networking Storage Storage ESX Server

More information

Application Deployment

Application Deployment Application Deployment Software Engineering II WS 2018/19 Christoph Matthies (christoph.matthies@hpi.de) Enterprise Platform and Integration Concepts Datacenter Work by Leonardo Rizzi (CC BY-SA 2.0) Agenda

More information

Data Centers and Cloud Computing. Slides courtesy of Tim Wood

Data Centers and Cloud Computing. Slides courtesy of Tim Wood Data Centers and Cloud Computing Slides courtesy of Tim Wood 1 Data Centers Large server and storage farms 1000s of servers Many TBs or PBs of data Used by Enterprises for server applications Internet

More information

2014 VMware Inc. All rights reserved.

2014 VMware Inc. All rights reserved. 2014 VMware Inc. All rights reserved. Agenda Virtual SAN 1 Why VSAN Software Defined Storage 2 Introducing Virtual SAN 3 Hardware Requirements 4 DEMO 5 Questions 2 The Software-Defined Data Center Expand

More information

Genomics on Cisco Metacloud + SwiftStack

Genomics on Cisco Metacloud + SwiftStack Genomics on Cisco Metacloud + SwiftStack Technology is a large component of driving discovery in both research and providing timely answers for clinical treatments. Advances in genomic sequencing have

More information

Introduction to Cloud Computing. [thoughtsoncloud.com] 1

Introduction to Cloud Computing. [thoughtsoncloud.com] 1 Introduction to Cloud Computing [thoughtsoncloud.com] 1 Outline What is Cloud Computing? Characteristics of the Cloud Computing model Evolution of Cloud Computing Cloud Computing Architecture Cloud Services:

More information

RACKSPACE ONMETAL I/O V2 OUTPERFORMS AMAZON EC2 BY UP TO 2X IN BENCHMARK TESTING

RACKSPACE ONMETAL I/O V2 OUTPERFORMS AMAZON EC2 BY UP TO 2X IN BENCHMARK TESTING RACKSPACE ONMETAL I/O V2 OUTPERFORMS AMAZON EC2 BY UP TO 2X IN BENCHMARK TESTING EXECUTIVE SUMMARY Today, businesses are increasingly turning to cloud services for rapid deployment of apps and services.

More information

Data Centers and Cloud Computing. Data Centers

Data Centers and Cloud Computing. Data Centers Data Centers and Cloud Computing Slides courtesy of Tim Wood 1 Data Centers Large server and storage farms 1000s of servers Many TBs or PBs of data Used by Enterprises for server applications Internet

More information

Securing Containers Using a PNSC and a Cisco VSG

Securing Containers Using a PNSC and a Cisco VSG Securing Containers Using a PNSC and a Cisco VSG This chapter contains the following sections: About Prime Network Service Controllers, page 1 Integrating a VSG into an Application Container, page 4 About

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

FIVE REASONS YOU SHOULD RUN CONTAINERS ON BARE METAL, NOT VMS

FIVE REASONS YOU SHOULD RUN CONTAINERS ON BARE METAL, NOT VMS WHITE PAPER FIVE REASONS YOU SHOULD RUN CONTAINERS ON BARE METAL, NOT VMS Over the past 15 years, server virtualization has become the preferred method of application deployment in the enterprise datacenter.

More information

Distributed Systems COMP 212. Lecture 18 Othon Michail

Distributed Systems COMP 212. Lecture 18 Othon Michail Distributed Systems COMP 212 Lecture 18 Othon Michail Virtualisation & Cloud Computing 2/27 Protection rings It s all about protection rings in modern processors Hardware mechanism to protect data and

More information

Hedvig as backup target for Veeam

Hedvig as backup target for Veeam Hedvig as backup target for Veeam Solution Whitepaper Version 1.0 April 2018 Table of contents Executive overview... 3 Introduction... 3 Solution components... 4 Hedvig... 4 Hedvig Virtual Disk (vdisk)...

More information

opennebula and cloud architecture

opennebula and cloud architecture opennebula and cloud architecture Stefano Bagnasco INFN Torino OpenNebula Cloud Architecture- 1/120 outline Recap from yesterday OpenNebula Open Cloud Reference Architecture OpenNebula internal achitecture

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

WHITE PAPER. RedHat OpenShift Container Platform. Benefits: Abstract. 1.1 Introduction

WHITE PAPER. RedHat OpenShift Container Platform. Benefits: Abstract. 1.1 Introduction WHITE PAPER RedHat OpenShift Container Platform Abstract Benefits: Applications are designed around smaller independent components called microservices. Elastic resources: Scale up or down quickly and

More information

How CloudEndure Works

How CloudEndure Works How Works How Works THE TECHNOLOGY BEHIND CLOUDENDURE S DISASTER RECOVERY AND LIVE MIGRATION SOLUTIONS offers Disaster Recovery and Live Migration Software-as-a-Service (SaaS) solutions. Both solutions

More information

How CloudEndure Disaster Recovery Works

How CloudEndure Disaster Recovery Works How Disaster Recovery Works Technical White Paper How Disaster Recovery Works THE TECHNOLOGY BEHIND CLOUDENDURE S ENTERPRISE-GRADE DISASTER RECOVERY SOLUTION Introduction Disaster Recovery is a Software-as-a-Service

More information

BRKDCT-1253: Introduction to OpenStack Daneyon Hansen, Software Engineer

BRKDCT-1253: Introduction to OpenStack Daneyon Hansen, Software Engineer BRKDCT-1253: Introduction to OpenStack Daneyon Hansen, Software Engineer Agenda Background Technical Overview Demonstration Q&A 2 Looking Back Do You Remember What This Guy Did to IT? Linux 3 The Internet

More information

openqrm Enterprise Administrator Guide Enterprise System Adminstration and IaaS Datacenter Automation with openqrm 5.2

openqrm Enterprise Administrator Guide Enterprise System Adminstration and IaaS Datacenter Automation with openqrm 5.2 openqrm Enterprise Administrator Guide Enterprise System Adminstration and IaaS Datacenter Automation with openqrm 5.2 Document Version: 01122014 - Released: 01. December 2014 1 Table of Contents Table

More information

COP Cloud Computing. Presented by: Sanketh Beerabbi University of Central Florida

COP Cloud Computing. Presented by: Sanketh Beerabbi University of Central Florida COP6087 - Cloud Computing Presented by: Sanketh Beerabbi University of Central Florida A cloud is a collection of networked resources configured such that users can request scalable resources (VMs, platforms,

More information

Examining Public Cloud Platforms

Examining Public Cloud Platforms Examining Public Cloud Platforms A Survey Copyright 2012 Chappell & Associates Agenda What is Cloud Computing? Cloud Platform Technologies: An Overview Public Cloud Platforms: Reviewing the Terrain What

More information

Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Getting Started Guide

Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Getting Started Guide Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Getting Started Guide Revised January 30, 2015 06:00 pm IST Citrix CloudPlatform Citrix CloudPlatform (powered by Apache CloudStack) Version

More information

vsan Mixed Workloads First Published On: Last Updated On:

vsan Mixed Workloads First Published On: Last Updated On: First Published On: 03-05-2018 Last Updated On: 03-05-2018 1 1. Mixed Workloads on HCI 1.1.Solution Overview Table of Contents 2 1. Mixed Workloads on HCI 3 1.1 Solution Overview Eliminate the Complexity

More information

Top 40 Cloud Computing Interview Questions

Top 40 Cloud Computing Interview Questions Top 40 Cloud Computing Interview Questions 1) What are the advantages of using cloud computing? The advantages of using cloud computing are a) Data backup and storage of data b) Powerful server capabilities

More information

Introduction and Data Center Topology For Your System

Introduction and Data Center Topology For Your System Introduction and Data Center Topology For Your System This chapter provides an introduction, a data center overview, and VMware vcenter requirements for your system. Introducing Cisco WebEx Meetings Server,

More information

ElasterStack 3.2 User Administration Guide - Advanced Zone

ElasterStack 3.2 User Administration Guide - Advanced Zone ElasterStack 3.2 User Administration Guide - Advanced Zone With Advance Zone Configuration TCloud Computing Inc. 6/22/2012 Copyright 2012 by TCloud Computing, Inc. All rights reserved. This document is

More information

Using Red Hat Network Satellite to dynamically scale applications in a private cloud

Using Red Hat Network Satellite to dynamically scale applications in a private cloud Using Red Hat Network Satellite to dynamically scale applications in a private cloud www.redhat.com Abstract Private cloud infrastructure has many clear advantages, not the least of which is the decoupling

More information

PassTest. Bessere Qualität, bessere Dienstleistungen!

PassTest. Bessere Qualität, bessere Dienstleistungen! PassTest Bessere Qualität, bessere Dienstleistungen! Q&A Exam : VCP-510 Title : VMware Certified Professional on VSphere 5 Version : Demo 1 / 7 1.Which VMware solution uses the security of a vsphere implementation

More information

Securing Containers Using a PNSC and a Cisco VSG

Securing Containers Using a PNSC and a Cisco VSG Securing Containers Using a PNSC and a Cisco VSG This chapter contains the following sections: About Prime Network Service Controllers, page 1 Integrating a VSG into an Application Container, page 3 About

More information

Table of Contents 1.1. Introduction. Overview of vsphere Integrated Containers 1.2

Table of Contents 1.1. Introduction. Overview of vsphere Integrated Containers 1.2 Table of Contents Introduction Overview of vsphere Integrated Containers 1.1 1.2 2 Overview of vsphere Integrated Containers This document provides an overview of VMware vsphere Integrated Containers.

More information

Understanding Cloud Migration. Ruth Wilson, Data Center Services Executive

Understanding Cloud Migration. Ruth Wilson, Data Center Services Executive Understanding Cloud Migration Ruth Wilson, Data Center Services Executive rhwilson@us.ibm.com Migrating to a Cloud is similar to migrating data and applications between data centers with a few key differences

More information

Cloud platforms T Mobile Systems Programming

Cloud platforms T Mobile Systems Programming Cloud platforms T-110.5130 Mobile Systems Programming Agenda 1. Motivation 2. Different types of cloud platforms 3. Popular cloud services 4. Open-source cloud 5. Cloud on this course 6. Some useful tools

More information

CloudStack Administration Guide

CloudStack Administration Guide CloudStack Administration Guide For CloudStack Version 3.0.0 3.0.2 Revised August 16, 2012 4:41 PM 2011, 2012 Citrix Systems, Inc. All rights reserved. Specifications are subject to change without notice.

More information

Deploying enterprise applications on Dell Hybrid Cloud System for Microsoft Cloud Platform System Standard

Deploying enterprise applications on Dell Hybrid Cloud System for Microsoft Cloud Platform System Standard Deploying enterprise applications on Dell Hybrid Cloud System for Microsoft Cloud Platform System Standard Date 7-18-2016 Copyright This document is provided as-is. Information and views expressed in this

More information

Hyper-Convergence De-mystified. Francis O Haire Group Technology Director

Hyper-Convergence De-mystified. Francis O Haire Group Technology Director Hyper-Convergence De-mystified Francis O Haire Group Technology Director The Cloud Era Is Well Underway Rapid Time to Market I deployed my application in five minutes. Fractional IT Consumption I use and

More information

The intelligence of hyper-converged infrastructure. Your Right Mix Solution

The intelligence of hyper-converged infrastructure. Your Right Mix Solution The intelligence of hyper-converged infrastructure Your Right Mix Solution Applications fuel the idea economy SLA s, SLA s, SLA s Regulations Latency Performance Integration Disaster tolerance Reliability

More information

What is Cloud Computing? What are the Private and Public Clouds? What are IaaS, PaaS, and SaaS? What is the Amazon Web Services (AWS)?

What is Cloud Computing? What are the Private and Public Clouds? What are IaaS, PaaS, and SaaS? What is the Amazon Web Services (AWS)? What is Cloud Computing? What are the Private and Public Clouds? What are IaaS, PaaS, and SaaS? What is the Amazon Web Services (AWS)? What is Amazon Machine Image (AMI)? Amazon Elastic Compute Cloud (EC2)?

More information

Table of Contents 1.1. Overview. Containers, Docker, Registries vsphere Integrated Containers Engine

Table of Contents 1.1. Overview. Containers, Docker, Registries vsphere Integrated Containers Engine Table of Contents Overview Containers, Docker, Registries vsphere Integrated Containers Engine Management Portal Registry Roles and Personas 1.1 1.1.1 1.1.2 1.1.2.1 1.1.2.2 1.1.2.3 1.1.2.4 2 Overview of

More information

How CloudEndure Disaster Recovery Works

How CloudEndure Disaster Recovery Works How CloudEndure Disaster Recovery Works Technical White Paper How CloudEndure Disaster Recovery Works THE TECHNOLOGY BEHIND CLOUDENDURE S ENTERPRISE-GRADE DISASTER RECOVERY SOLUTION Introduction CloudEndure

More information

A10 HARMONY CONTROLLER

A10 HARMONY CONTROLLER DATA SHEET A10 HARMONY CONTROLLER AGILE MANAGEMENT, AUTOMATION, ANALYTICS FOR MULTI-CLOUD ENVIRONMENTS PLATFORMS A10 Harmony Controller provides centralized agile management, automation and analytics for

More information

VMware vsphere. Administration VMware Inc. All rights reserved

VMware vsphere. Administration VMware Inc. All rights reserved VMware vsphere Administration 2010 VMware Inc. All rights reserved Permissions Privileges Hierarchical by category Roles Defined set of one or more privileges System and sample roles provided Privileges

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

Programowanie w chmurze na platformie Java EE Wykład 1 - dr inż. Piotr Zając

Programowanie w chmurze na platformie Java EE Wykład 1 - dr inż. Piotr Zając Programowanie w chmurze na platformie Java EE Wykład 1 - dr inż. Piotr Zając Cloud computing definition Cloud computing is a model for enabling ubiquitous, convenient, ondemand network access to a shared

More information

Choosing the Right Cloud Computing Model for Data Center Management

Choosing the Right Cloud Computing Model for Data Center Management Choosing the Right Cloud Computing Model for Data Center Management www.nsi1.com NETWORK SOLUTIONS INCOPORATED NS1.COM UPDATING YOUR NETWORK SOLUTION WITH CISCO DNA CENTER 1 Section One Cloud Computing

More information

Introduction to data centers

Introduction to data centers Introduction to data centers Paolo Giaccone Notes for the class on Switching technologies for data centers Politecnico di Torino December 2017 Cloud computing Section 1 Cloud computing Giaccone (Politecnico

More information

Cloud platforms. T Mobile Systems Programming

Cloud platforms. T Mobile Systems Programming Cloud platforms T-110.5130 Mobile Systems Programming Agenda 1. Motivation 2. Different types of cloud platforms 3. Popular cloud services 4. Open-source cloud 5. Cloud on this course 6. Mobile Edge Computing

More information

Acronis Backup & Recovery 11.5

Acronis Backup & Recovery 11.5 Acronis Backup & Recovery 11.5 Installation Guide Applies to the following editions: Update 2 Advanced Server Server for Windows Virtual Edition Server for Linux Advanced Server SBS Edition Workstation

More information

Hybrid Cloud Data Protection & Storage

Hybrid Cloud Data Protection & Storage Hybrid Cloud Data Protection & Storage Company Overview Acronis is a leading backup software, disaster recovery, and secure data access provider with solutions including physical, virtual, and cloud server

More information

DISTRIBUTED SYSTEMS [COMP9243] Lecture 8a: Cloud Computing WHAT IS CLOUD COMPUTING? 2. Slide 3. Slide 1. Why is it called Cloud?

DISTRIBUTED SYSTEMS [COMP9243] Lecture 8a: Cloud Computing WHAT IS CLOUD COMPUTING? 2. Slide 3. Slide 1. Why is it called Cloud? DISTRIBUTED SYSTEMS [COMP9243] Lecture 8a: Cloud Computing Slide 1 Slide 3 ➀ What is Cloud Computing? ➁ X as a Service ➂ Key Challenges ➃ Developing for the Cloud Why is it called Cloud? services provided

More information

Storage Considerations for VMware vcloud Director. VMware vcloud Director Version 1.0

Storage Considerations for VMware vcloud Director. VMware vcloud Director Version 1.0 Storage Considerations for VMware vcloud Director Version 1.0 T e c h n i c a l W H I T E P A P E R Introduction VMware vcloud Director is a new solution that addresses the challenge of rapidly provisioning

More information

Transformation Through Innovation

Transformation Through Innovation Transformation Through Innovation A service provider strategy to prosper from digitization People will have 11.6 billion mobile-ready devices and connections by 2020. For service providers to thrive today

More information

IBM Bluemix compute capabilities IBM Corporation

IBM Bluemix compute capabilities IBM Corporation IBM Bluemix compute capabilities After you complete this section, you should understand: IBM Bluemix infrastructure compute options Bare metal servers Virtual servers IBM Bluemix Container Service IBM

More information

Dell EMC ScaleIO Ready Node

Dell EMC ScaleIO Ready Node Essentials Pre-validated, tested and optimized servers to provide the best performance possible Single vendor for the purchase and support of your SDS software and hardware All-Flash configurations provide

More information

A High-Availability Cloud for Research Computing

A High-Availability Cloud for Research Computing This is a post-print version of the following article: J. Riley, J. Noss, J. Cuff, I. M. Llorente, A High- Availability Cloud for Research Computing, IEEE Computer, pp: 91-95, Issue No. 06 - June (2017

More information

RED HAT CLOUDFORMS. Chris Saunders Cloud Solutions

RED HAT CLOUDFORMS. Chris Saunders Cloud Solutions RED HAT CLOUDFORMS Chris Saunders Cloud Solutions Architect chrisb@redhat.com @canadianchris BUSINESS HAS CHANGED IN RESPONSE, IT OPERATIONS NEEDS TO CHANGE LINE OF BUSINESS Challenged to deliver services

More information

DC: Le Converged Infrastructure per Software Defined e Cloud Cisco NetApp - Softway. Luigi MARCOCCHIA SOFTWAY

DC: Le Converged Infrastructure per Software Defined e Cloud Cisco NetApp - Softway. Luigi MARCOCCHIA SOFTWAY DC: Le Converged Infrastructure per Software Defined e Cloud Cisco NetApp - Softway Luigi MARCOCCHIA SOFTWAY Today s Businesses Require Greater Agility Focus on increasing speed of business Customers expect

More information

The Future of Virtualization Desktop to the Datacentre. Raghu Raghuram Vice President Product and Solutions VMware

The Future of Virtualization Desktop to the Datacentre. Raghu Raghuram Vice President Product and Solutions VMware The Future of Virtualization Desktop to the Datacentre Raghu Raghuram Vice President Product and Solutions VMware Virtualization- Desktop to the Datacentre VDC- vcloud vclient With our partners, we are

More information

EBOOK: VMware Cloud on AWS: Optimized for the Next-Generation Hybrid Cloud

EBOOK: VMware Cloud on AWS: Optimized for the Next-Generation Hybrid Cloud EBOOK: VMware Cloud on AWS: Optimized for the Next-Generation Hybrid Cloud Contents Introduction... 3 What is VMware Cloud on AWS?... 5 Customer Benefits of Adopting VMware Cloud on AWS... 6 VMware Cloud

More information

Redefining Networking with Network Virtualization

Redefining Networking with Network Virtualization WHITE PAPER Redefining Networking with Network ization Why Networking Is Ripe for a Change Table of Contents Overcoming the Obstacle Blocking the Benefits of a Hybrid Cloud... 3 What Is Network ization?...4

More information

Windows Server 2012 Hands- On Camp. Learn What s Hot and New in Windows Server 2012!

Windows Server 2012 Hands- On Camp. Learn What s Hot and New in Windows Server 2012! Windows Server 2012 Hands- On Camp Learn What s Hot and New in Windows Server 2012! Your Facilitator Damir Bersinic Datacenter Solutions Specialist Microsoft Canada Inc. damirb@microsoft.com Twitter: @DamirB

More information

Bringing OpenStack to the Enterprise. An enterprise-class solution ensures you get the required performance, reliability, and security

Bringing OpenStack to the Enterprise. An enterprise-class solution ensures you get the required performance, reliability, and security Bringing OpenStack to the Enterprise An enterprise-class solution ensures you get the required performance, reliability, and security INTRODUCTION Organizations today frequently need to quickly get systems

More information

Understanding Virtual System Data Protection

Understanding Virtual System Data Protection Understanding Virtual System Data Protection Server virtualization is the most important new technology introduced in the data center in the past decade. It has changed the way we think about computing

More information

VMware vsphere with ESX 4 and vcenter

VMware vsphere with ESX 4 and vcenter VMware vsphere with ESX 4 and vcenter This class is a 5-day intense introduction to virtualization using VMware s immensely popular vsphere suite including VMware ESX 4 and vcenter. Assuming no prior virtualization

More information

OpenNebula 5.2 Deployment guide

OpenNebula 5.2 Deployment guide OpenNebula 5.2 Deployment guide Release 5.2.1 OpenNebula Systems Jan 09, 2017 This document is being provided by OpenNebula Systems under the Creative Commons Attribution-NonCommercial- Share Alike License.

More information

Acronis Backup Advanced Version 11.5 Update 6

Acronis Backup Advanced Version 11.5 Update 6 Acronis Backup Advanced Version 11.5 Update 6 APPLIES TO THE FOLLOWING PRODUCTS Advanced for Windows Server Advanced for Linux Server Advanced for PC Advanced for VMware / Hyper-V / RHEV / Citrix XenServer

More information