getting started guide

Size: px
Start display at page:

Download "getting started guide"

Transcription

1 Pure commitment. getting started guide Cloud Native Infrastructure version 2.0

2 Contents Introduction... 3 Intended audience... 3 Logging in to the Cloud Native Infrastructure dashboard... 3 Creating your network infrastructure... 4 Using Horizon to manually create your infrastructure... 5 Understanding access and security... 9 Security groups... 9 SSH key pairs Note for Windows users Launching your instances Choosing your image Choosing your instance size Choosing your storage type Ephemeral storage Persistent volume storage Creating an instance Accessing your instance Working with volumes Creating a volume Retyping a volume Retyping a volume attached to an instance Retyping an independent volume Retyping an independent volume using the OpenStack CLI Working with the API and automation Using the OpenStack Heat orchestration tool to create stacks Using the OpenStack API and automation Using the OpenStack command-line client Congratulations! Glossary Feedback UKCloud Ltd, 2017 Open Page 2 of 29

3 Introduction If you re new to UKCloud, you ll probably have received this guide as part of your welcome . This Getting Started Guide covers basic topics like where to find your instances (virtual machines, or VMs, in VMware terminology), as well as more in-depth topics such as instance storage choice (ephemeral or volume storage) and its implications. Intended audience This guide is intended for users who want to learn more about our Cloud Native Infrastructure service. Logging in to the Cloud Native Infrastructure dashboard The first thing you need to do is to log in to the OpenStack Horizon dashboard. 1. Go to the URL provided in your welcome . The examples in this guide use 2. Enter your login credentials and click Connect. 3. After logging in, the first screen you ll see is the Overview page. From here you can get an immediate summary of your project and show your resource usage against the quotas on the project. UKCloud Ltd, 2017 Open Page 3 of 29

4 Creating your network infrastructure Before you can begin creating instances, you must first build out the underlying network infrastructure. In a freshly provisioned project, the only resource that will exist initially is a shared external network called internet. You need to create the following minimum set of resources: A router using the internet external network A network and associated subnet, specifying the network address using CIDR notation (for example, /24), and DHCP settings for DNS, static routes, and so on. A router interface to connect the router to your new subnet When you have created these elements, you can view them in the Network Topology page in the Horizon dashboard. UKCloud Ltd, 2017 Open Page 4 of 29

5 You can create your network infrastructure in one of the following ways: Using Horizon to manually create your infrastructure (see Using Horizon to manually create your infrastructure) Using the OpenStack Heat orchestration tool to create stacks (see Using the OpenStack Heat orchestration tool to create stacks) Using the OpenStack API and automation (see Using the OpenStack API and automation) Using Horizon to manually create your infrastructure The Network Topology page is a useful page to get started with. This page provides a resizable, moveable and interactive view of your OpenStack project, along with easily accessible buttons for manually creating routers and networks and for launching instances. To create your network infrastructure: 1. In the Horizon dashboard, expand the Network menu on the left side of the screen and select Network Topology. 2. On the Network Topology page, click the Create Router button. UKCloud Ltd, 2017 Open Page 5 of 29

6 3. In the Create Router dialog box, enter a Router Name. 4. From the Admin State list, ensure that UP is selected so that the router is online at the point of creation. 5. From the External Network list, select the external network to which you want to attach your router. 6. Click Create Router. 7. Back on the Network Topology page, click the Create Network button. 8. On the Network page of the Create Network wizard, enter a Network Name and click Next. UKCloud Ltd, 2017 Open Page 6 of 29

7 9. On the Subnet page, enter a Subnet Name. 10. In the Network Address field, allocate your network a suitable address space. 11. In the Gateway IP field, enter an IP address from the address space for the router you created earlier to use to access the network. 12. Click Next. 13. On the Subnet Details page, the only field you ll probably want to change is DNS Name Servers. UKCloud does not provide DNS as a service, so to start with you could make use of Google s public service. You can update this field later if you intend to run your own DNS caching service. 14. If you leave the Allocation Pools field blank, then by default the whole address space is used for the pool. UKCloud Ltd, 2017 Open Page 7 of 29

8 15. Click Create. 16. To add the router interface to link your new network to the router, on the Network Topology page, select the router and click the Add Interface button. 17. In the Add Interface dialog box, from the Subnet list, select your subnet and then click Add Interface. UKCloud Ltd, 2017 Open Page 8 of 29

9 Understanding access and security Security groups In OpenStack, rather than deploying a perimeter firewall to protect your network from the outside world, every instance is protected by its own firewall. This instance firewall is applied at the network level, independent of any additional firewall the guest operating system may be using. The instance firewall is controlled by applying one or more security groups to the instance, either at instance creation or real-time at any point during the lifecycle of the instance. Where multiple security groups are specified, the firewall rules are the result of compounding all the rules together. A security group consists of one or more rules. Each rule is composed of five elements: Role Custom or predefined protocol type (for example, TCP, UDP or ICMP) Direction Ingress or Egress Open Port or Port Range Open either a single port or a range of ports Remote The source of the traffic to be allowed via this rule (source address for an inbound rule, or destination address for an outbound rule) The ether type (that is IPv4 or IPv6) Not currently available UKCloud Ltd, 2017 Open Page 9 of 29

10 When adding a new rule to a security group, you can choose from a pre-populated list of common rules, for example, SSH, DNS, HTTP or SMTP, or you can specify your own custom rule. SSH key pairs Another change if you re used to using vcloud Director, is the authenticated access to your instances. OpenStack, like most other cloud providers, doesn t use templates that allow password controlled access. The standard cloud method of authenticating access to a new instance is to use SSH key pair authentication your SSH client uses the private key and OpenStack injects the public key into your new instance using the cloud-init package pre-installed in the instance image. Before you launch any instances on OpenStack, you need to set up at least one SSH key pair. You can use OpenStack to create a new key pair for you, or if you have an existing SSH key pair, you can import the public key so that OpenStack can use it to inject into new instances. To see what public keys have already been set up for your use: 1. In the Horizon dashboard, expand the Compute menu on the left side of the screen and select Access & Security. UKCloud Ltd, 2017 Open Page 10 of 29

