HP Helion CloudSystem 9.0: Using VMware ESXi Clusters as Compute Nodes

Size: px
Start display at page:

Download "HP Helion CloudSystem 9.0: Using VMware ESXi Clusters as Compute Nodes"

Transcription

1 HP Helion CloudSystem Enterprise and Foundation Software HP Helion CloudSystem 9.0: Using VMware ESXi Clusters as Compute Nodes This white paper provides an overview of VMware ESXi support in CloudSystem 9.0, including best practices and recommendations for using ESXi clusters with CloudSystem. Overview HP Helion CloudSystem is based on the Helion OpenStack distribution of OpenStack cloud software. CloudSystem integrates hardware and software to deliver core Infrastructure as a Service (IaaS) provisioning and lifecycle management for compute, network, and storage resources. CloudSystem supports ESXi clusters, Hyper-V, and KVM hosts as compute nodes. The following diagram shows the key components that enable CloudSystem to use ESXi clusters.

2 Nova, the OpenStack compute service, is used to deploy virtual machine instances into ESXi clusters. Instances are provisioned on ESXi clusters if the image being used in the provisioning request is a VMDK image. Each ESXi cluster appears as a single large compute node to the Nova scheduler. The scheduler selects a cluster that has sufficient capacity, and then Nova provisions the instance on that cluster. DRS on the cluster helps place the VM on the most suitable host within the cluster. CloudSystem enables ESXi support in Neutron, the OpenStack network service that supports only ESXi distributed vswitches and security groups.. Glance, the OpenStack image service, stores VMDK images in the Glance repository. Nova copies them to the cluster s shared datastore when a new instance is deployed. Cinder, the OpenStack block storage service, supports block storage on VMware datastores using the Openstack Cinder VMDK driver. Cinder volumes created using the VMDK driver are attached to instances on ESXi via datastores. During volume attach, the volumes are created on the clustered datastores on the host where the VM instance is running. This allows for volumes to be available when the VM is migrated across hosts in the cluster. Volumes can be used as data disks or boot disks. The option to boot from an OpenStack Cinder volume is supported. The following is a summary of the various networks shown in the diagram. 2

3 Network Number Purpose Connected to Data Center Management Network 1 This network connects virtual appliances to HP 3PAR, VMware vcenter Server, VMware vcloud Networking and enclosures. Cloud controllers, Management appliances, OVSvApp VMs, Enterprise appliances, VMware vcenter Server Cloud Management Network Consumer Access Network 1 This network connects to Management appliances, Cloud controllers, Monitoring appliances, and update appliance, KVM, Hyper-V compute nodes. This is a private network. 1 This network provides cloud users with access to the CloudSystem Portal in Cloud controller and the Marketplace Portal in Enterprise. Cloud users on this network are not able to access other CloudSystem appliances managed by the cloud administrator. External Network 1 This network allows cloud end users to attach public IP addresses to their provisioned virtual machine instances. KVM compute nodes, Hyper-V compute nodes, Cloud controllers, Management appliances, OVSvAPP VMs, Update appliance, Monitoring appliances, SDN network node (VXLAN case) Cloud controllers, Enterprise appliances Cloud controllers Provider Networks and/or Private Networks At least 1 A Provider Network is a data center network routed through the existing data center infrastructure. A Private Network is created from a pool of VLANs. Both networks support instance communication. Cloud Data Trunk OVSvAPP VMs Compute nodes CloudSystem uses the Cloud controllers to run the Nova compute agent with a vcenter driver. The OVSvApp VM runs the neutron Layer 2 agent. These agents perform all lifecycle operations on VM instances. After registering a vcenter Server with CloudSystem, all the clusters are automatically imported. You can activate one or more clusters managed by that vcenter Server. The activation process will deploy an OVSvApp VM on each host in the cluster, create necessary switches, and deploy a compute agent on Cloud controllers. CloudSystem 9.0 supports three vcenters, with each Cloud controller managing one vcenter. 3

4 Planning for setup of ESXi clusters Before setting up new clusters or reconfiguring existing ESXi clusters with CloudSystem, take the following actions. Pick a suitable cluster size (best practice is 10 to 16 hosts per cluster). As additional compute capacity is required, set up additional clusters rather than expand existing clusters. Existing VM instances that use cinder volumes will not be able to move to newly added hosts when clusters are expanded. A cluster can have 256 volumes attached to its hosts. Consider the 256 LUN limit per cluster when sizing. See the Storage requirements section for details about the 256 LUN limit. Choose a suitable shared datastore size. The size is based on the typical boot volume size that is determined by the flavor and the expected number of VMs per cluster. Boot volumes on ESXi clusters are thick-provisioned. Instead of using shared datastores, best practice is a single large shared datastore for better deployment times and optimal storage usage. Identify the free NIC for all the hosts in the cluster and pass it on as cloud trunk interface while activating the cluster, or identify the Cloud Data Trunk. Set up the Cloud Data Trunk on all ESXi hosts in all clusters used by CloudSystem and pass it as a cloud trunk during activation. Note that the same NIC must be connected to the cloud data trunk. CloudSystem supports only Distributed vswitches (DVS). Basic networking is provided with security groups. When using a pre-existing cluster, best practice is to remove all VMs from the cluster before activating it in CloudSystem. Creating compute nodes To view a detailed step-by-step process to set up the Compute nodes, search for Creating ESXi compute clusters in the HP Helion CloudSystem Administrator Guide. Registering vcenters You can register up to three vcenters from the Integrated Tools screen in the Operations Console. When registering vcenters, avoid using special characters in the name. During registration, the VMFS block driver is configured automatically to enable creating VMDK volumes. Activating ESXi clusters Activating an ESXi cluster allows Nova to use the cluster as a compute node for provisioning VM instances. The activation process performs a set of validations that ensure the cluster meets the prerequisites to become a compute node. Each cluster has at least one host in a connected state. Empty clusters cannot be activated. Clusters across datacenters can be activated. The cluster names must be unique. The cluster has at least one shared datastore accessible to all hosts in the cluster. Clusters have DRS enabled. Cluster names cannot contain special characters. 4

