Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

This document and the sub-documents present a walkthrough of the Abiquo platform to present the main aspects of the cloud platform to the cloud administrator.
The walkthrough includes instructions for the basic platform configuration tasks.
For a simple walkthrough that is designed for a test environment with some infrastructure in it already, see Abiquo quick walkthrough of private cloud.
There are also versions for public cloud
For a bare bones s tutorial where you can perform all of the basic configuration tasks, see Abiquo quick tutorial

...

Let’s get started on a guided tour of the cloud platform and try key platform tasks, from creating a datacenter to launching a VM.

Introduction

Using Abiquo, service providers and enterprises can build multicloud environments for IAASIaaS. It is a flexible platform where you can provide controlled self-service to your cloud users. The user interface is intuitive and easy-to-use. Users can To create new virtual environments by simply dragging and dropping , users can simply select templates or using application blueprints. Administrators can completely whitelabel the user interface with corporate branding at the tenant level.

All of the Abiquo functions that you can perform through the user interface are also available through a RESTful API, which means that you can integrate and automate with the platform.

...

The Infrastructure view provides the Cloud Admin with a summary view of the cloud infrastructure. The Statistics tab shows compute (CPU/Memory), storage and networking resources. The Cloud Admin can easily see display the resources allocated to cloud users (limits in black) and the used resources (red). It is possible to allocate more resources than those that actually exist, until the users need to consume the real resources.

The resources come from the multiple cloud locations (datacenters and public cloud regions) that are listed in the Infrastructure view on the left of the GUI. The Cloud Admin is able to view and administer multiple locations from the same interface (or single pane of glass). Each location is defined by the presence of For each location, Abiquo Remote Services that manage its the resources. So a “datacenter” may represent all the resources in one geographic location, or one part of a large environment that is broken down into multiple data centers. And a "public cloud region" represents resources in a public cloud provider, for example, Amazon EC2. The Abiquo datacenter or public cloud region is one level at which you can apply Abiquo control policies. Within the cloud location, the Cloud Admin can view and administer resources, such as compute, networking, and storage.

...

Expand
titleClick here to show/hide the task: Create a datacenter

Customers wish to leverage existing virtualized infrastructure. Abiquo can manage a pool of IT resources (servers, networking and storage) that are in the same physical location on the same Local Area Network (LAN).

To create a new private cloud datacenter:

  1. Go to Infrastructure view

    Image Removed
  2. Go to the Private tab, click the + add button

  3. Enter the Name of the datacenter and the Location. Click Next

    Image Removed

  4. Enter the IP address of the monolithic Abiquo server, and click Duplicate IP addresses to copy the remote service locations

  5. Click Accept to use this remote services configuration for the datacenter.

    Image Removed

A new Datacenter is created with all available resources managed by Abiquo.

Expand

titleClick here to show/hide the task: Create a public cloud region

Note: For vCloud Director, you must enter the API endpoint and the public cloud credentials in order to retrieve the public cloud regions (for example, in vCloud this is equivalent to a Provider or Org VDC).

To create a new public cloud region

  1. Go to Infrastructure → Public

  2. Click the + add button

  3. Enter the Name for the region, select the public cloud Provider and mark the checkboxes for the Region(s) you wish to use. Click Next.

    Image Removed
  4. Enter the IP address of the monolithic Abiquo server. Click Duplicate IP addresses to copy the remote service location.

    Image Removed
  5. Click Save to use this remote services configuration for the datacenter.

Abiquo creates new public cloud region(s) with all available resources managed by Abiquo. New public cloud regions are named first with the name that the user enters, and then with this name and a suffix of _1, _2, for example, AWS, AWS_1, AWS_2, and so on.

Next section: Infrastructure

...