11 2. Select the Key Pairs tab. 3. If you want OpenStack to create a key pair for you: a. Click the Create Key Pair button. b. In the Create Key Pair dialog box, enter a Key Pair Name and then click Create Key Pair. OpenStack creates the key pair and downloads it in your web browser. Save the file somewhere safe as you will need it when connecting your SSH client to your instances. 4. To import an existing public key: a. On the Key Pairs tab of the Access & Security page, click the Import Key Pair button. UKCloud Ltd, 2017 Open Page 11 of 29

12 b. In the Import Key Pair dialog box, enter a Key Pair Name and paste the contents of your existing public key file into the Public Key field. c. Click Import Key Pair. Note for Windows users If you re using a Windows desktop environment, the chances are that you re using the PuTTY program for your SSH client. The PuTTY SSH client doesn t use OpenSSH format files for the key pair files. It does however provide a PuTTYgen program that can import and export in the correct format as outlined below. If you want OpenStack to create your key pair a. Open PuTTYgen b. From the Conversions menu select Import key. c. Select the downloaded private key file generated by OpenStack. UKCloud Ltd, 2017 Open Page 12 of 29

13 d. Click the Save private key button to save the imported key as a ppk file that PuTTY can use for authentication. If you want to import an existing key: a. Open PuTTYgen b. Click the Generate button. c. Copy the public key from the top of the dialog box. d. Paste the public key into the Public Key field in Horizon s Import Key Pair dialog box. Launching your instances Now that you ve considered security, created a network and a subnet, and you ve connected them to your external network with a router, you can start to think about launching some instances attached to the network. There are a few choices you need to make when launching your instances. The following sections outline how to achieve this task via the Horizon dashboard, however you can also use HEAT templates or the OpenStack API. Choosing your image When you create an instance in OpenStack, its disk is cloned from an image managed by OpenStack. The image may be a custom image that has been developed for a specific purpose and uploaded to your project. It may also be a custom image that has been specifically shared between two projects. More likely, you ll start by using one of the public images that we provide and manage on our platform. You can see the images that are available for you to use by expanding the Compute menu on the left side of the Horizon dashboard and clicking Images. UKCloud Ltd, 2017 Open Page 13 of 29