5 If any of the prerequisites are not met, the activation process fails and the conditions that were not met are displayed. Complete the required conditions, and then retry activation. De-activating ESXi clusters A cluster can be deactivated from CloudSystem only when there are no instances provisioned by CloudSystem in the cluster. If the cluster needs to be decommissioned, first deactivate the cluster from CloudSystem, then remove all hosts in the cluster and delete the cluster. Summary and limitations of OpenStack operations The following OpenStack operations differ from what is generally described in OpenStack documentation. Snapshots The boot disks in ESXi are full thick disks with a size defined by the flavor. When a snapshot is created from a VM instance, the boot disk could be much larger than the Glance image that was originally used to provision the VM. This can cause image upload and subsequent download of a snapshot to increase proportionally. Volume attachments When volumes are attached to instances running on ESXi, the volumes are not automatically mounted in the guest OS. The mount path follows a Linux OS convention irrespective of the VM guest OS. The specified mount path determines the resulting disk unit number/index. Passing device name is not mandated. Detect the disk using the Guest OS specific command to rescan disks. For example, on Fedora: echo "- - -" > /sys/class/scsi_host/host2/scan fdisk -l This command shows the newly attached disk where a file system can be created and mounted. Resize OpenStack Nova resize (ESXi or KVM) is not supported in CloudSystem. Migrate/Live Migrate Live migrate via the OpenStack Nova CLI/API is not supported on ESXi clusters. However, VMs can be migrated within members of the cluster from vcenter Server, either manually or automatically via DRS. Pause/Un-pause OpenStack Nova pause and un-pause are not supported on ESXi. These operations have no effect on instances. Interface attach/detach Additional network interfaces cannot be attached to an instance after it is created. 5

6 Compute requirements and notes The following list summarizes ESXi cluster configuration requirements for CloudSystem 9.0. DRS must be enabled for all clusters. Clusters must be consistently configured. o Shared datastores are visible to all hosts of the cluster. o Consistent network and storage connectivity is configured. o VMware vmotion is configured. Disconnect any datastores that are available to only select hosts of the cluster. Enable HA on the cluster, if needed. Provision all VMs in the root resource pool of a cluster. CloudSystem ignores any other ESXi resource pools configured in a cluster. Cluster operations New hosts may be added or removed from the clusters used by CloudSystem. For detailed instructions, see the HP Helion CloudSystem Administrator Guide. To add a new host, make sure that the new host meets all of the requirements of the cluster (DvSwitches are present and there is a common shared datastore). Put the host in the maintenance mode and run the EON CLI mentioned in the Administrator Guide. To delete a host from a cluster, put the host in maintenance mode and evacuate all VMs from the host. Next, delete the host. To tear down the cluster, deactivate the cluster in CloudSystem, and then delete the cluster. If the static IPs are used for OVSvApp VMs, they are not cleaned up automatically. To add additional compute capacity, best practice is to add a new cluster instead of adding hosts to an existing cluster. Use the hosts available to create clusters instead of using many small clusters that you can grow gradually to increase compute capacity. Networking requirements and notes Cloud system supports both VLAN and VxLAN network underlay types with Neutron virtual router configuration, CVR (Central Virtual Router). ESXi VLAN Network Topology with OVSvApp The following diagram shows the network topology with ESXi hosts when deployed with VLAN overlay. All management and compute hosts are configured with VDS. On each ESXi host, an OVSvAPP VM is activated to support Neutron security group features. Three trunk networks are included in CloudSystem for ESXi, KVM, or Hyper-V environments: DataTrunk (Provider/tenant): A VLAN trunk for VLAN overlay and a dedicated IP network for VxLAN. All provider and tenant networks are provisioned in this trunk. 6

7 Management Trunk: All cloud management networks are provisioned in this trunk. Storage Trunk: A dedicated trunk for all storage traffic, including block and object storage. At present, object store and block store networks are provisioned in this trunk. This trunk is optional if the deployment does not require Swift and VSA networks. For VxLAN deployment, instead of VLANs trunk wired to provider/tenant networks, only a single VLAN network is needed. Network provisioning in ESXi When a VM is provisioned on an ESXi cluster, it connects to a specific set of networks, as defined in the provisioning request. The Neutron services running on Cloud controllers determines the VLAN that is used for each network and tells the SDN agents running on OVSvApp VMs to create a port group with the appropriate VLAN. The following is a high-level summary of network connection configuration for provisioned VMs. A VM is created in a cluster without any NICs. The Neutron agent detects the VM and determines the required networks. The Neutron agent creates port groups (if not already created) for the networks. The name of the port group(s) is the OpenStack Neutron network UUID. All ports on this port group are disabled when the port group is created. NICs are added to the VM and connected to the port groups set up by the SDN agent. The Neutron agent updates the security group rules associated with the port group. 7

8 The port corresponding to the VM is enabled. Port groups are deleted when the last VM connected to the port group is deleted. Any VMs created out of band and connected to the Cloud Data Trunk vswitch are not connected because their ports are disabled. Use other switches for VMs created outside of CloudSystem. Security group implications All VM instances on Provider Networks, that belong to one or more tenants, can reach any other VM on that Provider Network (tenant boundaries do not apply). Access control is not enforced. A VM instance on a Private Network can reach any other VM on the Private Network, even if it was created by another user of the same Private Network. Since Private Networks dedicate a specific VLAN for a tenant, tenant isolation is provided. Storage requirements and notes Boot image storage and caching Shared datastores in ESXi clusters store the Glance images used to create (boot) new VM instances. An image cache is created on each shared datastore when a Glance image is used for the first time. A copy of the Glance image is made for each flavor used (according to the boot disk size specified in the flavor). The boot disks of provisioned VM instances are created as linked clones and the images in cache are used as the base disks. All boot disks are thick provisioned. The VM instances are linked clones, and they may not use as much space as that allocated by the flavor. The OpenStack Nova scheduler computes available disk space based on disk allocation and not actual utilization. You may see more free space available than what CloudSystem shows as allocated. Oversubscription ratios can be tweaked to alter actual utilization. However, instead of changing oversubscription to increase utilization, create the volumes backing the datastores using thin provisioning and manage disk oversubscription at the HP 3PAR that is backing the volumes. You can add new datastores to the cluster, but make sure that the new datastore is available to all hosts in the cluster. Creating Images for ESXi For information on creating VM boot images for ESXi, see the Creating Microsoft Windows Virtual Machine Images for Use with ESX Compute Clusters in HP CloudSystem white paper in the Enterprise Information Library. VM boot process and image transfers When a VM image is used for the first time on an ESXi cluster, the Nova agent downloads the image from the Glance repository and copies the image to a cache directory on the shared datastore with the most space in the target cluster. When the download completes, the VMDK image is moved from the temp directory to a base directory. The image is copied to the shared datastore by the vcenter Server HTTP transfer capability. The following diagram shows the image transfer path from the Glance repository to the image cache on the shared datastore. 8

