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

pearl11594 pushed a change to branch nsx-integration
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


    from 937b34b200d update response and add license
     add 47b6f0fd056 Fix tungsten unit test (#7904)
     add c683de4a55b kvm: fix unit test LibvirtReplugNicCommandWrapperTest 
(#7908)
     add 2e1c2821a82 UI: Add central project store and watch functionality 
(#7900)
     add a0702279aae server Don't allow inadvertent deletion of hidden details 
via API (#7880)
     add 8ad1009ad2d ui: fix notification list reordering intermittently (#7609)
     add 3c38ed7a656 server: allow user to list available IPs on shared 
networks (#7898)
     add 3b05797344c Merge remote-tracking branch 'origin/4.18'
     add e964395bd45 vmware: improve solidfire storage plugin integration and 
fix cases (#3) (#7761)
     add f5a1f4130d5 server: fix global setting 
system.vm.public.ip.reservation.mode.strictness is not really dynamic (#7909)
     add 8dc5fdd067d server: fix cannot get systemvm ips in dedicated ranges 
(#7144)
     add b19db10ea68 server: try with all supported hypervisors (ordered, no 
duplications) when deploy a virtual router (#7877)
     add 6f7725ab353 ui: Fix refresh and re-route behaviour (#7846)
     add 93bd5b7a692 ui: speed up compute instance listing (#7911)
     add 24ae5aa5fad Merge branch '4.18'
     add 57d4d0d94a7 UI: Infer template settings in the deploy VM wizard (#7867)
     add f563c165cb3 Merge release branch 4.18 to main
     new b37a9f7ee82 Merge branch 'main' of 
https://github.com/apache/cloudstack into nsx-integration
     new bedfe44482f Add support to create and delete nsx tier-1 gateway

The 2 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/network/IpAddressManager.java   |   4 +
 .../engine/orchestration/VolumeOrchestrator.java   |   4 +-
 .../com/cloud/network/element/NsxProviderVO.java   |  14 +-
 .../resources/META-INF/db/schema-41810to41900.sql  |   1 +
 .../LibvirtReplugNicCommandWrapperTest.java        |   6 +
 .../vmware/manager/VmwareStorageManagerImpl.java   |  30 ++-
 .../hypervisor/vmware/resource/VmwareResource.java |   5 +
 .../storage/resource/VmwareStorageProcessor.java   |  12 +-
 .../manager/VmwareStorageManagerImplTest.java      |  11 +
 .../agent/api/DeleteNsxTier1GatewayCommand.java    |   8 +
 .../api/response/NsxControllerResponse.java        |   6 +-
 .../apache/cloudstack/resource/NsxResource.java    |  73 +++++-
 .../cloudstack/service/NsxControllerUtils.java     |   4 +-
 .../org/apache/cloudstack/service/NsxElement.java  | 105 +++++++-
 .../cloudstack/service/NsxProviderServiceImpl.java |  22 +-
 .../apache/cloudstack/service/NsxServiceImpl.java  |   8 +
 .../ListTungstenFabricAddressGroupCmdTest.java     |   1 +
 .../driver/SolidFirePrimaryDataStoreDriver.java    |  30 ++-
 .../main/java/com/cloud/api/ApiResponseHelper.java |   2 +-
 .../configuration/ConfigurationManagerImpl.java    |   8 +-
 .../com/cloud/network/IpAddressManagerImpl.java    | 272 +++++++++++----------
 .../cloud/network/router/NetworkHelperImpl.java    |  38 ++-
 .../com/cloud/server/ManagementServerImpl.java     |  16 +-
 .../main/java/com/cloud/vm/UserVmManagerImpl.java  |  25 +-
 .../java/com/cloud/vm/UserVmManagerImplTest.java   |  29 ++-
 test/integration/component/test_update_vm.py       | 124 ++++++++--
 test/integration/smoke/test_public_ip_range.py     |   3 +-
 ui/public/locales/en.json                          |   1 +
 ui/src/components/header/HeaderNotice.vue          |   2 +-
 ui/src/components/header/ProjectMenu.vue           |  14 +-
 ui/src/config/section/compute.js                   |   4 +-
 ui/src/store/getters.js                            |   1 +
 ui/src/store/modules/app.js                        |  13 +-
 ui/src/store/modules/user.js                       |   6 +-
 ui/src/store/mutation-types.js                     |   1 +
 ui/src/utils/plugins.js                            |   9 +-
 ui/src/utils/request.js                            |   8 +-
 ui/src/views/AutogenView.vue                       |  30 ++-
 ui/src/views/compute/DeployVM.vue                  |  16 +-
 ui/src/views/infra/network/IpRangesTabPublic.vue   |   6 +-
 ui/src/views/infra/network/ServiceProvidersTab.vue |  28 +++
 .../vmware/mo/HostDatastoreSystemMO.java           |  17 +-
 .../cloud/hypervisor/vmware/util/VmwareHelper.java |   1 +
 43 files changed, 763 insertions(+), 255 deletions(-)
 create mode 100644 
plugins/network-elements/nsx/src/main/java/org/apache/cloudstack/agent/api/DeleteNsxTier1GatewayCommand.java

Reply via email to