This is an automated email from the ASF dual-hosted git repository.
harikrishna pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 0e8b0b8e406 Allow counters to be created with same name, provider and
source as a deleted one (#10223)
add 309b444205a pom.xml: update jetty version (#11793)
add 4d95f08a3ab Delete template from storage pool instantly if no volume
is using it (#11782)
add 86cad79c156 importvm: fix IP address allocation on Shared networks
(#11811)
add 6f931dbd005 agent: increase timeout for host arch retrieval (#11254)
(#11822)
add 43278710362 Routed: fix create network exception when auto-allocation
is disabled (#11624)
add b82369c2415 systemvm: fix duplicated "en_US.UTF-8 UTF-8" in
/etc/locale.gen (#11823)
add eee43e534fa cloudutils: fix warning, error during kvm agent
installation (#11318)
add c8d44d92a76 api,server: fix entity access
add 03a4b9f4fd3 server,utils: improve js interpretation functionality
new 8b9f5fd8f96 Merge branch '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:
agent/src/main/java/com/cloud/agent/Agent.java | 2 +-
.../java/com/cloud/server/ManagementService.java | 13 +-
.../java/com/cloud/server/ResourceManagerUtil.java | 1 +
.../java/com/cloud/template/TemplateManager.java | 9 ++
.../engine/orchestration/NetworkOrchestrator.java | 20 ++-
.../orchestration/NetworkOrchestratorTest.java | 2 +-
.../com/cloud/storage/dao/VMTemplatePoolDao.java | 2 +
.../cloud/storage/dao/VMTemplatePoolDaoImpl.java | 10 ++
.../storage/datastore/db/PrimaryDataStoreDao.java | 1 +
.../datastore/db/PrimaryDataStoreDaoImpl.java | 14 ++
.../apache/cloudstack/quota/QuotaManagerImpl.java | 4 +-
.../cloudstack/quota/QuotaManagerImplTest.java | 5 +-
.../api/response/QuotaResponseBuilderImpl.java | 19 ++-
.../org/apache/cloudstack/quota/QuotaService.java | 12 +-
.../apache/cloudstack/quota/QuotaServiceImpl.java | 9 ++
.../cloudstack/metrics/MetricsServiceImpl.java | 76 ++++++++-
.../cloudstack/metrics/MetricsServiceImplTest.java | 163 ++++++++++++++++----
pom.xml | 2 +-
python/lib/cloudutils/configFileOps.py | 8 +-
python/lib/cloudutils/networkConfig.py | 13 +-
python/lib/cloudutils/utilities.py | 2 +-
.../java/com/cloud/api/query/QueryManagerImpl.java | 2 +-
.../cloud/network/vpc/NetworkACLServiceImpl.java | 3 +
.../com/cloud/resource/ResourceManagerImpl.java | 10 +-
.../com/cloud/server/ManagementServerImpl.java | 22 ++-
.../java/com/cloud/storage/StorageManagerImpl.java | 9 ++
.../com/cloud/tags/ResourceManagerUtilImpl.java | 11 ++
.../cloud/template/HypervisorTemplateAdapter.java | 11 +-
.../com/cloud/template/TemplateManagerImpl.java | 55 +++++--
.../cloudstack/network/RoutedIpv4ManagerImpl.java | 42 +++--
.../cloudstack/vm/UnmanagedVMsManagerImpl.java | 9 +-
.../network/RoutedIpv4ManagerImplTest.java | 4 +-
.../systemvmtemplate/scripts/configure_locale.sh | 4 +-
.../utils/jsinterpreter/JsInterpreter.java | 169 ++++++++++++++-------
.../utils/jsinterpreter/TagAsRuleHelper.java | 7 +-
.../utils/jsinterpreter/JsInterpreterTest.java | 81 ++++++----
36 files changed, 623 insertions(+), 203 deletions(-)