You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by we...@apache.org on 2022/08/25 08:31:05 UTC

[cloudstack] branch 4.18-vm-autoscaling updated (609703d8e2 -> 2e20f69977)

This is an automated email from the ASF dual-hosted git repository.

weizhou pushed a change to branch 4.18-vm-autoscaling
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


    from 609703d8e2 AS plugin: support xcpserver
     add 5452b1cfbc AS: consider multiple public ips in vmware plugin
     add 07a75bac8a AS test: add unit test for vmware plugin
     add 99b5696e93 AS marvin test: verify vm count
     add f3cf538ed1 AS server: expunge vm after destroy
     add a6b85fd181 Revert "AS server: expunge vm after destroy"
     add b069de57bf AS DB: Update autoscale_vmgroups so records will not be removed when LB rule is removed
     add 7bd7672149 AS server: use _userVmMgr.expunge instead of destroyvm
     add 2e20f69977 AS marvin test: verify vm profiles of new vms

No new revisions were added by this update.

Summary of changes:
 .../resources/META-INF/db/schema-41710to41800.sql  |   4 +
 .../hypervisor/vmware/resource/VmwareResource.java |  17 ++-
 .../vmware/resource/VmwareResourceTest.java        |  99 +++++++++++++++++
 .../com/cloud/network/as/AutoScaleManagerImpl.java |  14 +--
 test/integration/smoke/test_vm_autoscaling.py      | 122 ++++++++++++++++++++-
 5 files changed, 240 insertions(+), 16 deletions(-)