9 Cloud Mgmt Network CC3 CC1 CC2 Neutron Neutron Neutron Nova Compute Glance Cinder volume Management Cluster Datacenter Management Network vcenter Cloud Data Trunk External Network Managed Cluster iscsi or FC network 3Par Storage System ESX Host ESX Host ESX Host OVSvAp p OVSvAp p OVSvAp p Volumes for Shared Volumes Datastores for Shared Volumes for Shared Datastores Volumes Datastores for Shared Datastores Glance Image Cache Cluster Shared Datastores LEGEND Datacenter Management Network Cloud Management Network Cloud Data Trunk External Network iscsi or FC network For all subsequent requests to create (boot) VM instances from an image that is in the image cache, the image is no longer downloaded. The image that is present in the cache is used as a base disk and a linked clone is created. Thus, any subsequent VM instances are created using an image in the cache. This is much faster because the image download is avoided. Snapshots VM snapshots result in a new Glance image that is created from a VM instance. The image is created from the VM s boot disk and the size is determined by the flavor. It is important to keep in mind that VM boot disks are thick provisioned. This size could be much bigger than the original boot image that was used to provision the VM. The time required to upload the snapshot into Glance is proportionally higher. Cinder Block Storage Use the VMware VMDK block storage driver to enable management of the OpenStack Block Storage volumes on vcenter Server managed datastores. Volumes are backed by VMDK files on datastores that use VMware-compatible storage technologies. Important: The VMware datastore property type must be NFS or VMFS for Nova to work correctly with CloudSystem. To verify datastore properties, log in to the vcenter Server Managed Object Browser using the vcenter Server IP address and credentials. Select Content, then Datacenters, then select the datacenter containing the activated cluster. Select the datastore, and then click Summary. The VMware VMDK driver connects to the vcenter Server, through which it can dynamically access all the data stores visible from the ESXi hosts in the managed cluster. When you create a volume, the VMDK driver creates a VMDK file on demand. The VMDK file creation completes only when the volume is subsequently attached to an instance, because the set of datastores visible to the instance determines where to place the volume. 9

10 The running vsphere VM is automatically reconfigured to attach the VMDK file as an extra disk. Once attached, you can log in to the running vsphere VM to rescan and discover this extra disk. Use the CloudSystem Console to configure block storage drivers and volume types. Register the vcenter Server hosting the driver on the Integrated Tools screen. You can configure one VMFS driver for each vcenter Server you register. Supported operations Data Disks Attach or detach a Cinder volume. Boot Disk Create a volume from a bootable Glance VMDK image. Learn more about HP Helion CloudSystem: Copyright Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. HP shall not be liable for technical or editorial errors or omissions contained herein , November

HP Helion CloudSystem 9.0

HP Helion CloudSystem 9.0 Technical white paper HP Helion CloudSystem 9.0 Managing multiple hypervisors with OpenStack technology Table of contents Executive summary... 2 HP Helion CloudSystem 9.0 overview... 2 Introducing HP Helion

More information

HP CloudSystem Enterprise

HP CloudSystem Enterprise HP CloudSystem Enterprise F5 BIG-IP and Apache Load Balancing Reference Implementation Technical white paper Table of contents Introduction... 2 Background assumptions... 2 Overview... 2 Process steps...

More information

VMware vsphere-6.0 Administration Training

VMware vsphere-6.0 Administration Training VMware vsphere-6.0 Administration Training Course Course Duration : 20 Days Class Duration : 3 hours per day (Including LAB Practical) Classroom Fee = 20,000 INR Online / Fast-Track Fee = 25,000 INR Fast

More information

Managing Microsoft Hyper-V Server 2008 R2 with HP Insight Management

Managing Microsoft Hyper-V Server 2008 R2 with HP Insight Management Managing Microsoft Hyper-V Server 2008 R2 with HP Insight Management Integration note, 4th Edition Introduction... 2 Overview... 2 Comparing Insight Management software Hyper-V R2 and VMware ESX management...

More information

Getting Started with OpenStack and VMware vsphere TECHNICAL MARKETING DOCUMENTATION V 0.1/DECEMBER 2013

Getting Started with OpenStack and VMware vsphere TECHNICAL MARKETING DOCUMENTATION V 0.1/DECEMBER 2013 Getting Started with OpenStack and VMware vsphere TECHNICAL MARKETING DOCUMENTATION V 0.1/DECEMBER 2013 Table of Contents Introduction.... 3 1.1 VMware vsphere.... 3 1.2 OpenStack.... 3 1.3 Using OpenStack

More information

Table of Contents. vsphere 4 Suite 24. Chapter Format and Conventions 10. Why You Need Virtualization 15 Types. Why vsphere. Onward, Through the Fog!

Table of Contents. vsphere 4 Suite 24. Chapter Format and Conventions 10. Why You Need Virtualization 15 Types. Why vsphere. Onward, Through the Fog! Table of Contents Introduction 1 About the VMware VCP Program 1 About the VCP Exam 2 Exam Topics 3 The Ideal VCP Candidate 7 How to Prepare for the Exam 9 How to Use This Book and CD 10 Chapter Format

More information

Implementing the HP Cloud Map for SAS Enterprise BI on Linux

Implementing the HP Cloud Map for SAS Enterprise BI on Linux Technical white paper Implementing the HP Cloud Map for SAS Enterprise BI on Linux Table of contents Executive summary... 2 How to utilize this HP CloudSystem Matrix template... 2 Download the template...

More information

VMware vsphere 5.0 Evaluation Guide

