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/09/07 08:11:06 UTC

[cloudstack] branch 4.18-vm-autoscaling updated (b69eaf3846 -> d3d6e9349f)

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 b69eaf3846 AS unit test: update AutoScaleVmGroupVmMapDaoImplTest.java
     add 34deff77be AS unit test: add LoadBalancerTOTest.java
     add 71a1222981 AS UI: apply patches for DeployVm.vue on CreateAutoScaleVmGroup.vue
     add 7a86b1b9b5 As unit test: update ApiResponseHelperTest.java v2
     add e76df16d9f Ignore opensaml dependencies (#6693)
     add 1d20fcfc6e ui: fix set reservation toggle in add public ip range (#6707)
     add f18eebf2e9 server: fix check for ipv6 range overlap (#6705)
     add b831f23f5f kvm: add libvirt host capabilities method for cpu speed retrieval (#6696)
     add 687a21c116 Merge remote-tracking branch 'apache/4.17' into main
     add d3d6e9349f Merge remote-tracking branch 'apache/main' into 4.18-vm-autoscaling

No new revisions were added by this update.

Summary of changes:
 .../com/cloud/agent/api/to/LoadBalancerTOTest.java | 176 +++++++++++++++++++++
 .../apache/cloudstack/utils/linux/KVMHostInfo.java |  68 ++++++--
 .../cloudstack/utils/linux/KVMHostInfoTest.java    |  27 +++-
 pom.xml                                            |  14 ++
 .../configuration/ConfigurationManagerImpl.java    |   2 +-
 .../java/com/cloud/api/ApiResponseHelperTest.java  |  24 +--
 ui/src/views/compute/CreateAutoScaleVmGroup.vue    |  15 +-
 ui/src/views/infra/network/IpRangesTabPublic.vue   |   7 +-
 8 files changed, 282 insertions(+), 51 deletions(-)
 create mode 100644 api/src/test/java/com/cloud/agent/api/to/LoadBalancerTOTest.java