Versions Compared

Key

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

Abiquo 5.0 introduces support for Availability Sets in Azure to enable users to separate workloads in order to create cloud applications with high availability. All of the VMs in an availability set must be in the same Azure Virtual Network, which means they must be in the same Abiquo virtual datacenter. 

To assign a group of VMs to an Azure load balancer, you must create them in the same availability set.

This feature has two new privileges:

  • Manage availability sets
  • Assign availability set to VM

Users can create Availability sets for use in virtual datacenters. The name of an availability set must be unique in a tenant's location To display the availability sets in a region, select All virtual datacenters and the region, then go to Network → Availability sets

Image Added

Users can create availability sets at this level and later assign them to specific virtual datacenters.

To display the availabilty sets in a virtual datacenter, select the virtual datacenter and go to Network → Availability sets.

When you create an availability set, enter a Name that is unique in your location (public cloud region) because the availability set is created in Azure at the level of the cloud location (allowed public cloud region).Image Removed.

Image Added

Azure documentation (see reference below) explains fault domains and update domain attributes as follows:

An update domain is a group of VMs and underlying physical hardware that can be rebooted at the same time.

VMs in the same fault domain share common storage as well as a common power source and network switch. After a user creates an Availaiblity set, they can select it when they are create a VM, as for private cloud layers.

The VMs within an Availabilty set must be in the same Azure Virtual Network, which means they must be in the same Abiquo virtual datacenter. 

Image Removed

Before they deploy the When you create a VM, you can select an Availability set. This is similar to the VM layers feature in private cloud.
Image Added

Before a user deploys a VM, to change the Availability availability set, the user can edit the VM and select another availability set.

If the user does not deploy the VM before the VDC is synchronized, the platform will remove the VM from the Availability set during the synchronization process.

...

For more information about Azure Availability sets, see , see Azure documentation, for example, https://docs.microsoft.com/en-us/azure/virtual-machines/windows/tutorial-availability-sets.

...