VMware vsphere 5.0 Evaluation Guide VMware vsphere 5.0 Evaluation Guide Auto Deploy TECHNICAL WHITE PAPER Table of Contents About This Guide.... 4 System Requirements... 4 Hardware Requirements.... 4 Servers.... 4 Storage.... 4 Networking....

More information

Using Integrated Lights-Out in a VMware ESX environment

Using Integrated Lights-Out in a VMware ESX environment Using Integrated Lights-Out in a VMware ESX environment 2 nd Edition Technology Brief Abstract... 2 ilo architecture in a virtualized environment... 2 The benefits of ilo in a virtualized environment...

More information

HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide

HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide Abstract This guide describes the Virtualization Monitor (vmon), an add-on service module of the HP Intelligent Management

More information

Khóa học dành cho các kỹ sư hệ thống, quản trị hệ thống, kỹ sư vận hành cho các hệ thống ảo hóa ESXi, ESX và vcenter Server

Khóa học dành cho các kỹ sư hệ thống, quản trị hệ thống, kỹ sư vận hành cho các hệ thống ảo hóa ESXi, ESX và vcenter Server 1. Mục tiêu khóa học. Khóa học sẽ tập trung vào việc cài đặt, cấu hình và quản trị VMware vsphere 5.1. Khóa học xây dựng trên nền VMware ESXi 5.1 và VMware vcenter Server 5.1. 2. Đối tượng. Khóa học dành

More information

VMware vsphere: Install, Configure, Manage [V5.0]

VMware vsphere: Install, Configure, Manage [V5.0] VMware vsphere: Install, Configure, Manage [V5.0] Gain hands-on experience using VMware ESXi 5.0 and vcenter Server 5.0. In this hands-on, VMware -authorized course based on ESXi 5.0 and vcenter Server

More information

HP Matrix Operating Environment Federated CMS Overview

HP Matrix Operating Environment Federated CMS Overview HP Matrix Operating Environment Federated CMS Overview HP Matrix OE infrastructure orchestration 7.0 Technical white paper Table of contents Introduction... 2 Overview... 2 Installation and configuration...

More information

Understanding Cisco Cloud Fundamentals CLDFND v1.0; 5 Days; Instructor-led

Understanding Cisco Cloud Fundamentals CLDFND v1.0; 5 Days; Instructor-led Understanding Cisco Cloud Fundamentals CLDFND v1.0; 5 Days; Instructor-led Course Description Understanding Cisco Cloud Fundamentals (CLDFND) v1.0 is a five-day instructor-led training course that is designed

More information

How To Install Vsphere On An Ecx 4 On A Hyperconverged Powerline On A Microsoft Vspheon Vsphee 4 On An Ubuntu Vspheron V2.2.5 On A Powerline

How To Install Vsphere On An Ecx 4 On A Hyperconverged Powerline On A Microsoft Vspheon Vsphee 4 On An Ubuntu Vspheron V2.2.5 On A Powerline vsphere 4 Implementation Contents Foreword Acknowledgments Introduction xix xxi xxiii 1 Install and Configure ESX 4 Classic 1 WhatlsESX? 3 for ESX Installation 4 Preparing Confirming Physical Settings

More information

Bosch Video Management System High availability with VMware

Bosch Video Management System High availability with VMware Bosch Video Management System High availability with VMware en Technical Note Bosch Video Management System Table of contents en 3 Table of contents 1 Introduction 4 1.1 Restrictions 4 2 Overview 5 3

More information

Setup for Failover Clustering and Microsoft Cluster Service

Setup for Failover Clustering and Microsoft Cluster Service Setup for Failover Clustering and Microsoft Cluster Service Update 1 ESX 4.0 ESXi 4.0 vcenter Server 4.0 This document supports the version of each product listed and supports all subsequent versions until

More information

HP OpenStack & Automation

HP OpenStack & Automation HP OpenStack & Automation Where we are heading Thomas Goh Cloud Computing Cloud Computing Cloud computing is a model for enabling ubiquitous network access to a shared pool of configurable computing resources.

More information

vsphere Private Cloud RAZR s Edge Virtualization and Private Cloud Administration

vsphere Private Cloud RAZR s Edge Virtualization and Private Cloud Administration Course Details Level: 1 Course: V6PCRE Duration: 5 Days Language: English Delivery Methods Instructor Led Training Instructor Led Online Training Participants: Virtualization and Cloud Administrators,

More information

What s New in VMware vsphere 4.1 VMware vcenter. VMware vsphere 4.1

What s New in VMware vsphere 4.1 VMware vcenter. VMware vsphere 4.1 What s New in VMware vsphere 4.1 VMware vcenter VMware vsphere 4.1 W H I T E P A P E R VMware vsphere 4.1 ( vsphere ) continues to improve on its industry-leading virtualization platform, continuing the

More information

HP StorageWorks MPX200 Simplified Cost-Effective Virtualization Deployment

HP StorageWorks MPX200 Simplified Cost-Effective Virtualization Deployment HP StorageWorks MPX200 Simplified Cost-Effective Virtualization Deployment Executive Summary... 2 HP StorageWorks MPX200 Architecture... 2 Server Virtualization and SAN based Storage... 3 VMware Architecture...

More information

VMware vsphere: Fast Track [V5.0]

VMware vsphere: Fast Track [V5.0] VMware vsphere: Fast Track [V5.0] Experience the ultimate in vsphere 5 skills-building and VCP exam-preparation training. In this intensive, extended-hours course, you will focus on installing, configuring,

More information

SAN Implementation Course SANIW; 3 Days, Instructor-led

SAN Implementation Course SANIW; 3 Days, Instructor-led SAN Implementation Course SANIW; 3 Days, Instructor-led Course Description In this workshop course, you learn how to connect Windows, vsphere, and Linux hosts via Fibre Channel (FC) and iscsi protocols

More information

VMware for Bosch VMS. en Software Manual

VMware for Bosch VMS. en Software Manual VMware for Bosch VMS en Software Manual VMware for Bosch VMS Table of Contents en 3 Table of contents 1 Introduction 4 1.1 Restrictions 4 2 Overview 5 3 Installing and configuring ESXi server 6 3.1 Installing

More information

Vmware Training. Introduction

