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

shwstppr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


    from eab37eca437 Change L2 network offering form to not require a compute 
offering (#10389)
     add bdae23ed536 Fix listing disk offerings for newly created VMs that 
haven't yet been started (#10476)
     add 9b8c862f9f6 removing the usage of volumeFreeze StorPool API call 
(#8575)
     add b92fd17ef15 UI: Add change host password (#10337)
     add 3aabedd4473 UI: Proper explanation for the global setting to avoid 
ambiguity (#10042)
     add f0179855f54 add use of virsh domifaddr to get VM external DHCP IP 
(#10376)
     add f50de8981af cloudstack-setup-databases: fix mode and group of key file 
(#10466)
     add 217e5344461 linstor: improve integration-tests (#10439)
     add a9fbc6b0563 UI: Filter accounts by domain while creating templates - 
from Volume / Snapshot (#10455)
     add a89607da659 UI: List host OOBM details when enabled and configured 
(#10472)
     add b41acf28d4c UI: Show Host OOBM parameter in form if configured (#10484)
     add 48ed5e24175 Merge branch '4.19' into 4.20
     add 5cbe3da703c Remove isMirrored hardcoded parameter value from execution 
of createDiskOffering API through UI (#10474)
     add a6b1403ca6c Merge branch '4.20' of 
https://github.com/apache/cloudstack into 4.20
     add 7f4e6a9d51d NAS B&R Plugin enhancements (#9666)
     add 80b5d5c0298 ui: do not cache config.json and locale files (#10497)
     add a841ed949fc Refactor alert email generation method (#8831)
     add cdf19b552ca lint: fix test_linstor_volumes.py (#10502)
     add 35a7438033a test: fix failure in 
test_06_purge_expunged_vm_background_task (#10501)
     new 1c1dad977e5 Merge remote-tracking branch 'apache/4.20'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../user/backup/DeleteBackupScheduleCmd.java       |  14 +-
 .../api/response/BackupRepositoryResponse.java     |  12 -
 .../apache/cloudstack/backup/BackupManager.java    |   5 +-
 .../com/cloud/agent/manager/AgentManagerImpl.java  |   2 +-
 .../com/cloud/vm/VirtualMachineManagerImpl.java    |   3 +
 packaging/el8/cloud.spec                           |   1 +
 .../cloudstack/backup/NASBackupProvider.java       |  10 +-
 .../LibvirtGetVmIpAddressCommandWrapper.java       | 167 +++++++----
 .../LibvirtRestoreBackupCommandWrapper.java        |  22 +-
 .../LibvirtGetVmIpAddressCommandWrapperTest.java   | 320 +++++++++++++++++++++
 .../cluster/KubernetesClusterManagerImpl.java      |  14 +
 .../KubernetesClusterDestroyWorker.java            |   4 +
 .../driver/StorPoolPrimaryDataStoreDriver.java     | 119 ++++----
 .../storage/datastore/util/StorPoolUtil.java       |   6 +
 .../storage/motion/StorPoolDataMotionStrategy.java |  15 +-
 scripts/vm/hypervisor/kvm/nasbackup.sh             |  68 ++++-
 .../java/com/cloud/alert/AlertManagerImpl.java     | 160 +++++------
 server/src/main/java/com/cloud/api/ApiDBUtils.java |   2 +-
 .../main/java/com/cloud/api/ApiResponseHelper.java |   1 -
 .../com/cloud/resource/ResourceManagerImpl.java    |   4 +-
 .../cloudstack/backup/BackupManagerImpl.java       |  58 ++--
 setup/bindir/cloud-setup-databases.in              |   2 +
 .../plugins/linstor/test_linstor_volumes.py        | 252 +++++++++++++---
 test/integration/smoke/test_purge_expunged_vms.py  |   4 +-
 ui/public/index.html                               |   2 +-
 ui/public/locales/en.json                          |   7 +
 ui/public/locales/pt_BR.json                       |   1 +
 ui/src/config/section/config.js                    |   2 +-
 ui/src/config/section/infra/hosts.js               |  20 +-
 ui/src/config/section/storage.js                   |  21 +-
 ui/src/locales/index.js                            |   2 +-
 ui/src/main.js                                     |   2 +-
 .../ChangeHostPassword.vue}                        |  60 ++--
 ui/src/views/infra/ConfigureHostOOBM.vue           | 172 +++++++++++
 ui/src/views/infra/HostEnableDisable.vue           |  12 +-
 ui/src/views/infra/HostInfo.vue                    |  46 ++-
 ui/src/views/offering/AddDiskOffering.vue          |   1 -
 ui/src/views/storage/CreateTemplate.vue            | 113 ++++----
 38 files changed, 1283 insertions(+), 443 deletions(-)
 create mode 100644 
plugins/hypervisors/kvm/src/test/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtGetVmIpAddressCommandWrapperTest.java
 copy ui/src/views/{iam/ChangeUserPassword.vue => infra/ChangeHostPassword.vue} 
(69%)
 create mode 100644 ui/src/views/infra/ConfigureHostOOBM.vue

Reply via email to