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

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


    from 2c11171  Fix 'endpointe.url' global settings configuration typo (#5832)
     add 0f1cd60  add logging to deployment planners (#5859)
     add 5adf608  mvn: upgrade to xerces 2.12.2 (#5944)
     add 5db6b86  [issue-5946] upgrade to xstream 1.4.19 (#5947)
     add 81b49b8  ui: fix select networks for template nic (#5933)
     add 6c9f0c1  Fix #3448 quota calculation for monthly tariffs (#5517)
     add eeaad0b  [issue-5939] upgrade commons-compress to 1.21 (#5942)
     add af58284  server,config: respect storage.max.volume.size and make it 
dynamic (#5857)
     add da56a2a  maven: migrate short-term to reload4j v1.2.18 (#5878)
     new 208ae84  Merge branch '4.16' into main

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:
 .../java/com/cloud/storage/VolumeApiService.java   |   2 +
 .../java/org/apache/cloudstack/api/BaseCmd.java    |   2 +-
 .../service/VolumeOrchestrationService.java        |   7 +
 .../cloud/entity/api/VMEntityManagerImpl.java      |   2 +-
 .../engine/orchestration/VolumeOrchestrator.java   |  23 +--
 framework/managed-context/pom.xml                  |   6 +-
 .../apache/cloudstack/quota/QuotaManagerImpl.java  |  33 ++-
 .../cloudstack/quota/QuotaManagerImplTest.java     |   8 +-
 .../affinity/ExplicitDedicationProcessor.java      |   6 +
 plugins/alert-handlers/snmp-alerts/pom.xml         |   4 +-
 plugins/alert-handlers/syslog-alerts/pom.xml       |   4 +-
 .../cloud/deploy/ImplicitDedicationPlanner.java    |   2 +-
 plugins/hypervisors/ovm3/pom.xml                   |   4 +-
 plugins/integrations/kubernetes-service/pom.xml    |   6 +-
 plugins/network-elements/juniper-contrail/pom.xml  |   6 +
 plugins/user-authenticators/ldap/pom.xml           |   4 +
 pom.xml                                            |  20 +-
 .../main/java/com/cloud/configuration/Config.java  |  18 +-
 .../configuration/ConfigurationManagerImpl.java    |  18 +-
 .../deploy/DeploymentPlanningManagerImpl.java      |  19 +-
 .../com/cloud/storage/VolumeApiServiceImpl.java    |  20 +-
 .../main/java/com/cloud/vm/UserVmManagerImpl.java  |  33 +--
 .../java/com/cloud/vm/UserVmManagerImplTest.java   |  23 ++-
 services/console-proxy/server/pom.xml              |   4 +-
 services/secondary-storage/server/pom.xml          |   4 +-
 test/pom.xml                                       |   4 +-
 ui/public/locales/en.json                          |   3 +-
 .../view/InstanceNicsNetworkSelectListView.vue     | 149 ++++++++++++++
 ui/src/components/view/NicNetworkSelectForm.vue    | 228 +++++++++++++++++++++
 ui/src/views/compute/DeployVM.vue                  |  62 +++---
 ui/src/views/offering/AddComputeOffering.vue       |   2 +-
 utils/pom.xml                                      |   8 +-
 32 files changed, 583 insertions(+), 151 deletions(-)
 create mode 100644 ui/src/components/view/InstanceNicsNetworkSelectListView.vue
 create mode 100644 ui/src/components/view/NicNetworkSelectForm.vue

Reply via email to