Vmware Training. Introduction Vmware Training Course: Vmware Training Duration: 25 Days (Regular) Mode of Training: Classroom (Instructor-Led) Virtualization has redefined the way IT resources are consumed and services are delivered.

More information

Installation Guide Avi Networks Cloud Application Delivery Platform Integration with Cisco Application Policy Infrastructure

Installation Guide Avi Networks Cloud Application Delivery Platform Integration with Cisco Application Policy Infrastructure Installation Guide Avi Networks Cloud Application Delivery Platform Integration with Cisco Application Policy Infrastructure August 2015 Table of Contents 1 Introduction... 3 Purpose... 3 Products... 3

More information

Installing Intercloud Fabric Firewall

Installing Intercloud Fabric Firewall This chapter contains the following sections: Information About the Intercloud Fabric Firewall, page 1 Prerequisites, page 1 Guidelines and Limitations, page 2 Basic Topology, page 2 Intercloud Fabric

More information

VMware vsphere Design. 2nd Edition

VMware vsphere Design. 2nd Edition Brochure More information from http://www.researchandmarkets.com/reports/2330623/ VMware vsphere Design. 2nd Edition Description: Achieve the performance, scalability, and ROI your business needs What

More information

HP Matrix Operating Environment 7.2 Recovery Management User Guide

HP Matrix Operating Environment 7.2 Recovery Management User Guide HP Matrix Operating Environment 7.2 Recovery Management User Guide Abstract The HP Matrix Operating Environment 7.2 Recovery Management User Guide contains information on installation, configuration, testing,

More information

Vmware VSphere 6.0 Private Cloud Administration

Vmware VSphere 6.0 Private Cloud Administration To register or for more information call our office (208) 898-9036 or email register@leapfoxlearning.com Vmware VSphere 6.0 Private Cloud Administration Class Duration 5 Days Introduction This fast paced,

More information

VMware vsphere 5.1 Advanced Administration

VMware vsphere 5.1 Advanced Administration Course ID VMW200 VMware vsphere 5.1 Advanced Administration Course Description This powerful 5-day 10hr/day class is an intensive introduction to VMware vsphere 5.0 including VMware ESX 5.0 and vcenter.

More information

Migrating to ESXi: How To

Migrating to ESXi: How To ILTA Webinar Session Migrating to ESXi: How To Strategies, Procedures & Precautions Server Operations and Security Technology Speaker: Christopher Janoch December 29, 2010 Migrating to ESXi: How To Strategies,

More information

VMware vsphere Examples and Scenarios

VMware vsphere Examples and Scenarios VMware vsphere Examples and Scenarios ESXi 5.1 vcenter Server 5.1 vsphere 5.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

E-SPIN's Virtualization Management, System Administration Technical Training with VMware vsphere Enterprise (7 Day)

E-SPIN's Virtualization Management, System Administration Technical Training with VMware vsphere Enterprise (7 Day) Class Schedule E-SPIN's Virtualization Management, System Administration Technical Training with VMware vsphere Enterprise (7 Day) Date: Specific Pre-Agreed Upon Date Time: 9.00am - 5.00pm Venue: Pre-Agreed

More information

VMware vsphere 5.0 Boot Camp

VMware vsphere 5.0 Boot Camp VMware vsphere 5.0 Boot Camp This powerful 5-day 10hr/day class is an intensive introduction to VMware vsphere 5.0 including VMware ESX 5.0 and vcenter. Assuming no prior virtualization experience, this

More information

Using SUSE Cloud to Orchestrate Multiple Hypervisors and Storage at ADP

Using SUSE Cloud to Orchestrate Multiple Hypervisors and Storage at ADP Using SUSE Cloud to Orchestrate Multiple Hypervisors and Storage at ADP Agenda ADP Cloud Vision and Requirements Introduction to SUSE Cloud Overview Whats New VMWare intergration HyperV intergration ADP

More information

VMware vsphere 4.1 with ESXi and vcenter

VMware vsphere 4.1 with ESXi and vcenter VMware vsphere 4.1 with ESXi and vcenter This powerful 5-day class is an intense introduction to virtualization using VMware s vsphere 4.1 including VMware ESX 4.1 and vcenter. Assuming no prior virtualization

More information

Directions for VMware Ready Testing for Application Software

Directions for VMware Ready Testing for Application Software Directions for VMware Ready Testing for Application Software Introduction To be awarded the VMware ready logo for your product requires a modest amount of engineering work, assuming that the pre-requisites

More information

Server Virtualization with Windows Server Hyper-V and System Center (20409) H8B93S

Server Virtualization with Windows Server Hyper-V and System Center (20409) H8B93S HP Education Services course data sheet Server Virtualization with Windows Server Hyper-V and System Center (20409) H8B93S Course Overview Obtain the skills you need to deploy and manage a Microsoft Server

More information

Setup for Failover Clustering and Microsoft Cluster Service

Setup for Failover Clustering and Microsoft Cluster Service Setup for Failover Clustering and Microsoft Cluster Service Update 1 ESXi 5.1 vcenter Server 5.1 This document supports the version of each product listed and supports all subsequent versions until the

More information

Deploying and updating VMware vsphere 5.0 on HP ProLiant Servers

Deploying and updating VMware vsphere 5.0 on HP ProLiant Servers Deploying and updating VMware vsphere 5.0 on HP ProLiant Servers Integration Note Introduction... 2 Deployment... 2 ESXi 5.0 deployment location options... 2 ESXi 5.0 image options... 2 VMware ESXi Image

More information

Using VMware ESX Server with IBM System Storage SAN Volume Controller ESX Server 3.0.2

Using VMware ESX Server with IBM System Storage SAN Volume Controller ESX Server 3.0.2 Technical Note Using VMware ESX Server with IBM System Storage SAN Volume Controller ESX Server 3.0.2 This technical note discusses using ESX Server hosts with an IBM System Storage SAN Volume Controller

More information

HP OneView Administration H4C04S

HP OneView Administration H4C04S HP Education Services course data sheet HP OneView Administration H4C04S Course Overview This 3-day course covers how to install, manage, configure, and update the HP OneView Appliance. An architectural

More information

QNAP in vsphere Environment

