Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fix alarms in scaling groups

...

  • To clone the base virtual machine, Abiquo will do the following steps
    • Create disks using the following:
      • Copies of content of disks from the VM template
      • Empty disks or volumes for each additional disk used in the VM
      • Disk controllers used in the VM
    • Apply ALL configuration used in the VM, for example:
      • CPU and RAM
      • Network connections of the type (e.g. private network)
      • Assign firewall policies and attach to load balancers
      • Chef recipes, backups, cloud-init, variables, and so on
      • Metrics. The group of metrics from clone machines and the base machine (if it is deployed) can activate alarms in the base machine
    • Exception:
      • Alarms for a scaling group are only configured in the base machine

Does the state of the base virtual machine make a difference

If the base virtual machine is not deployed, Abiquo will not deploy it. In order to add another virtual machine, Abiquo will clone the base machine and deploy the clone. If the base machine is deployed, Abiquo will count it as one of the active machines in the scaling group. As part of a scale in operation, Abiquo will delete clone machines but it will only undeploy the base machine. Note that if the base machine were deleted directly on the hypervisor, this would destroy the scaling group, whereas if the base machine is undeployed, the scaling group is not vulnerable to interference at the hypervisor level. 

How do I prepare for autoscaling

...