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

rohit pushed a change to branch debian9-systemvmtemplate
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


    omit 69a57a3  CLOUDSTACK-10001: Fix incorrect total host memory in responses
    omit 3112500  CLOUDSTACK-10013: Add systemvm 4.11 migration in 4.10->4.11 
upgrade path
    omit 28e0270  CLOUDSTACK-10194: Use packer for building systemvmtemplates
    omit a9175ef  CLOUDSTACK-10193: Use other64Linux for systemvms on VMware
    omit 463bb0a  CLOUDSTACK-10013: Fix VMware related issues and fix misc tests
    omit d644774  CLOUDSTACK-9953: Resize root disk for VMware when full clone 
is enabled
    omit cd58d1b  CLOUDSTACK-9501: route is not available by default on CentOS7 
(#1637)
    omit 02d479b  CLOUDSTACK-10187: Don't delete vifs for VPCs with source nat
    omit 475da63  CLOUDSTACK-10193: Fix smoke tests failures with new 
systemvmtemplate
    omit bfc871e  CLOUDSTACK-10181: Skip rVR test cases for VMware until 
supported
    omit cea9553  CLOUDSTACK-10013: SystemVM codebase refactorings and 
improvements
    omit 427df50  CLOUDSTACK-10013: Make the generated VR/json files unique 
(ports #1470)
    omit 0e4de4b  CLOUDSTACK-10010: Port marvin test from #2190 by @swill
    omit 0b02525  CLOUDSTACK-10013: Fix ipsec VPN configuration
    omit 22f7d09  CLOUDSTACK-10013: SystemVM.iso refactoring and cleanups
    omit 406e714  CLOUDSTACK-10129: UX improvements and event timeline
    omit 6bd772f  CLOUDSTACK-9348: Improve Nio SSH handshake buffers
    omit 0560584  CLOUDSTACK-7853: Fix ping timeout edge case and refactor code
    omit 5ea7d19  CLOUDSTACK-10013: Debian9 SystemVM appliance improvements
    omit b9ffbee  CLOUDSTACK-10013: Make Debian9 systemvmtemplates work with 
systemd
    omit a9df3bd  CLOUDSTACK-10013: Migrate systemvmtemplate to Debian9
     add 8acb090  CLOUDSTACK-9880: Expansion of Management IP Range. (#2048)
     new ed39ad1  CLOUDSTACK-10013: Migrate systemvmtemplate to Debian9
     new 1da69e5  CLOUDSTACK-10013: Make Debian9 systemvmtemplates work with 
systemd
     new 32b78ac  CLOUDSTACK-10013: Debian9 SystemVM appliance improvements
     new 7034b52  CLOUDSTACK-7853: Fix ping timeout edge case and refactor code
     new 635acff  CLOUDSTACK-9348: Improve Nio SSH handshake buffers
     new 37169eb  CLOUDSTACK-10129: UX improvements and event timeline
     new f6d15de  CLOUDSTACK-10013: SystemVM.iso refactoring and cleanups
     new bafab64  CLOUDSTACK-10013: Fix ipsec VPN configuration
     new ad342eb  CLOUDSTACK-10010: Port marvin test from #2190 by @swill
     new 2cf5078  CLOUDSTACK-10013: Make the generated VR/json files unique 
(ports #1470)
     new 548ce71  CLOUDSTACK-10013: SystemVM codebase refactorings and 
improvements
     new c16b66d  CLOUDSTACK-10181: Skip rVR test cases for VMware until 
supported
     new 7ceb159  CLOUDSTACK-10193: Fix smoke tests failures with new 
systemvmtemplate
     new 30439da  CLOUDSTACK-10187: Don't delete vifs for VPCs with source nat
     new 97c1b03  CLOUDSTACK-9501: route is not available by default on CentOS7 
(#1637)
     new 4f9a5db  CLOUDSTACK-9953: Resize root disk for VMware when full clone 
is enabled
     new 8b46214  CLOUDSTACK-10013: Fix VMware related issues and fix misc tests
     new bfbdb9d  CLOUDSTACK-10193: Use other64Linux for systemvms on VMware
     new 61bc2ce  CLOUDSTACK-10194: Use packer for building systemvmtemplates
     new cf43c76  CLOUDSTACK-10013: Add systemvm 4.11 migration in 4.10->4.11 
upgrade path
     new 777caae  CLOUDSTACK-10001: Fix incorrect total host memory in responses
     new b51f4c6  CLOUDSTACK-9595: Fix regression introduced in #1762

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   (69a57a3)
            \
             N -- N -- N   refs/heads/debian9-systemvmtemplate (b51f4c6)

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.

The 22 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:
 .../cloud/configuration/ConfigurationService.java  |  15 +
 api/src/com/cloud/dc/StorageNetworkIpRange.java    |  11 +-
 api/src/com/cloud/event/EventTypes.java            |   6 +
 ...java => CreateManagementNetworkIpRangeCmd.java} | 107 +++---
 ...java => DeleteManagementNetworkIpRangeCmd.java} |  96 +++--
 .../cloudstack/api/response/PodResponse.java       |  12 +-
 .../com/cloud/dc/dao/DataCenterIpAddressDao.java   |  15 +-
 .../cloud/dc/dao/DataCenterIpAddressDaoImpl.java   |  26 ++
 server/src/com/cloud/api/ApiResponseHelper.java    |  18 +-
 .../configuration/ConfigurationManagerImpl.java    | 395 +++++++++++++++------
 .../com/cloud/network/IpAddressManagerImpl.java    |  20 +-
 .../cloud/network/StorageNetworkManagerImpl.java   |  21 +-
 .../src/com/cloud/server/ManagementServerImpl.java |  10 +-
 .../cloud/vpc/MockConfigurationManagerImpl.java    |  20 ++
 test/integration/smoke/test_vpc_vpn.py             |   1 +
 ui/l10n/en.js                                      |   2 +
 ui/scripts/system.js                               | 204 +++++++----
 17 files changed, 691 insertions(+), 288 deletions(-)
 copy 
api/src/org/apache/cloudstack/api/command/admin/network/{CreateStorageNetworkIpRangeCmd.java
 => CreateManagementNetworkIpRangeCmd.java} (56%)
 copy 
api/src/org/apache/cloudstack/api/command/admin/network/{DeleteNetworkServiceProviderCmd.java
 => DeleteManagementNetworkIpRangeCmd.java} (52%)

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to