QNAP in vsphere Environment QNAP in vsphere Environment HOW TO USE QNAP NAS AS A VMWARE DATASTORE VIA NFS Copyright 2009. QNAP Systems, Inc. All Rights Reserved. V1.8 How to use QNAP NAS as a VMware Datastore via NFS QNAP provides

More information

Enterprise Cloud VM Image Import User Guide. Version 1.0

Enterprise Cloud VM Image Import User Guide. Version 1.0 Enterprise Cloud VM Image Import User Guide Version 1.0 Version History Issue Date Comments 1.0 2013/03/20 Initial version i Introduction 1) Purpose of this document: The purpose of this document is to

More information

HP Helion Cloudsystem 9.0 Network Planning Guide

HP Helion Cloudsystem 9.0 Network Planning Guide HP Helion Cloudsystem 9.0 Network Planning Guide About this guide This information is for use by administrators using HP Helion CloudSystem Software version 9.0, who are assigned to configure and provision

More information

NexentaConnect for VMware Virtual SAN

NexentaConnect for VMware Virtual SAN NexentaConnect for VMware Virtual SAN User Guide 1.0.2 FP3 Date: April, 2016 Subject: NexentaConnect for VMware Virtual SAN User Guide Software: NexentaConnect for VMware Virtual SAN Software Version:

More information

vsphere Replication for Disaster Recovery to Cloud

vsphere Replication for Disaster Recovery to Cloud vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Frequently Asked Questions: EMC UnityVSA

Frequently Asked Questions: EMC UnityVSA Frequently Asked Questions: EMC UnityVSA 302-002-570 REV 01 Version 4.0 Overview... 3 What is UnityVSA?... 3 What are the specifications for UnityVSA?... 3 How do UnityVSA specifications compare to the

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.0.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

HP Operations Orchestration Software

HP Operations Orchestration Software HP Operations Orchestration Software Software Version: 9.00 Microsoft Hyper-V Integration Guide Document Release Date: June 2010 Software Release Date: June 2010 Legal Notices Warranty The only warranties

More information

Installing and Using the vnios Trial

Installing and Using the vnios Trial Installing and Using the vnios Trial The vnios Trial is a software package designed for efficient evaluation of the Infoblox vnios appliance platform. Providing the complete suite of DNS, DHCP and IPAM

More information

SUSE Cloud Installation: Best Practices Using an Existing SMT and KVM Environment

SUSE Cloud Installation: Best Practices Using an Existing SMT and KVM Environment Best Practices Guide www.suse.com SUSE Cloud Installation: Best Practices Using an Existing SMT and KVM Environment Written by B1 Systems GmbH Table of Contents Introduction...3 Use Case Overview...3 Hardware

More information

Getting Started with ESXi Embedded

Getting Started with ESXi Embedded ESXi 4.1 Embedded vcenter Server 4.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent

More information

HP VMware ESXi 5.0 and Updates Getting Started Guide

HP VMware ESXi 5.0 and Updates Getting Started Guide HP VMware ESXi 5.0 and Updates Getting Started Guide Abstract This guide is intended to provide setup information for HP VMware ESXi. HP Part Number: 616896-002 Published: August 2011 Edition: 1 Copyright

More information

Setup for Failover Clustering and Microsoft Cluster Service

Setup for Failover Clustering and Microsoft Cluster Service Setup for Failover Clustering and Microsoft Cluster Service ESXi 5.0 vcenter Server 5.0 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Thinspace deskcloud. Quick Start Guide

Thinspace deskcloud. Quick Start Guide Thinspace deskcloud Quick Start Guide Version 1.2 Published: SEP-2014 Updated: 16-SEP-2014 2014 Thinspace Technology Ltd. All rights reserved. The information contained in this document represents the

More information

Setup for Failover Clustering and Microsoft Cluster Service

Setup for Failover Clustering and Microsoft Cluster Service Setup for Failover Clustering and Microsoft Cluster Service ESX 4.1 ESXi 4.1 vcenter Server 4.1 This document supports the version of each product listed and supports all subsequent versions until the

More information

Building a Penetration Testing Virtual Computer Laboratory

Building a Penetration Testing Virtual Computer Laboratory Building a Penetration Testing Virtual Computer Laboratory User Guide 1 A. Table of Contents Collaborative Virtual Computer Laboratory A. Table of Contents... 2 B. Introduction... 3 C. Configure Host Network

More information

Ubuntu OpenStack on VMware vsphere: A reference architecture for deploying OpenStack while limiting changes to existing infrastructure

Ubuntu OpenStack on VMware vsphere: A reference architecture for deploying OpenStack while limiting changes to existing infrastructure TECHNICAL WHITE PAPER Ubuntu OpenStack on VMware vsphere: A reference architecture for deploying OpenStack while limiting changes to existing infrastructure A collaboration between Canonical and VMware

More information

How to configure Failover Clustering for Hyper-V hosts on HP ProLiant c-class server blades with All-in-One SB600c storage blade

How to configure Failover Clustering for Hyper-V hosts on HP ProLiant c-class server blades with All-in-One SB600c storage blade How to configure Failover Clustering for Hyper-V hosts on HP ProLiant c-class server blades with All-in-One SB600c storage blade Executive summary... 2 System requirements... 2 Hardware requirements...

More information

NetApp OnCommand Plug-in for VMware Backup and Recovery Administration Guide. For Use with Host Package 1.0

NetApp OnCommand Plug-in for VMware Backup and Recovery Administration Guide. For Use with Host Package 1.0 NetApp OnCommand Plug-in for VMware Backup and Recovery Administration Guide For Use with Host Package 1.0 NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 USA Telephone: +1 (408) 822-6000 Fax: +1

More information

Enhancing the HP Converged Infrastructure Reference Architectures for Virtual Desktop Infrastructure

Enhancing the HP Converged Infrastructure Reference Architectures for Virtual Desktop Infrastructure Enhancing the HP Converged Infrastructure Reference Architectures for Virtual Desktop Infrastructure Incorporating scalable, available SSD technologies into Citrix XenDesktop and VMware View deployments

More information

VMware vsphere 5.0 Evaluation Guide

