Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

This walkthrough:

  • Adds a public cloud region to the platform and imports templates into the Catalogue

  • Describes how to create a virtual datacenter and configure and deploy a Linux VM in Azure

  • Assumes that you have public cloud credentials: Obtain Azure ARM credentials

Configure your user account

  1. Log in with the username and password supplied by Customer Service, or admin and xabiquo.

  2. Click the user icon button in the bottom left corner of the screen and select Edit user
    (OR go to Users view → Users and select and edit your user)

  3. Add an Email address and Phone number to receive notifications from the platform

  4. Go to Advanced and add an SSH public key


Create a public cloud region

The cloud administrator creates public cloud regions to configure public cloud providers for users.

  1. Open Infrastructure view by clicking the servers icon at the top of the main menu

  2. Go to Public

  3. Click the + add button at the bottom of the Public cloud regions list

    Steps to create a public cloud region
  4. Enter the Name of your public cloud region

  5. Select the Provider

  6. Select the Region to add. You can add more than one region

    Select the public cloud region to add
  7. Click Next

  8. Select the Remote services. Abiquo uses Remote services to connect to the providers and manage the cloud.

    1. In the first IP address box, click the down arrow and select the Remote service URL from the pull-down list, or enter the URL of your Monolithic server

    2. Click the link to Duplicate IP addresses at the top of the popup

  9. Click Check all to check the connection to the remote services

     Add the remote services
  10. Click Save

Help Button

Click the help button in the top left-hand side of a pop-up to view the help screen for that pop-up.


Add tenant credentials for the public cloud provider

Each cloud tenant will require their own set of public cloud credentials, and access to the public cloud region. Note that you can also register your tenants as a customer of a cloud reseller that is using the platform.

  1. Go to Users and edit the tenant enterprise

  2. To allow users of the tenant enterprise to deploy in the public cloud region, go to Datacenters, and check that the public cloud region is in the Allowed datacenters list. If not, drag it into the list.

    Allow an enterprise to access a public cloud provider or region
  3. Go to Credentials → Public

  4. Select the Provider

  5. Enter the Access key and the Secret access key. For more details, see Obtain AWS credentials

    Add Azure credentials
  6. Click Add account

  7. Click Save

The tenant's account will be added for the provider and displayed in the public cloud view of the Infrastructure tab.


Add VM templates to the catalogue in Azure

The Catalogue stores VM templates so that users can easily create VMs from them. In public cloud, the platform stores VM template details and then deploys from the public cloud templates. To create VMs, users select VM templates in their virtual datacenters.

  1. Open the Catalogue view by clicking the Catalogue icon

  2. Select Public

  3. Select the public cloud region

  4. Click the import template button

    Import templates for Azure
  5. Enter the ID of a template to import, or a Name text, for example Linux, because we recommend that you use a Linux template.

  6. Optionally, filter by template providers, for example, use the Canonical provider and search for an ubuntu template.

  7. Click Search

  8. Select a Template to import and click the import symbol beside the template

  9. If your template has terms of use, accept them now or when you first deploy a VM from the template. 

    1. This requires the privilege to Manage virtual machine template terms of use and it enables programmatic deployment of the template for your Azure subscription.

      1. If you then disable programmatic deployment in the portal but you would like to deploy the template, you will need to delete it from the platform and import it again.

  10. To add default user details for remote access, select and edit the template

  11. Go to Advanced

    1. Optionally, select a Guest setup mode

    2. Select the template Operating system. For the latest version, do not set the OS version

    3. Enter a Username. For Linux, enter root. For Windows, enter Administrator and a password with at least 12 characters

      Edit Advanced options for VM template in Azure
  12. Click Save


Create a resource group

To create a virtual datacenter in Azure, if you do not have a resource group, you must create a resource group. You can use resource groups to manage groups of related resources in the cloud provider. 

To create a resource group:

  1. To go to myCloudVirtual datacenters, click the cloud button

  2. Go to the Global section

  3. Select the Azure cloud provider

  4. In Resource groups, click the + add button

  5. Complete the dialog as described below

    Create a resource group in Azure
    1. The Name must be unique in the subscription, which means in the enterprise

    2. Select the Region that will store the metadata of the resource group

  6. Click Save


Create a virtual datacenter and virtual appliance

Virtual datacenters contain the virtual resources of the cloud service. In them, users can create VMs to launch them to the infrastructure, and they can manage their networks, storage, and more.

A virtual appliance is a container for a group of VMs running in a virtual datacenter. It is like a folder that can contain a related set of VMs that are used to provide a service, such as a web stack. You can deploy these VMs together, view their performance statistics, manage VM high availability, and so on.

To create a virtual datacenter and virtual appliance:

  1. To open the myCloud Virtual datacenters view, click the cloud icon

  2. Click the + add button at the bottom of the Virtual Datacenters list

  3. Select Create virtual datacenter

    Steps to create a virtual datacenter in Azure
  4. Enter a Name, and select the Public cloud region

  5. Select the Resource group

    Dialog to create a virtual datacenter in Azure
  6. Click Save

  7. To use VMs with a basic SKU load balancer, in your virtual datacenter, go to Network and create an Availability set

    Create an availability set in Azure
  8. Select the virtual datacenter and in the Virtual Appliances pane, click the + add button and enter the Name of the virtual appliance then click Save.

The virtual appliance you create will display in the Virtual Appliances list.


Create a VM in public cloud

The list of available and compatible templates displays in the dialog when you create a VM in your virtual appliance.

To connect to your VM in Azure

Configure the VM firewall for public cloud

To connect to a VM in public cloud, create a firewall to allow access. Because this VM will only be active for a very short time, we will use basic default settings.

To create a firewall in AWS do these steps.

  1. Go to Virtual datacenters → Networks → Firewalls

  2. Click the + add button to create a firewall for connections and enter the Name, and select the Location and Virtual datacenter

    Create a firewall

  3. Edit the Firewall rules and select Inbound

    1. From Common protocols for a Linux VM, select SSH and for a Windows VM, select RDP

    2. Allow incoming connections from your IP address. Or for a temporary test system, allow all connections.

    3. Click Add, then click Save.

      Enter firewall rules

      The platform will create the firewall.

  4. Go to Virtual appliances and on the virtual appliance and click on Open 

  5. Edit your VM

  6. Go to Networks → Firewall

  7. Select your firewall and click Save.

Assign a firewall to a VM


Deploy the virtual appliance in public cloud

Click the Deploy virtual appliance button to deploy the virtual appliance.

The platform will deploy all the VMs and power them on. You can select the VMs and manage them with the control buttons in the lower right corner of the screen.

Now you can relax and give your VM some time to start up.


Connect to your VM

You can connect using SSH or RDP or another appropriate method.

  1. Go to Virtual datacenters and open the Virtual appliance

  2. Select the VM

  3. To obtain the default username and password, go the General tab of the VM control panel and click Default credentials

  4. To open the connection, click the console icon

  5. A console should open to allow you to log in to your VM. The platform will automatically complete the Username

  6. For Linux VMs, enter the SSH private key (also called the Decryption key). For Windows VMs on Azure, enter the Password

Connect to your VM

If you cannot connect due to an unsecured certificate error, open a new tab in the same browser, enter the host IP of the VM, and accept the certificate.

  • No labels