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/30 19:12:12 UTC

[cloudstack] branch 4.18-vm-autoscaling updated (c5e13dfcfe -> 3716d7dc18)

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 c5e13dfcfe AS test: correct sleeptime after vm group/profile update in test_02
     add e7778c23a9 AS test: fix issues on vmware caused by vmware.root.disk.controller is set to ide
     add dd773c869c AS UI: add check on threshold and allow threshold=0
     add 7b0fc96729 AS server: list AS entities by projectid
     add 3f5c0a02ba AS server: fix list AS entities
     add 3716d7dc18 AS DB: update name/value of counters

No new revisions were added by this update.

Summary of changes:
 .../user/autoscale/ListAutoScalePoliciesCmd.java   |  4 +-
 .../command/user/autoscale/ListConditionsCmd.java  |  4 +-
 .../resources/META-INF/db/schema-41710to41800.sql  |  8 ++--
 .../com/cloud/network/as/AutoScaleManagerImpl.java |  9 ++--
 test/integration/smoke/test_vm_autoscaling.py      | 13 +++++
 ui/public/locales/ar.json                          |  2 +-
 ui/public/locales/ca.json                          |  2 +-
 ui/public/locales/de_DE.json                       |  2 +-
 ui/public/locales/el_GR.json                       |  2 +-
 ui/public/locales/en.json                          |  3 +-
 ui/public/locales/es.json                          |  2 +-
 ui/public/locales/fr_FR.json                       |  2 +-
 ui/public/locales/hu.json                          |  2 +-
 ui/public/locales/it_IT.json                       |  2 +-
 ui/public/locales/ja_JP.json                       |  2 +-
 ui/public/locales/ko_KR.json                       |  2 +-
 ui/public/locales/nb_NO.json                       |  2 +-
 ui/public/locales/nl_NL.json                       |  2 +-
 ui/public/locales/pl.json                          |  2 +-
 ui/public/locales/pt_BR.json                       |  2 +-
 ui/public/locales/ru_RU.json                       |  2 +-
 ui/public/locales/zh_CN.json                       |  2 +-
 ui/src/views/compute/AutoScaleDownPolicyTab.vue    | 56 +++++++++++++++++++++-
 ui/src/views/compute/AutoScaleUpPolicyTab.vue      | 56 +++++++++++++++++++++-
 ui/src/views/compute/CreateAutoScaleVmGroup.vue    |  2 +-
 ui/src/views/compute/CreateKubernetesCluster.vue   |  2 +-
 26 files changed, 156 insertions(+), 33 deletions(-)