VMware vsphere 5.0 Evaluation Guide VMware vsphere 5.0 Evaluation Guide Advanced Networking Features TECHNICAL WHITE PAPER Table of Contents About This Guide.... 4 System Requirements... 4 Hardware Requirements.... 4 Servers.... 4 Storage....

More information

Configuration Maximums

Configuration Maximums Topic Configuration s VMware vsphere 5.0 When you select and configure your virtual and physical equipment, you must stay at or below the maximums supported by vsphere 5.0. The limits presented in the

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Application Notes Backup Exec 11D VSS Snapshots and Transportable Offhost Backup Legal Notices Warranty The only warranties for HP products and services are set

More information

VMWARE VSPHERE 5.0 WITH ESXI AND VCENTER

VMWARE VSPHERE 5.0 WITH ESXI AND VCENTER VMWARE VSPHERE 5.0 WITH ESXI AND VCENTER CORPORATE COLLEGE SEMINAR SERIES Date: April 15-19 Presented by: Lone Star Corporate College Format: Location: Classroom instruction 8 a.m.-5 p.m. (five-day session)

More information

Hardening and Hacking vsphere and Private Cloud Everything you need to know about vsphere Security

Hardening and Hacking vsphere and Private Cloud Everything you need to know about vsphere Security Hardening and Hacking vsphere and Private Cloud Everything you need to know about vsphere Security Course Length: 5 days Course Delivery: Traditional Classroom Online Live Course Overview We are well aware

More information

How to Create a Virtual Switch in VMware ESXi

How to Create a Virtual Switch in VMware ESXi How to Create a Virtual Switch in VMware ESXi I am not responsible for your actions or their outcomes, in any way, while reading and/or implementing this tutorial. I will not provide support for the information

More information

Set Up a VM-Series Firewall on an ESXi Server

Set Up a VM-Series Firewall on an ESXi Server Set Up a VM-Series Firewall on an ESXi Server Palo Alto Networks VM-Series Deployment Guide PAN-OS 6.0 Contact Information Corporate Headquarters: Palo Alto Networks 4401 Great America Parkway Santa Clara,

More information

Configuration Maximums VMware vsphere 4.1

Configuration Maximums VMware vsphere 4.1 Topic Configuration s VMware vsphere 4.1 When you select and configure your virtual and physical equipment, you must stay at or below the maximums supported by vsphere 4.1. The limits presented in the

More information

Virtualization & Cloud Computing (2W-VnCC)

Virtualization & Cloud Computing (2W-VnCC) Virtualization & Cloud Computing (2W-VnCC) DETAILS OF THE SYLLABUS: Basics of Networking Types of Networking Networking Tools Basics of IP Addressing Subnet Mask & Subnetting MAC Address Ports : Physical

More information

Setup for Failover Clustering and Microsoft Cluster Service

Setup for Failover Clustering and Microsoft Cluster Service Setup for Failover Clustering and Microsoft Cluster Service ESX 4.0 ESXi 4.0 vcenter Server 4.0 This document supports the version of each product listed and supports all subsequent versions until the

More information

Veeam Cloud Connect. Version 8.0. Administrator Guide

Veeam Cloud Connect. Version 8.0. Administrator Guide Veeam Cloud Connect Version 8.0 Administrator Guide April, 2015 2015 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may be

More information

Study Guide. Professional vsphere 4. VCP VMware Certified. (ExamVCP4IO) Robert Schmidt. IVIC GratAf Hill

Study Guide. Professional vsphere 4. VCP VMware Certified. (ExamVCP4IO) Robert Schmidt. IVIC GratAf Hill VCP VMware Certified Professional vsphere 4 Study Guide (ExamVCP4IO) Robert Schmidt McGraw-Hill is an independent entity from VMware Inc. and is not affiliated with VMware Inc. in any manner.this study/training

More information

HP + Veeam: Fast VMware Recovery from SAN Snapshots

HP + Veeam: Fast VMware Recovery from SAN Snapshots HP + Veeam: Fast VMware Recovery from SAN Snapshots Luca Dell Oca This tech brief was compiled from a series of articles written by virtualization consultant and architect Luca Dell Oca, a specialist in

More information

Installing and Configuring vcenter Support Assistant

Installing and Configuring vcenter Support Assistant Installing and Configuring vcenter Support Assistant vcenter Support Assistant 5.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

HP Operations Orchestration Software

HP Operations Orchestration Software HP Operations Orchestration Software Software Version: 9.00 Citrix XenServer Integration Guide Document Release Date: June 2010 Software Release Date: June 2010 Legal Notices Warranty The only warranties

More information

vsphere Replication for Disaster Recovery to Cloud

vsphere Replication for Disaster Recovery to Cloud vsphere Replication for Disaster Recovery to Cloud vsphere Replication 5.8 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

TGL VMware Presentation. Guangzhou Macau Hong Kong Shanghai Beijing

TGL VMware Presentation. Guangzhou Macau Hong Kong Shanghai Beijing TGL VMware Presentation Guangzhou Macau Hong Kong Shanghai Beijing The Path To IT As A Service Existing Apps Future Apps Private Cloud Lots of Hardware and Plumbing Today IT TODAY Internal Cloud Federation

More information

Drobo How-To Guide. Use a Drobo iscsi Array as a Target for Veeam Backups

Drobo How-To Guide. Use a Drobo iscsi Array as a Target for Veeam Backups This document shows you how to use a Drobo iscsi SAN Storage array with Veeam Backup & Replication version 5 in a VMware environment. Veeam provides fast disk-based backup and recovery of virtual machines

More information

Acronis Backup & Recovery 11 Virtual Edition

Acronis Backup & Recovery 11 Virtual Edition Acronis Backup & Recovery 11 Virtual Edition Backing Up Virtual Machines Copyright Acronis, Inc., 2000-2011. All rights reserved. Acronis and Acronis Secure Zone are registered trademarks of Acronis, Inc.

More information

SnapManager 1.0 for Virtual Infrastructure Best Practices

SnapManager 1.0 for Virtual Infrastructure Best Practices NETAPP TECHNICAL REPORT SnapManager 1.0 for Virtual Infrastructure Best Practices John Lockyer, NetApp January 2009 TR-3737 LEVERAGING NETAPP DATA ONTAP FOR VMWARE BACKUP, RESTORE, AND DISASTER RECOVERY

