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

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


    from 83f705ddc58 Static Routes with nexthop non-functional for private 
gateways (#12859)
     add 89df3181648 [20.3] resource allocation
     add 4dd91feb277 [20.3] resource instance limits
     add 1593944553f [20.3] Implement/fix limit validation for projects
     add 7faa1b650b9 [20.3] resource allocation vpc
     add b025e85fc57 Check resource reservation on volume creation
     add 0edd577f4bb Fix: KVM Direct Download URL injection
     add 3b987f21afb [20.3] handle user's canned policy when a bucket is deleted
     add e0ef3a69472 Check resource reservation on volume snapshot creation
     add 06ee2fea76d Implement/fix limit validation for secondary storage
     add 4bcd509193f Fix resource limit reservation and check during 
StartVirtualMachine
     add 03dfe4d1f3e secondary storage resource limit for download
     add d0f67301579 volume download fix
     add 81a8ac8e1ff secondary storage resource limit for upload
     add 360b64ce1e3 Consider infinite resources when calculating secondary 
storage limit for upload operations
     add 0a4b4c6af05 [20.3] Address limit checks for VM, CPU, memory, volume, 
and primary storage
     add 497266270b9 Cleanup imported VM from disk on failure due to volume 
allocation + prevent duplicate volume and primary storage increment on import
     add e8f8aca694f Fix failing tests
     add dc7068a1351 Address public IP limit validations
     add 23b19a9776d review comments
     add 61afb4cb782 fix identation
     add 7cdcf571fac Fix xcpng test failures (#12812)
     add b497f58022c Fix K8s scaling and deletion issue if firewall rule is for 
ALL ports (#12806)
     add c19630f0a4f Fix snapshot copy resource limit concurrency
     add 4b7370a6017 upgrade: skip the upgrade paths which are not needed 
(#12881)
     add b22dbbe2d7a Fix Revert Instance to Snapshot with custom service 
offering (#12885)
     add 2416db2a443 Fix NPE on external/unmanaged instance import using custom 
offerings (#12884)
     add d38c1f8d125 Fix error message while creating local storage pool 
(#12767)
     add e2497cfc4df backport: default system vm template update implementation 
(#12935)
     add 6f1aa96b4cd engine/schema: fix new systemvm template is not registered 
during upgrade if hypervisor is not KVM (#12952)
     add c8599040b47 Updating pom.xml version numbers for release 4.20.3.0
     add 8eb162cb996 Updating pom.xml version numbers for release 
4.20.4.0-SNAPSHOT
     add c6936889f5c server: prevent adding vm compute details when not 
applicable (#12637)
     add 1fc4cb90bff Routed VR: accept packets from related and established 
connections (#12986)
     new 13a2c7793c2 Merge branch '4.20' into 4.22

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:
 .../engine/orchestration/NetworkOrchestrator.java  | 465 +++++++------
 .../cloud/upgrade/DatabaseVersionHierarchy.java    |   5 +-
 .../upgrade/SystemVmTemplateRegistration.java      |  10 +-
 .../com/cloud/upgrade/dao/Upgrade42020to42030.java |   4 -
 .../resources/META-INF/db/schema-42000to42010.sql  |   2 +-
 .../cloud/upgrade/DatabaseUpgradeCheckerTest.java  |  20 +
 .../upgrade/SystemVmTemplateRegistrationTest.java  |   2 +-
 plugins/hypervisors/baremetal/pom.xml              | 102 +--
 ...ernetesClusterResourceModifierActionWorker.java |   2 +-
 .../KubernetesClusterScaleWorker.java              |   8 +-
 .../java/com/cloud/network/NetworkServiceImpl.java |  28 +-
 .../java/com/cloud/network/vpc/VpcManagerImpl.java |  34 +-
 .../com/cloud/projects/ProjectManagerImpl.java     | 119 ++--
 .../cloud/storage/ImageStoreUploadMonitorImpl.java |   2 +-
 .../java/com/cloud/storage/StorageManagerImpl.java |  18 +-
 .../com/cloud/storage/VolumeApiServiceImpl.java    |  24 +-
 .../cloud/storage/download/DownloadListener.java   |   4 +-
 .../storage/snapshot/SnapshotManagerImpl.java      |  22 +-
 .../com/cloud/template/TemplateManagerImpl.java    |  21 +-
 .../main/java/com/cloud/vm/UserVmManagerImpl.java  | 163 ++---
 .../cloud/vm/snapshot/VMSnapshotManagerImpl.java   |  54 +-
 .../volume/VolumeImportUnmanageManagerImpl.java    |  20 +-
 .../cloudstack/vm/UnmanagedVMsManagerImpl.java     | 243 ++++---
 .../java/com/cloud/hypervisor/KVMGuruTest.java     |  50 +-
 .../com/cloud/network/vpc/VpcManagerImplTest.java  |   1 +
 .../cloud/template/TemplateManagerImplTest.java    |   2 +-
 .../java/com/cloud/vm/UserVmManagerImplTest.java   | 135 +++-
 .../cloud/vm/snapshot/VMSnapshotManagerTest.java   |  50 +-
 .../cloudstack/vm/UnmanagedVMsManagerImplTest.java | 150 +++-
 systemvm/debian/opt/cloud/bin/cs/CsNetfilter.py    |   2 +
 .../test_redundant_router_deployment_planning.py   | 770 +++++++++++----------
 test/integration/smoke/test_public_ip_range.py     |  68 +-
 32 files changed, 1510 insertions(+), 1090 deletions(-)

Reply via email to