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

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


    omit b8575f747f7 DO NOT MERGE
     add 82f113b1e1a ui: refactor config update/reset notification (#9639)
     add b11897cdfa8 Add logs to `LibvirtComputingResource`'s metrics 
collection process (#8511)
     add f156c4e0a5a Refactor type and range validation in configuration update 
process (#9107)
     add f8d8a9c7b38 NSX Integration fixes (#8906)
     add 03f79a7f649 DO NOT MERGE

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b8575f747f7)
            \
             N -- N -- N   refs/heads/healthcheck-main (03f79a7f649)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../java/com/cloud/network/nsx/NsxService.java     |  10 +
 .../java/com/cloud/network/vpc/VpcManager.java     |   5 +-
 .../engine/orchestration/NetworkOrchestrator.java  |   2 +-
 .../resourcedetail/FirewallRuleDetailVO.java       |   4 +
 .../cloudstack/affinity/HostAffinityProcessor.java |   8 +-
 .../affinity/HostAntiAffinityProcessor.java        |   8 +-
 .../kvm/resource/LibvirtComputingResource.java     | 264 ++++++++++++-------
 .../kvm/resource/LibvirtExtendedVmStatsEntry.java  |  32 ++-
 .../kvm/resource/LibvirtComputingResourceTest.java | 246 +++++++++++------
 .../KubernetesClusterActionWorker.java             |   2 +-
 ...ernetesClusterResourceModifierActionWorker.java |  65 +++--
 .../KubernetesClusterStartWorker.java              |   2 +
 .../main/java/org/apache/cloudstack/NsxAnswer.java |  10 +
 .../apache/cloudstack/resource/NsxResource.java    |  28 +-
 .../apache/cloudstack/service/NsxApiClient.java    | 106 +++++---
 .../org/apache/cloudstack/service/NsxElement.java  | 125 ++++++---
 .../apache/cloudstack/service/NsxServiceImpl.java  |  24 +-
 .../cloudstack/utils/NsxControllerUtils.java       |   3 +
 .../cloudstack/service/NsxApiClientTest.java       |  15 ++
 .../apache/cloudstack/service/NsxElementTest.java  |   4 +
 .../configuration/ConfigurationManagerImpl.java    | 261 +++++++++---------
 .../java/com/cloud/network/NetworkServiceImpl.java |   2 +-
 .../cloud/network/router/VpcNetworkHelperImpl.java |   1 +
 .../java/com/cloud/network/vpc/VpcManagerImpl.java |  33 ++-
 .../deployment/VpcRouterDeploymentDefinition.java  |   6 +-
 .../ConfigurationManagerImplTest.java              | 293 ++++++++++++++++++---
 .../VpcRouterDeploymentDefinitionTest.java         |   2 +-
 ui/src/components/view/ListView.vue                |  12 +-
 ui/src/components/view/SettingsTab.vue             |  22 +-
 ui/src/utils/plugins.js                            |   7 +
 ui/src/views/network/CreateSharedNetworkForm.vue   |  11 +-
 ui/src/views/setting/ConfigurationValue.vue        |  12 +-
 32 files changed, 1110 insertions(+), 515 deletions(-)
 copy 
server/src/main/java/org/apache/cloudstack/storage/heuristics/presetvariables/GenericHeuristicPresetVariable.java
 => 
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtExtendedVmStatsEntry.java
 (59%)

Reply via email to