This is an automated email from the ASF dual-hosted git repository.
DaanHoogland pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 5ed4894e97b storage: Add config keys for controlling public/private
template secondary storage replica counts (#12877)
add 8e933b735e2 ui: do not show deploy instance button for not ready
images (#13161)
add e689c02b689 UI: Allow selecting network for VNF nics if template is a
non deploy-as-is template (#13423)
add aef91ae3240 Add OpenTelemetry tracing instrumentation to API layer
(#13132)
add 95d0aed9f5e Additional metrics for virtual machine orchestration
(#13141)
add 6227525c842 Optimize UsageJobDaoImpl.updateJobSuccess to use direct
UPDATE instead of row-level lock (#13160)
add 288f9a9fd73 framework/spring: throw RuntimeException when fail to
start or load a module (#13186)
add f49ab6b394d API rule regex optimization (#13109)
add 99e34dd443c [20.3] resource allocation
add 2671026f90c [20.3] resource instance limits
add 171ff3260da [20.3] Implement/fix limit validation for projects
add c9e644af74a [20.3] resource allocation vpc
add d8bdc8b3b89 Check resource reservation on volume creation
add ae177a16556 Fix: KVM Direct Download URL injection
add d75140b6579 [20.3] handle user's canned policy when a bucket is deleted
add 9a4f3415507 Check resource reservation on volume snapshot creation
add b07831b56c1 Implement/fix limit validation for secondary storage
add 822696c4181 Fix resource limit reservation and check during
StartVirtualMachine
add ca7b08acceb secondary storage resource limit for download
add ced36291e7a volume download fix
add 021a18dd983 secondary storage resource limit for upload
add c522e963a7a Consider infinite resources when calculating secondary
storage limit for upload operations
add 2377dc5e63f [20.3] Address limit checks for VM, CPU, memory, volume,
and primary storage
add 08bb37a566e Cleanup imported VM from disk on failure due to volume
allocation + prevent duplicate volume and primary storage increment on import
add 928dc7dfc0a Fix failing tests
add 3f4f574e5c9 Address public IP limit validations
add a09835b1f4c review comments
add 4a691f43df6 fix identation
add f6cad87586f Fix copy snapshot resource limit
add ce52b9dae0c Merge branch '4.20' into 20.3.0-sec
add 639ceeea619 Fix snapshot copy resource limit concurrency
add d5101b0c905 Merge branch '4.20' into 4.22
new fb5e24fa086 Merge branch '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:
.../src/main/java/com/cloud/usage/dao/UsageJobDaoImpl.java | 8 +-------
.../spring/lifecycle/CloudStackExtendedLifeCycle.java | 3 ++-
.../spring/module/model/impl/DefaultModuleDefinitionSet.java | 12 ++++--------
pom.xml | 12 ++++++++++++
server/pom.xml | 8 ++++++++
server/src/main/java/com/cloud/api/ApiServer.java | 8 ++++++++
server/src/main/java/com/cloud/server/StatsCollector.java | 12 +++++++++++-
tools/docker/supervisord.conf | 1 +
ui/src/components/view/ImageDeployInstanceButton.vue | 5 +++--
ui/src/views/compute/wizard/VnfNicsSelection.vue | 2 +-
10 files changed, 51 insertions(+), 20 deletions(-)