Versions Compared

Key

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

...

Platform server

Description

Server

The Abiquo Server contains the API and the UI. And it contains the business logic and it manages all the private datacenters and public cloud regions. It also handles and stores all of the information and events created in the cloud environment, using the database on the Datanode server or, in a test environment, on this server. The API and UI components may be separate, or installed together, on a server or cluster.

Remote Services

The Remote Services server performs operations requested by the Abiquo Server on the infrastructure, such as deploying a VM, or duplicating a VM template. Each private datacenter has one Remote Services server and public cloud regions can share Remote Services with private cloud datacenters.

For example, when a cloud user creates a volume in public cloud, Abiquo communicates with the discovery manager, which communicates with the API of the public cloud provider to create the volume.

V2V Services

The V2V (Virtual to Virtual conversion) services server has one of the remote services (BPM) but you will usually install it on a separate server for performance reasons.

The process runs when users download VM templates, create VM instances, or when they upload new templates, to convert them to hypervisor formats.

Datanode

The central Datanode server contains the Abiquo database and services, such as RabbitMQ for queues, Redis for datacenter subscriptions, and Zookeeper (for API load balancing). These components may also be installed on the Abiquo Server a server or a cluster, and in a test environment they are usually on the Abiquo Server.

Monitoring

The Monitoring Server contains the Abiquo Watchtower monitoring services (Emmett, Delorean, KairosDB and Cassandra) for the platform. You can deploy monitoring as a standalone service or as a cluster (for large environments).

...

  1. Monolithic with all the components on a single appliance, for test environments.

  2. Distributed scalable with each component on its own appliance

  3. Distributed HA cluster with multiple load balanced API/UI nodes, datanodes, and monitoring nodes.

...

...

Test installations

For proof of concept and other testing, you can use a Monolithic environment that has all of the Abiquo components on the same appliance. A test environment can also include a monitoring appliance as in a production installation.

...