14 Choosing your instance size If you re already familiar with UKCloud s vcloud Director-based Enterprise Compute Cloud service, then you may be used to being able to choose exactly how many vcpus and how much memory a VM is allocated. In OpenStack, you choices are restricted to a number of pre-defined flavors that define how many vcpus, how much memory and how much storage an instance may use. Although full details for each flavor are available through the Horizon UI, there s no overall list available showing all the different flavors and sizes of instances. However, if you ve installed the OpenStack CLI tools (see you can run the following command to retrieve a list of the flavors and their makeup > openstack flavor list Choosing your storage type There are two storage options available for use with your instances: Ephemeral storage (default) Persistent volume storage UKCloud Ltd, 2017 Open Page 14 of 29

15 Ephemeral storage When you create an instance, the default behaviour is to clone your chosen disk image onto the physical disk attached to the host that will be running the instance. This is not dedicated locally attached storage to your instance, but rather a RAID array of fast SSD disks that is shared by all the instances running on the host hypervisor. The performance of the ephemeral storage makes for very fast disk access. However, as the disk image is stored locally on the host hypervisor, you re at risk of data loss in the event of hardware failure on the host. For scheduled maintenance on the host, you can live-migrate instances onto other hosts with minimal interruption. If the host were to suffer a hardware failure, it s likely that you d lose the data stored on the disk image, so you should architect your application to expect and be able to recover from failure. Persistent volume storage As an alternative to ephemeral storage you can clone your chosen disk image to an OpenStack volume, which is a persistent storage option backed by a Ceph storage array. The volume is then network mounted onto the host hypervisor and the instance booted from the network attached storage. For scheduled maintenance on the host, these instances are more easily managed onto other hosts. In the event of a hardware failure on the host, the volume can just be mounted to another host and the instance restarted without any data loss. For more information about volumes, see Working with volumes. Creating an instance You can create a new instance in the Horizon UI. 1. Click or select Launch Instance on one of the following pages: Images page (under the Compute menu) Instances page (under the Compute menu) Network Topology page (under the Networks menu) 2. On the Details tab of the Launch Instance dialog box, enter an Instance Name and select a Flavor. As you select a flavor from the list, the dialog box updates to reflect the VCPUs, Disk and RAM that the selected flavour gives you and the green bars under Project Limits update to show what your usage would be after launching the instance. If you select a flavour that would take you over your project s quota, the bar is red rather than green. UKCloud Ltd, 2017 Open Page 15 of 29

16 3. From the Instance Boot Source list, select: Boot from image to create an instance that boots from the local ephemeral storage. Boot from image (creates a new volume) to create an instance that boots from a volume 4. From the Image Name list, select your preferred image. If you re creating an image that boots from a volume, you can choose what size to create the boot disk without being restricted to the disk allocation specified by the selected flavour. 5. On the Access & Security tab, from the Key Pair list, select the SSH key pair you want to inject into your new instance. If there is only one SSH key pair configured in your project, it will be automatically selected. 6. Select one or more Security Groups to apply to the instance. UKCloud Ltd, 2017 Open Page 16 of 29

17 7. On the Networking tab, from the Available networks list, select the network that you want to create the new instance on. If your project has only a single network defined, that network will already be listed under Selected networks. 8. Click Launch and OpenStack reports that your new instance is launching. Accessing your instance Having successfully launched your new instance, you ll want to log in and start installing your applications. To access your new instance from the outside world, you have to associate a floating IP address to the instance. A floating IP address is a public routable address that is allocated to your project. Having allocated an address to your project, you can then choose to associate it to a particular UKCloud Ltd, 2017 Open Page 17 of 29

18 instance. When you ve done this, a DNAT rule is automatically created on the router you created earlier to forward all incoming traffic to your chosen instance. To associate a floating IP address to your new instance: 1. On the Instances page, from the Actions list for your instance, select Associate Floating IP. 2. In the Manage Floating IP Associations dialog box, from the IP Address list, select the floating IP address that you want to allocate to the instance. If you don t have any spare floating IP addresses allocated to your project, you can click the + button next to the IP Address list to allocate a new address. a. In the Allocate Floating IP dialog box, from the Pool list, select the pool from which to allocate the floating IP address. Currently the only option is internet, but the list will expand as additional networks come online. b. Click Allocate IP to allocate the new floating IP address to your project. c. Back in the Manage Floating IP Associations dialog box, associate the new address with your instance. 3. Click Allocate IP. UKCloud Ltd, 2017 Open Page 18 of 29

19 4. You can use your SSH client to connect to the floating IP address, authenticating the connection with the private key that matches the key pair you selected when you launched the instance. You can find more information about using and controlling instances and images on OpenStack in the Red Hat documentation at Working with volumes Creating a volume Volumes are block devices that you can attach to instances. Because volumes are replicated across OpenStack s storage array, effectively providing three copies of data from a resilience perspective, they provide the basis of our persistent storage offering. 1. In the Horizon dashboard, expand the Compute menu on the left side of the screen and select Volumes. 2. On the Volumes page, click the Create Volume button. 3. In the Create Volume dialog box, enter a Volume Name and Description. 4. From the Volume Source list, select: No source, empty volume to create a totally empty volume for customer to populate with their data (this is the default option) Image to enable customer to create a prepopulated volume from a previously created image 5. From the Volume Type list, select: Tier 1 for our most performant block storage for workloads requiring consistently higher disk throughput Tier 2 for block storage with typical performance characteristics for use by production applications or storage (this is the default option) 6. From the Size list, select the size of your volume in GiB. 7. From the Availability Zone list, select the availability zone to which you want to target your volume. UKCloud Ltd, 2017 Open Page 19 of 29

20 8. Create Create Volume. Retyping a volume You can retype a volume to take an existing volume of a particular volume type and converting it to another (that is, from Tier 1 to Tier 2 or vice versa). Retyping a volume attached to an instance Due to a dependency on the underlying hypervisor, it is not currently possible to retype a volume that is attached to an instance. If you want to retype a volume that is attached to an instance, you must first detach the volume from the instance. 1. To detach the volume from the instance, in the Horizon dashboard, expand the Compute menu on the left side of the screen and select Volumes. 2. On the Volumes page, for the volume that you want to detach, from the list on the far right of the page, select Manage Attachments. 3. In the Manage Volume Attachments dialog box, click the Detach Volume button. UKCloud Ltd, 2017 Open Page 20 of 29

21 4. Retype the volume by following the steps in Retyping an independent volume. 5. On the Volumes page, for the volume that you want to reattach, from the list on the far right, select Manage Attachments. 6. In the Manage Volume Attachments dialog box, from the Attach to Instance list, select the instance to which you want to reattach the volume and click the Attach Volume button. Note! If you attempt to retype a volume that is still attached to an instance, the process will attempt to run but will fail without notification. Retyping an independent volume If the volume that you want to retype is not attached to an instance, you can retype it. 1. Ensure that the volume is detached from any instances. For information about how to detach an volume from an instance, see Retyping a volume attached to an instance. 2. In the Horizon dashboard, expand the Compute menu on the left side of the screen and select Volumes. UKCloud Ltd, 2017 Open Page 21 of 29

22 3. On the Volumes page, for the volume that you want to retype, from the list on the far right of the page, select Change Volume Type. 4. In the Change Volume Type dialog box, from the Type drop down list, select the new type for the volume. 5. From the Migration Policy list, ensure that you select On Demand. Note! If any other option is selected, the retyping process will not work. 6. Click Change Volume Type. Note! You may notice duplicate volumes while the retyping process is running. These duplicate volumes will disappear when the process has completed. IMPORTANT! Do not attach a retyped volume to an instance until the retyping process has completed successfully. Retyping an independent volume using the OpenStack CLI To retype a volume using the OpenStack CLI, use the following command: > cinder retype volume volume-type Where: volume is the name or ID of the volume that you want to retype volume-type is the new volume type UKCloud Ltd, 2017 Open Page 22 of 29

23 Working with the API and automation Using the OpenStack Heat orchestration tool to create stacks OpenStack provides an orchestration tool out of the box. The Heat tool enables you to describe your infrastructure as a text file, referred to as a Heat template, defining one or more resources using a YAML format. Having defined your resources in your Heat template, you then use the template to create a stack. The stack contains the instantiation of the resources defined in the YAML file, along with a history of events and operations that have happened to the resources in the stack. For an example of what a basic Heat template looks like, take a look at The example.yaml template creates the same router, network, subnet and router interface that you created manually above. In addition, the template defines an SSH key pair, security groups and launch instances. We ll look at these other resource elements in more detail later. To use a template to create a stack in your project: 1. In the Horizon dashboard, expand the Orchestration menu on the left side of the screen and select Stacks. 2. On the Stacks page, click the Launch Stack button. 3. On the Select Template page, from the Template Source list, select URL. 4. In the Template URL field, enter the URL of the Raw version of the template that you want to use (for example, the example.yaml template). UKCloud Ltd, 2017 Open Page 23 of 29

24 5. Click Next. 6. On the Launch Stack page, enter a Stack Name and select the flavour and image as required. 7. Click Launch to start creating the stack resources in the background. You can go back to the Stacks page to view progress, drill down into the resources defined in the stack and see the events as they happen. You can also use an updated Heat template to apply an update to resources in a stack. You can also destroy an entire stack, cleaning up all the resources that you previously created. This makes Heat a very powerful tool for creating short-lived test and preproduction environments on-demand that may form part of a continuous delivery pipeline. UKCloud Ltd, 2017 Open Page 24 of 29

25 Using the OpenStack API and automation OpenStack also provides a fully functional API to enable programmatic control over your project. The Horizon UI you used earlier is itself a client that makes calls to this underlying API. Although you can write your own code to interact with the API, there are a number of different libraries already available covering most popular programming languages. Alternatively, there is also a growing number of DevOps automation tools available (for example, Terraform and Ansible) that interact with the OpenStack API to orchestrate the creation and ongoing management of your infrastructure. For an example Terraform configuration to create a similar network infrastructure to the one you created in the previous examples, take a look at Whatever library or automation tools you choose to use, you ll need to know a few important details to make a connection to and authenticate against the API. 1. In the Horizon dashboard, expand the Compute menu on the left side of the screen and select Access & Security. 2. On the Access and Security page, select the API Access tab. 3. On the API Access tab, you can see all the relevant API endpoints for making connections to the various OpenStack subsystems, including the Identify endpoint, which provides the initial authentication process, that you ll typically need when configuring connections. You can also download your user s OpenStack RC file for use in the following section. UKCloud Ltd, 2017 Open Page 25 of 29

26 Using the OpenStack command-line client The OpenStack project provides a command-line client that enables you to access the project API through easy-to-use commands. For example, the Compute service provides a NOVA command-line client. You can run the commands from the command line, or include the commands in scripts to automate tasks. If you provide OpenStack credentials, such as your user name and password, you can run these commands on any computer. The following file is a bash shell script format file that sets up all the relevant environment variables in the Linux shell session so that you can use the OpenStack CLI tools. The OpenStack CLI tools, just like the Horizon UI, also communicate with the OpenStack API. This means you can examine the contents of the RC file to find the settings that you may need to pass into, for example, a Terraform provider definition when configuring it to manage your OpenStack project. UKCloud Ltd, 2017 Open Page 26 of 29

27 The key values to note here are the OS_AUTH_URL, OS_TENANT_NAME and OS_USERNAME environment variables, as these will be common to any API authentication request. In addition, creating the line export OS_INTERFACE=public in the RC file should address any issues you may have accessing the Admin API endpoints. Congratulations! In this Getting Started Guide, you ve learned how to use the OpenStack Horizon UI to set up your Cloud Native Infrastructure service and create new instances. You ve also learned about the other tools available including the OpenStack API and command-line client. You can find additional information in the following places: OpenStack API For more information about using the API, see the OpenStack documentation at OpenStack Client For more information about using the OpenStack Client, see the OpenStack documentation at HEAT templates You can find more information about the Heat orchestration tool and the resources you can use in the YAML format templates in the OpenStack documentation at and Terraform For information about using Terraform and the OpenStack provider, see the Terraform documentation at and Ansible For information on Ansible s support for working with OpenStack resources, see the Ansible documentation at UKCloud Ltd, 2017 Open Page 27 of 29

28 Glossary This section provides a glossary of terms specific to Cloud Native Infrastructure. Cloud Native Infrastructure A UKCloud IaaS service that provides a cloud platform specifically designed around the needs of digital communities, and engineered to facilitate true cloud-native applications. Our Cloud Native Infrastructure service is powered by OpenStack. ephemeral storage A Cloud Native Infrastructure storage option that exists only as long as the associated OpenStack instance exists. flavor An OpenStack construct that defines how many vcpus, how much memory and how much storage an instance may use. floating IP address A public routable address that is allocated to your project and can then be associated to an instance to route external traffic to the instance. Heat template A YAML-formatted text file that defines your infrastructure. image A file containing a virtual disk with a bootable operating system, used to create virtual machine instances within the Cloud Native Infrastructure service. instance A customer provisioned compute resource within OpenStack, similar to the virtual machine concept within VMware. persistent volume storage A Cloud Native Infrastructure block storage option that is always available, regardless of the state of the VM. private key The part of the SSH key pair that your SSH client uses to authenticate with an instance. public key The part of the SSH key pair that is stored in the instance. security group An OpenStack construct that consists of one or more rules that control access to an instance. SSH key pair A method of authentication used by OpenStack to authenticate access to instances that includes a public key and a private key. The SSH client uses a private key that is paired to a public key in the instance. stack An OpenStack construct that contains the resources created from a Heat template. volume A persistent storage option backed by a Ceph storage array that is network mounted onto the host hypervisor. Feedback If you have any comments on this document or any other aspect of your UKCloud experience, please send them to feedback@ukcloud.com. UKCloud Ltd, 2017 Open Page 28 of 29

29 UKCloud Ltd A8, Cody Technology Park Ively Road, Farnborough Hampshire, GU14 0LX T E info@ukcloud.com ukcloudltd ukcloud-ltd Reasonable efforts have been made to ensure the accuracy of the information contained in this document. No advice given or statements or recommendations made shall in any circumstances constitute or be deemed to constitute a warranty by UKCloud Ltd as to the accuracy of such advice, statements or recommendations. UKCloud Ltd shall not be liable for any loss, expense, damage or claim howsoever arising out of the advice given or not given or statements made or omitted to be made in connection with this document. No part of this document may be copied, reproduced, adapted or redistributed in any form or by any means without the express prior written consent of UKCloud Ltd. UKCloud Ltd, 2017 All Rights Reserved. UKC-GEN /2017

getting started guide

getting started guide Pure commitment. getting started guide Cloud GPU Compute version 2.0 Contents Introduction... 3 Intended audience... 3 Cloud GPU overview... 3 Before you begin... 4 Creating your virtual machine... 5 Provisioning

More information

VMware Integrated OpenStack User Guide. VMware Integrated OpenStack 4.1

VMware Integrated OpenStack User Guide. VMware Integrated OpenStack 4.1 VMware Integrated OpenStack User Guide VMware Integrated OpenStack 4.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

VMware Integrated OpenStack User Guide

VMware Integrated OpenStack User Guide VMware Integrated OpenStack User Guide VMware Integrated OpenStack 3.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

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

Pure commitment. how to. change IPsec VPN settings via the vcloud Director API. version 3.0

Pure commitment. how to. change IPsec VPN settings via the vcloud Director API. version 3.0 Pure commitment. how to change IPsec VPN settings via the vcloud Director API version 3.0 Contents Overview... 3 Obtaining your vcloud API credentials... 3 Installing a REST client... 4 Obtaining an authorisation

More information

OpenStack End User Guide. SUSE OpenStack Cloud 8

OpenStack End User Guide. SUSE OpenStack Cloud 8 OpenStack End User Guide SUSE OpenStack Cloud 8 OpenStack End User Guide SUSE OpenStack Cloud 8 ABSTRACT OpenStack is an open-source cloud computing platform for public and private clouds. A series of

More information

Pure commitment. Manipulating Power States with PowerCLI

Pure commitment. Manipulating Power States with PowerCLI Pure commitment. Manipulating Power States with PowerCLI UKC-GEN-339 OVERVIEW PowerCLI is a command line interface tool developed by VMware and built upon Microsoft PowerShell. The tool is designed to

More information

Using the vrealize Orchestrator OpenStack Plug-In 2.0. Modified on 19 SEP 2017 vrealize Orchestrator 7.0

Using the vrealize Orchestrator OpenStack Plug-In 2.0. Modified on 19 SEP 2017 vrealize Orchestrator 7.0 Using the vrealize Orchestrator OpenStack Plug-In 2.0 Modified on 19 SEP 2017 vrealize Orchestrator 7.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

StorageGRID Webscale 10.3 Software Installation Guide for OpenStack Deployments

StorageGRID Webscale 10.3 Software Installation Guide for OpenStack Deployments StorageGRID Webscale 10.3 Software Installation Guide for OpenStack Deployments September 2016 215-10818_A0 doccomments@netapp.com Table of Contents 3 Contents Deployment planning and preparation... 5

More information

Quick Start Guide to Compute Canada Cloud Service

Quick Start Guide to Compute Canada Cloud Service Quick Start Guide to Compute Canada Cloud Service Launching your first instance (VM) Login to the East or West cloud Dashboard SSH key pair Importing an existing key pair Creating a new key pair Launching

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

A comparison of UKCloud s platform against other public cloud providers

A comparison of UKCloud s platform against other public cloud providers Pure commitment. A comparison of UKCloud s platform against other public cloud providers version 1.0 (Based upon August 2017 data) The evolution of UKCloud UKCloud has long been known for its VMware powered

More information

Cloudera s Enterprise Data Hub on the Amazon Web Services Cloud: Quick Start Reference Deployment October 2014

Cloudera s Enterprise Data Hub on the Amazon Web Services Cloud: Quick Start Reference Deployment October 2014 Cloudera s Enterprise Data Hub on the Amazon Web Services Cloud: Quick Start Reference Deployment October 2014 Karthik Krishnan Page 1 of 20 Table of Contents Table of Contents... 2 Abstract... 3 What

More information

Installation Runbook for Apcera on Mirantis OpenStack

Installation Runbook for Apcera on Mirantis OpenStack Installation Runbook for Apcera on Mirantis OpenStack Application Version 440 MOS Version 7.0 OpenStack Version Application Type 2015.1.0 Kilo Platform as a Service Content Document History... 3 1 Introduction...

More information

EdgeConnect for Amazon Web Services (AWS)

EdgeConnect for Amazon Web Services (AWS) Silver Peak Systems EdgeConnect for Amazon Web Services (AWS) Dinesh Fernando 2-22-2018 Contents EdgeConnect for Amazon Web Services (AWS) Overview... 1 Deploying EC-V Router Mode... 2 Topology... 2 Assumptions

More information

VMware vcloud Air User's Guide

VMware vcloud Air User's Guide vcloud Air 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 editions of this document,

More information

IaaS Integration for Multi- Machine Services. vrealize Automation 6.2

IaaS Integration for Multi- Machine Services. vrealize Automation 6.2 IaaS Integration for Multi- Machine Services vrealize Automation 6.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

1. INTRODUCTION to AURO Cloud Computing

1. INTRODUCTION to AURO Cloud Computing 1. INTRODUCTION to AURO Cloud Computing Welcome to AURO! The purpose of this document is to help you get started with using AURO s Public Cloud Compute. This document covers how to setup and launch a virtual

More information

StorageGRID Webscale 11.1 Expansion Guide

StorageGRID Webscale 11.1 Expansion Guide StorageGRID Webscale 11.1 Expansion Guide October 2018 215-12800_B0 doccomments@netapp.com Table of Contents 3 Contents Expansion overview... 4 Planning and preparation... 5 Reviewing the options and

More information

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

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

More information

IaaS Integration for Multi-Machine Services

IaaS Integration for Multi-Machine Services IaaS Integration for Multi-Machine Services vcloud Automation Center 6.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

Horizon Cloud with On-Premises Infrastructure Administration Guide. VMware Horizon Cloud Service Horizon Cloud with On-Premises Infrastructure 1.

Horizon Cloud with On-Premises Infrastructure Administration Guide. VMware Horizon Cloud Service Horizon Cloud with On-Premises Infrastructure 1. Horizon Cloud with On-Premises Infrastructure Administration Guide VMware Horizon Cloud Service Horizon Cloud with On-Premises Infrastructure 1.3 Horizon Cloud with On-Premises Infrastructure Administration

More information

Service Portal User Guide

Service Portal User Guide FUJITSU Cloud Service K5 IaaS Service Portal User Guide Version 1.4 FUJITSU LIMITED All Rights Reserved, Copyright FUJITSU LIMITED 2015-2016 K5IA-DC-M-005-001E Preface Purpose of This Manual This manual

More information

vcloud Director User's Guide 04 OCT 2018 vcloud Director 9.5

vcloud Director User's Guide 04 OCT 2018 vcloud Director 9.5 vcloud Director User's Guide 04 OCT 2018 vcloud Director 9.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.6.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

VSEC FOR OPENSTACK R80.10

VSEC FOR OPENSTACK R80.10 16 October 2017 VSEC FOR OPENSTACK R80.10 Administration Guide Protected 2017 Check Point Software Technologies Ltd. All rights reserved. This product and related documentation are protected by copyright

More information

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Oded Nahum Principal Systems Engineer PLUMgrid EMEA November 2014 Page 1 Page 2 Table of Contents Table

More information

Creating Application Containers

Creating Application Containers This chapter contains the following sections: General Application Container Creation Process, page 1 Creating Application Container Policies, page 2 About Application Container Templates, page 5 Creating

More information

Creating Application Containers

Creating Application Containers This chapter contains the following sections: General Application Container Creation Process, page 1 Creating Application Container Policies, page 3 About Application Container Templates, page 5 Creating

More information

HPE Digital Learner OpenStack Content Pack

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

More information

Deployment Guide for Nuage Networks VSP

Deployment Guide for Nuage Networks VSP Page 1 of 29 view online Overview This document discusses the deployment and configuration of Avi Vantage Load Balancer in a Nuage Networks integrated OpenStack platform for a single tenant mode. The following

More information

Deployment Guide for Nuage Networks VSP

Deployment Guide for Nuage Networks VSP Page 1 of 11 view online Overview This document discusses the deployment and configuration of Avi Vantage Load Balancer in a Nuage Networks integrated OpenStack platform for a single tenant mode. The following

More information

Silver Peak EC-V and Microsoft Azure Deployment Guide

Silver Peak EC-V and Microsoft Azure Deployment Guide Silver Peak EC-V and Microsoft Azure Deployment Guide How to deploy an EC-V in Microsoft Azure 201422-001 Rev. A September 2018 2 Table of Contents Table of Contents 3 Copyright and Trademarks 5 Support

More information

Deploy the Firepower Management Center Virtual On the AWS Cloud

Deploy the Firepower Management Center Virtual On the AWS Cloud Deploy the Firepower Management Center Virtual On the AWS Cloud Amazon Virtual Private Cloud (Amazon VPC) enables you to launch Amazon Web Services (AWS) resources into a virtual network that you define.

More information

User Workspace Management

User Workspace Management Access the Interface, page 1 User Management Workspace User Types, page 4 Projects (Admin User), page 5 Users (Admin User), page 9 CML Server (Admin User), page 11 Connectivity, page 30 Using the VM Control

More information

VMware Integrated OpenStack Quick Start Guide

VMware Integrated OpenStack Quick Start Guide VMware Integrated OpenStack Quick Start Guide VMware Integrated OpenStack 1.0.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Fuel VMware DVS plugin testing documentation

Fuel VMware DVS plugin testing documentation Fuel VMware DVS plugin testing documentation Release 3.1-3.1.1-1 Mirantis Inc. Jan 31, 2017 CONTENTS 1 Testing documents 1 Test Plan for VMware DVS plugin version 3.1.1................................

More information

StorageGRID Webscale Installation Guide. For VMware Deployments. January _B0

StorageGRID Webscale Installation Guide. For VMware Deployments. January _B0 StorageGRID Webscale 11.0 Installation Guide For VMware Deployments January 2018 215-12395_B0 doccomments@netapp.com Table of Contents 3 Contents Installation overview... 5 Planning and preparation...

More information

Deploying VMware Identity Manager in the DMZ. JULY 2018 VMware Identity Manager 3.2

Deploying VMware Identity Manager in the DMZ. JULY 2018 VMware Identity Manager 3.2 Deploying VMware Identity Manager in the DMZ JULY 2018 VMware Identity Manager 3.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

Amazon AppStream 2.0: SOLIDWORKS Deployment Guide

Amazon AppStream 2.0: SOLIDWORKS Deployment Guide 2018 Amazon AppStream 2.0: SOLIDWORKS Deployment Guide Build an Amazon AppStream 2.0 environment to stream SOLIDWORKS to your users June 2018 https://aws.amazon.com/appstream2/ 1 Welcome This guide describes

More information

AT&T CLOUD SERVICES. AT&T Synaptic Compute as a Service SM. Using VMware vcloud Connector

AT&T CLOUD SERVICES. AT&T Synaptic Compute as a Service SM. Using VMware vcloud Connector AT&T CLOUD SERVICES AT&T Synaptic Compute as a Service SM Using VMware vcloud Connector 2014 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained herein

More information

Horizon DaaS Platform 6.1 Service Provider Installation - vcloud

Horizon DaaS Platform 6.1 Service Provider Installation - vcloud Horizon DaaS Platform 6.1 Service Provider Installation - vcloud This guide provides information on how to install and configure the DaaS platform Service Provider appliances using vcloud discovery of

More information

IBM Cloud Orchestrator Version User's Guide IBM

IBM Cloud Orchestrator Version User's Guide IBM IBM Cloud Orchestrator Version 2.5.0.4 User's Guide IBM IBM Cloud Orchestrator Version 2.5.0.4 User's Guide IBM Note Before you use this information and the product it supports, read the information in

More information

IaaS Configuration for Cloud Platforms. vrealize Automation 6.2

IaaS Configuration for Cloud Platforms. vrealize Automation 6.2 IaaS Configuration for Cloud Platforms vrealize Automation 6.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this

More information

VMware Integrated OpenStack with Kubernetes Getting Started Guide. VMware Integrated OpenStack 4.0

VMware Integrated OpenStack with Kubernetes Getting Started Guide. VMware Integrated OpenStack 4.0 VMware Integrated OpenStack with Kubernetes Getting Started Guide VMware Integrated OpenStack 4.0 VMware Integrated OpenStack with Kubernetes Getting Started Guide You can find the most up-to-date technical

More information

E June Oracle Linux Storage Appliance Deployment and User's Guide

E June Oracle Linux Storage Appliance Deployment and User's Guide E90100-03 June 2018 Oracle Linux Storage Appliance Deployment and User's Guide Oracle Legal Notices Copyright 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Security Gateway for OpenStack

Security Gateway for OpenStack Security Gateway for OpenStack R77.30 Administration Guide 21 May 2015 Protected 2015 Check Point Software Technologies Ltd. All rights reserved. This product and related documentation are protected by

More information

VMware vcloud Air Key Concepts

VMware vcloud Air Key Concepts vcloud Air 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 editions of this document,

More information

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

More information

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

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

More information

Deploying VMware Identity Manager in the DMZ. SEPT 2018 VMware Identity Manager 3.3

Deploying VMware Identity Manager in the DMZ. SEPT 2018 VMware Identity Manager 3.3 Deploying VMware Identity Manager in the DMZ SEPT 2018 VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

Oracle Cloud IaaS: Compute and Storage Fundamentals

Oracle Cloud IaaS: Compute and Storage Fundamentals Oracle University Contact Us: 1.800.529.0165 Oracle Cloud IaaS: Compute and Storage Fundamentals Duration: 3 Days What you will learn This Oracle Cloud IaaS: Compute and Storage Fundamentals training gives

More information

Table of Contents DevOps Administrators

Table of Contents DevOps Administrators DevOps Administrators Table of Contents DevOps Administrators Overview for DevOps Admins Managing Images, Projects, Users Configure a Registry Create Users Assign the Administrator Role Create a Project

More information

Building a Modular and Scalable Virtual Network Architecture with Amazon VPC

Building a Modular and Scalable Virtual Network Architecture with Amazon VPC Building a Modular and Scalable Virtual Network Architecture with Amazon VPC Quick Start Reference Deployment Santiago Cardenas Solutions Architect, AWS Quick Start Reference Team August 2016 (revisions)

More information

Amazon Virtual Private Cloud. Getting Started Guide

Amazon Virtual Private Cloud. Getting Started Guide Amazon Virtual Private Cloud Getting Started Guide Amazon Virtual Private Cloud: Getting Started Guide Copyright 2017 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks

More information

Oracle Cloud Using Oracle Cloud Infrastructure Ravello Service

Oracle Cloud Using Oracle Cloud Infrastructure Ravello Service Oracle Cloud Using Oracle Cloud Infrastructure Ravello Service E80758-04 September 2017 Oracle Cloud Using Oracle Cloud Infrastructure Ravello Service, E80758-04 Copyright 2017, Oracle and/or its affiliates.

More information

VMware Identity Manager Cloud Deployment. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager

VMware Identity Manager Cloud Deployment. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager VMware Identity Manager Cloud Deployment DEC 2017 VMware AirWatch 9.2 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager VMware Identity Manager Cloud Deployment Modified on 01 OCT 2017 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The

More information

SECURE Gateway with Microsoft Azure Installation Guide. Version Document Revision 1.0

SECURE  Gateway with Microsoft Azure Installation Guide. Version Document Revision 1.0 SECURE Email Gateway with Microsoft Azure Installation Guide Version 4.7.0 Document Revision 1.0 Copyright Revision 1.0, November, 2017 Published by Clearswift Ltd. 1995 2017 Clearswift Ltd. All rights

More information

Contrail Sandbox Tutorial Script

Contrail Sandbox Tutorial Script Contrail Sandbox Tutorial Script Tutorial Flow Login to lab setup Add security rules Add IP address manager Add two networks Add network policy Add two VMs (can t ping) Add network policy to networks (VMs

More information

IaaS Configuration for Cloud Platforms

IaaS Configuration for Cloud Platforms vcloud Automation Center 6.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 editions

More information

IBM Single Sign On for Bluemix Version December Identity Bridge Configuration topics

IBM Single Sign On for Bluemix Version December Identity Bridge Configuration topics IBM Single Sign On for Bluemix Version 2.0 28 December 2014 Identity Bridge Configuration topics IBM Single Sign On for Bluemix Version 2.0 28 December 2014 Identity Bridge Configuration topics ii IBM

More information

customer FAQs CLOUD NATIVE INFRASTRUCTURE Service Instances (VMs) information contained in a virtual machine disk image.

customer FAQs CLOUD NATIVE INFRASTRUCTURE Service Instances (VMs) information contained in a virtual machine disk image. CLOUD NATIVE INFRASTRUCTURE Service Q What is the service? Cloud Native Infrastructure from UKCloud is an OpenStack powered Infrastructure as a Service (IaaS) offering which enables organisations to rapidly

More information

TECHNICAL WHITE PAPER AUGUST 2017 REVIEWER S GUIDE FOR VIEW IN VMWARE HORIZON 7: INSTALLATION AND CONFIGURATION. VMware Horizon 7 version 7.

TECHNICAL WHITE PAPER AUGUST 2017 REVIEWER S GUIDE FOR VIEW IN VMWARE HORIZON 7: INSTALLATION AND CONFIGURATION. VMware Horizon 7 version 7. TECHNICAL WHITE PAPER AUGUST 2017 REVIEWER S GUIDE FOR VIEW IN VMWARE HORIZON 7: INSTALLATION AND CONFIGURATION VMware Horizon 7 version 7.x Table of Contents Introduction.... 3 JMP Next-Generation Desktop

More information

UDP Director Virtual Edition Installation and Configuration Guide (for Stealthwatch System v6.9.0)

UDP Director Virtual Edition Installation and Configuration Guide (for Stealthwatch System v6.9.0) UDP Director Virtual Edition Installation and Configuration Guide (for Stealthwatch System v6.9.0) Installation and Configuration Guide: UDP Director VE v6.9.0 2016 Cisco Systems, Inc. All rights reserved.

More information

Oracle Public Cloud Machine Using Oracle Compute Cloud Service. Release

Oracle Public Cloud Machine Using Oracle Compute Cloud Service. Release Oracle Public Cloud Machine Using Oracle Compute Cloud Service Release 17.1.2 E62130-11 April 2018 Oracle Public Cloud Machine Using Oracle Compute Cloud Service, Release 17.1.2 E62130-11 Copyright 2016,

More information

StorageGRID Webscale Installation Guide. For VMware Deployments. October _B0

StorageGRID Webscale Installation Guide. For VMware Deployments. October _B0 StorageGRID Webscale 11.1 Installation Guide For VMware Deployments October 2018 215-12792_B0 doccomments@netapp.com Table of Contents 3 Contents Installation overview... 5 Planning and preparation...

More information

Clearswift Gateway Installation & Getting Started Guide. Version 4.1 Document Revision 1.4

Clearswift Gateway Installation & Getting Started Guide. Version 4.1 Document Revision 1.4 Clearswift Gateway Installation & Getting Started Guide Version 4.1 Document Revision 1.4 Copyright Revision 1.4, March, 2015 Published by Clearswift Ltd. 1995 2015 Clearswift Ltd. All rights reserved.

More information

What s New with VMware vcloud Director 8.0

What s New with VMware vcloud Director 8.0 Feature Overview TECHNICAL WHITE PAPER Table of Contents What s New with VMware....3 Support for vsphere 6.0 and NSX 6.1.4....4 VMware vsphere 6.0 Support...4 VMware NSX 6.1.4 Support....4 Organization

More information

CISE Research Infrastructure: Mid-Scale Infrastructure - NSFCloud (CRI: NSFCloud)

CISE Research Infrastructure: Mid-Scale Infrastructure - NSFCloud (CRI: NSFCloud) Chameleon Cloud Tutorial National Science Foundation Program Solicitation # NSF 13-602 CISE Research Infrastructure: Mid-Scale Infrastructure - NSFCloud (CRI: NSFCloud) Networking - Security Objectives

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

vcloud Director Administrator's Guide vcloud Director 8.10

vcloud Director Administrator's Guide vcloud Director 8.10 vcloud Director Administrator's Guide vcloud Director 8.10 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation,

More information

HySecure Quick Start Guide. HySecure 5.0

HySecure Quick Start Guide. HySecure 5.0 HySecure Quick Start Guide HySecure 5.0 Last Updated: 25 May 2017 2012-2017 Propalms Technologies Private Limited. All rights reserved. The information contained in this document represents the current

More information

vcloud Director User's Guide

vcloud Director User's Guide vcloud Director 5.6 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 editions of

More information

vcloud Director Administrator's Guide

vcloud Director Administrator's Guide vcloud Director 5.1.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 editions of

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

Cloudera s Enterprise Data Hub on the AWS Cloud

Cloudera s Enterprise Data Hub on the AWS Cloud Cloudera s Enterprise Data Hub on the AWS Cloud Quick Start Reference Deployment Shivansh Singh and Tony Vattathil Amazon Web Services October 2014 Last update: April 2017 (revisions) This guide is also

More information

VMware vrealize Code Stream Reference Architecture. 16 MAY 2017 vrealize Code Stream 2.3

VMware vrealize Code Stream Reference Architecture. 16 MAY 2017 vrealize Code Stream 2.3 VMware vrealize Code Stream Reference Architecture 16 MAY 2017 vrealize Code Stream 2.3 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you

More information

vcloud Director User's Guide

vcloud Director User's Guide vcloud Director 8.20 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 editions of

More information

Dell EMC Avamar Virtual Edition for OpenStack KVM

Dell EMC Avamar Virtual Edition for OpenStack KVM Dell EMC Avamar Virtual Edition for OpenStack KVM Version 7.5 Installation Guide 302-003-940 REV 01 Copyright 2016-2017 Dell Inc. or its subsidiaries. All rights reserved. Published June 2017 Dell believes

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.5.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

INSTALLATION RUNBOOK FOR. VNF (virtual firewall) 15.1X49-D30.3. Liberty. Application Type: vsrx Version: MOS Version: 8.0. OpenStack Version:

INSTALLATION RUNBOOK FOR. VNF (virtual firewall) 15.1X49-D30.3. Liberty. Application Type: vsrx Version: MOS Version: 8.0. OpenStack Version: INSTALLATION RUNBOOK FOR Juniper vsrx Application Type: vsrx Version: VNF (virtual firewall) 15.1X49-D30.3 MOS Version: 8.0 OpenStack Version: Liberty 1 Introduction 1.1 Target Audience 2 Application Overview

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

NexentaStor VVOL

NexentaStor VVOL NexentaStor 5.1.1 VVOL Admin Guide Date: January, 2018 Software Version: NexentaStor 5.1.1 VVOL Part Number: 3000-VVOL-5.1.1-000065-A Table of Contents Preface... 3 Intended Audience 3 References 3 Document

More information

Andrew Pullin, Senior Software Designer, School of Computer Science / x4338 / HP5165 Last Updated: September 26, 2016

Andrew Pullin, Senior Software Designer, School of Computer Science / x4338 / HP5165 Last Updated: September 26, 2016 SCS OpenStack Cloud Table of Contents Introduction... 2 Who Can Access the SCS OpenStack?... 2 SCS OpenStack Statistics... 3 Definitions... 3 Using the Openstack Web Interface... 4 Logging into the OpenStack

More information

FUJITSU Software ServerView Cloud Monitoring Manager V1.0. Overview

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

More information

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

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

More information

2.0 2-Aug Complete rewrite for new release of Service Portal

2.0 2-Aug Complete rewrite for new release of Service Portal 1 Version Issue Date Revision Description 2.0 2-Aug-2016 - Complete rewrite for new release of Service Portal 2.2 11-May-2017 - Add Section 7.5, 7.6, 7.7 for template, ISO and volume management - Add Section

More information

OpenStack Admin User Guide

OpenStack Admin User Guide docs.openstack.org OpenStack Admin User Guide current (2014-12-10) Copyright 2014 OpenStack Foundation Some rights reserved. OpenStack is an open source cloud computing platform for public and private

More information

Amazon Elastic Compute Cloud

Amazon Elastic Compute Cloud Amazon Elastic Compute Cloud Getting Started Guide AWS Management Console Table of Contents What s New...1 Introduction...2 Setting Up...3 Setting up an AWS Account...3 Signing up for Amazon EC2...3 Signing

More information

Architecture and terminology

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

More information

Pexip Infinity and Google Cloud Platform Deployment Guide

Pexip Infinity and Google Cloud Platform Deployment Guide Pexip Infinity and Google Cloud Platform Deployment Guide Contents Introduction 1 Deployment guidelines 2 Configuring your Google VPC network 4 Obtaining and preparing disk images for GCE Virtual Machines

More information

StorageGRID Webscale Installation Guide. For Red Hat Enterprise Linux or CentOS Deployments. October _A0

StorageGRID Webscale Installation Guide. For Red Hat Enterprise Linux or CentOS Deployments. October _A0 StorageGRID Webscale 11.0 Installation Guide For Red Hat Enterprise Linux or CentOS Deployments October 2017 215-12397_A0 doccomments@netapp.com Table of Contents 3 Contents Installation overview... 5

More information

Oracle Cloud Infrastructure Virtual Cloud Network Overview and Deployment Guide ORACLE WHITEPAPER JANUARY 2018 VERSION 1.0

Oracle Cloud Infrastructure Virtual Cloud Network Overview and Deployment Guide ORACLE WHITEPAPER JANUARY 2018 VERSION 1.0 Oracle Cloud Infrastructure Virtual Cloud Network Overview and Deployment Guide ORACLE WHITEPAPER JANUARY 2018 VERSION 1.0 Table of Contents Purpose of this Whitepaper 1 Scope & Assumptions 1 Virtual Cloud

More information

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA Contacting Leostream Leostream Corporation http://www.leostream.com 271 Waverley Oaks Rd. Telephone: +1 781 890 2019 Suite 206 Waltham, MA 02452 USA To submit an enhancement request, email features@leostream.com.

More information

Pexip Infinity and Amazon Web Services Deployment Guide

Pexip Infinity and Amazon Web Services Deployment Guide Pexip Infinity and Amazon Web Services Deployment Guide Contents Introduction 1 Deployment guidelines 2 Configuring AWS security groups 4 Deploying a Management Node in AWS 6 Deploying a Conferencing Node

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

vcloud Director User's Guide

vcloud Director User's Guide vcloud Director 8.20 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 editions of

More information

Microsoft Windows Server Failover Clustering (WSFC) and SQL Server AlwaysOn Availability Groups on the AWS Cloud: Quick Start Reference Deployment

Microsoft Windows Server Failover Clustering (WSFC) and SQL Server AlwaysOn Availability Groups on the AWS Cloud: Quick Start Reference Deployment Microsoft Windows Server Failover Clustering (WSFC) and SQL Server AlwaysOn Availability Groups on the AWS Cloud: Quick Start Reference Deployment Mike Pfeiffer July 2014 Last updated: April 2015 (revisions)

More information

Minimal OpenStack Starting Your OpenStack Journey

Minimal OpenStack Starting Your OpenStack Journey Minimal OpenStack Starting Your OpenStack Journey Sean Dague / Aug 19th, 2015 Twitter: @sdague Blog: dague.net The Mission of OpenStack "To produce the ubiquitous Open Source Cloud Computing platform that

More information