More information

Configuration Maximums VMware vsphere 4.0

Configuration Maximums VMware vsphere 4.0 Topic Configuration s VMware vsphere 4.0 When you select and configure your virtual and physical equipment, you must stay at or below the maximums supported by vsphere 4.0. The limits presented in the

More information

Instant Recovery for VMware

Instant Recovery for VMware NETBACKUP 7.6 FEATURE BRIEFING INSTANT RECOVERY FOR VMWARE NetBackup 7.6 Feature Briefing Instant Recovery for VMware Version number: 1.0 Issue date: 2 nd August 2013 This document describes a feature

More information

How To Manage An Iscsi Vsa With An Hp Storevirtual Storage With An Iscsi Vsa

How To Manage An Iscsi Vsa With An Hp Storevirtual Storage With An Iscsi Vsa HP StoreVirtual Storage VSA Installation and Configuration Guide Abstract This guide provides information about installing and configuring the HP StoreVirtual VSA for VMware vsphere and the HP StoreVirtual

More information

ArCycle vmbackup. for VMware/Hyper-V. User Guide

ArCycle vmbackup. for VMware/Hyper-V. User Guide ArCycle vmbackup for VMware/Hyper-V User Guide 2 Copyright Copyright ArCycle Software, Ltd., 2011-2014. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system,

More information

EMC ViPR Controller. User Interface Virtual Data Center Configuration Guide. Version 2.4 302-002-416 REV 01

EMC ViPR Controller. User Interface Virtual Data Center Configuration Guide. Version 2.4 302-002-416 REV 01 EMC ViPR Controller Version 2.4 User Interface Virtual Data Center Configuration Guide 302-002-416 REV 01 Copyright 2014-2015 EMC Corporation. All rights reserved. Published in USA. Published November,

More information

User Guide for VMware Adapter for SAP LVM VERSION 1.2

User Guide for VMware Adapter for SAP LVM VERSION 1.2 User Guide for VMware Adapter for SAP LVM VERSION 1.2 Table of Contents Introduction to VMware Adapter for SAP LVM... 3 Product Description... 3 Executive Summary... 3 Target Audience... 3 Prerequisites...

More information

Veeam Backup & Replication. Version 7.0

Veeam Backup & Replication. Version 7.0 Veeam Backup & Replication Version 7.0 January, 2014 2014 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may be reproduced,

More information

JovianDSS Evaluation and Product Training. Presentation updated: October 2015

JovianDSS Evaluation and Product Training. Presentation updated: October 2015 JovianDSS Evaluation and Product Training JovianDSS High Availability Cluster running in a virtual environment on VMware ESXi Step-by-Step Presentation updated: October 2015 www.open-e.com 1 The aim of

More information

Set Up a VM-Series Firewall on an ESXi Server

Set Up a VM-Series Firewall on an ESXi Server Set Up a VM-Series Firewall on an ESXi Server Palo Alto Networks VM-Series Deployment Guide PAN-OS 6.1 Contact Information Corporate Headquarters: Palo Alto Networks 4401 Great America Parkway Santa Clara,

More information

Acronis Backup & Recovery 10 Advanced Server Virtual Edition. Quick Start Guide

Acronis Backup & Recovery 10 Advanced Server Virtual Edition. Quick Start Guide Acronis Backup & Recovery 10 Advanced Server Virtual Edition Quick Start Guide Table of contents 1 Main components...3 2 License server...3 3 Supported operating systems...3 3.1 Agents... 3 3.2 License

More information

Veeam Backup & Replication. Version 8.0

Veeam Backup & Replication. Version 8.0 Veeam Backup & Replication Version 8.0 February, 2016 2016 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may be reproduced,

More information

Backing Up the CTERA Portal Using Veeam Backup & Replication. CTERA Portal Datacenter Edition. May 2014 Version 4.0

Backing Up the CTERA Portal Using Veeam Backup & Replication. CTERA Portal Datacenter Edition. May 2014 Version 4.0 Backing Up the CTERA Portal Using Veeam Backup & Replication CTERA Portal Datacenter Edition May 2014 Version 4.0 Copyright 2009-2014 CTERA Networks Ltd. All rights reserved. No part of this document may

More information

CloudPlatform (powered by Apache CloudStack) Version 4.2 Administrator's Guide

CloudPlatform (powered by Apache CloudStack) Version 4.2 Administrator's Guide CloudPlatform (powered by Apache CloudStack) Version 4.2 Administrator's Guide Revised September 7, 2013 10:50 pm Pacific Citrix CloudPlatform CloudPlatform (powered by Apache CloudStack) Version 4.2 Administrator's

More information

Virtual Server Agent v9 with VMware. March 2011

Virtual Server Agent v9 with VMware. March 2011 Virtual Server Agent v9 with VMware March 2011 Contents Summary... 3 Backup Transport Methods... 3 Deployment Scenarios... 3 VSA Installation Requirements... 4 VSA Patch Requirements... 4 VDDK Installation...

More information

CLOUD COMPUTING & SECURITY -A PRACTICAL APPROACH

CLOUD COMPUTING & SECURITY -A PRACTICAL APPROACH CLOUD COMPUTING & SECURITY -A PRACTICAL APPROACH ORGANIZED BY र ट र य इल क ट र नक एव स चन प र य गक स थ न, ग रखप र National Institute of Electronics and Information Technology (NIELIT) Gorakhpur An Autonomous

More information

Core Protection for Virtual Machines 1

Core Protection for Virtual Machines 1 Core Protection for Virtual Machines 1 Comprehensive Threat Protection for Virtual Environments. Installation Guide e Endpoint Security Trend Micro Incorporated reserves the right to make changes to this

More information

SDN v praxi overlay sítí pro OpenStack. 5.10.2015 Daniel Prchal daniel.prchal@hpe.com

SDN v praxi overlay sítí pro OpenStack. 5.10.2015 Daniel Prchal daniel.prchal@hpe.com SDN v praxi overlay sítí pro OpenStack 5.10.2015 Daniel Prchal daniel.prchal@hpe.com Agenda OpenStack OpenStack Architecture SDN Software Defined Networking OpenStack Networking HP Helion OpenStack HP

More information