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 f4054dd  CLOUDSTACK-10013: Fixes based on code review
    omit 2e30734  CLOUDSTACK-9595: Fix another regression introduced in #1762
    omit da2278c  CLOUDSTACK-10001: Fix incorrect total host memory in responses
    omit 22d3989  CLOUDSTACK-10013: Add systemvm 4.11 migration in 4.10->4.11 
upgrade path
    omit f18a38d  CLOUDSTACK-10194: Use packer for building systemvmtemplates
    omit 4ff4083  CLOUDSTACK-10193: Use other64Linux for systemvms on VMware
    omit ed6b6be  CLOUDSTACK-10013: Fix VMware related issues and fix misc tests
    omit a6f3a72  CLOUDSTACK-9953: Resize root disk for VMware when full clone 
is enabled
    omit 9e6738b  CLOUDSTACK-9501: route is not available by default on CentOS7 
(#1637)
    omit f991a37  CLOUDSTACK-10187: Don't delete vifs for VPCs with source nat
    omit 1cbe636  CLOUDSTACK-10193: Fix smoke tests failures with new 
systemvmtemplate
    omit 4143012  CLOUDSTACK-10013: SystemVM codebase refactorings and 
improvements
    omit 066479a  CLOUDSTACK-10013: Make the generated VR/json files unique 
(ports #1470)
    omit c94c3c0  CLOUDSTACK-10010: Port marvin test from #2190 by @swill
    omit 7a7eaa6  CLOUDSTACK-10013: Fix ipsec VPN configuration
    omit a8982f2  CLOUDSTACK-10013: SystemVM.iso refactoring and cleanups
    omit 752c127  CLOUDSTACK-10129: UX improvements and event timeline
    omit 204ea6a  CLOUDSTACK-9348: Improve Nio SSH handshake buffers
    omit 23f49f8  CLOUDSTACK-7853: Fix ping timeout edge case and refactor code
    omit 56d6945  CLOUDSTACK-10013: Debian9 SystemVM appliance improvements
    omit cbb2a7b  CLOUDSTACK-10013: Make Debian9 systemvmtemplates work with 
systemd
    omit d8ad222  CLOUDSTACK-10013: Migrate systemvmtemplate to Debian9
     add c12e138  CLOUDSTACK-10127: For OVS to work use dev/nic id based on mac 
address for KVM (#2304)
     add bb7d206  Merge branch '4.9' into 4.10
     add a7b233c  Merge branch '4.10'
     new 78bb741  CLOUDSTACK-10013: Migrate systemvmtemplate to Debian9
     new 2aa70ee  CLOUDSTACK-10013: Make Debian9 systemvmtemplates work with 
systemd
     new bb96564  CLOUDSTACK-10013: Debian9 SystemVM appliance improvements
     new 893f2af  CLOUDSTACK-7853: Fix ping timeout edge case and refactor code
     new d0005d8  CLOUDSTACK-9348: Improve Nio SSH handshake buffers
     new 0102e85  CLOUDSTACK-10129: UX improvements and event timeline
     new 9aa7d4e  CLOUDSTACK-10013: SystemVM.iso refactoring and cleanups
     new 8c53574  CLOUDSTACK-10013: Fix ipsec VPN configuration
     new d943eb9  CLOUDSTACK-10010: Port marvin test from #2190 by @swill
     new 551e11c  CLOUDSTACK-10013: Make the generated VR/json files unique 
(ports #1470)
     new 85aee8d  CLOUDSTACK-10013: SystemVM codebase refactorings and 
improvements
     new facc594  CLOUDSTACK-10193: Fix smoke tests failures with new 
systemvmtemplate
     new 6fc389a  CLOUDSTACK-10187: Don't delete vifs for VPCs with source nat
     new 6ab46b3  CLOUDSTACK-9501: route is not available by default on CentOS7 
(#1637)
     new ce33032  CLOUDSTACK-9953: Resize root disk for VMware when full clone 
is enabled
     new 15b11a3  CLOUDSTACK-10013: Fix VMware related issues and fix misc tests
     new 60a216b  CLOUDSTACK-10193: Use other64Linux for systemvms on VMware
     new 3839239  CLOUDSTACK-10194: Use packer for building systemvmtemplates
     new 0b43cd9  CLOUDSTACK-10013: Add systemvm 4.11 migration in 4.10->4.11 
upgrade path
     new 68b3b44  CLOUDSTACK-10001: Fix incorrect total host memory in responses
     new 4338e0f  CLOUDSTACK-9595: Fix another regression introduced in #1762
     new 1e6d3b4  CLOUDSTACK-10013: Fixes based on code review and test failures

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   (f4054dd)
            \
             N -- N -- N   refs/heads/debian9-systemvmtemplate (1e6d3b4)

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:
 .../com/cloud/vm/VirtualMachineManagerImpl.java    |  32 ++-
 .../kvm/resource/LibvirtComputingResource.java     |  15 +-
 ...> LibvirtNetworkElementCommandWrapperTest.java} | 216 +++++++++++----------
 scripts/util/keystore-cert-import                  |   4 +-
 scripts/util/keystore-setup                        |   4 +-
 .../com/cloud/network/IpAddressManagerImpl.java    |   2 +-
 systemvm/agent/scripts/config_ssl.sh               |  83 +-------
 systemvm/debian/opt/cloud/bin/cs/CsDhcp.py         |  10 +-
 systemvm/debian/opt/cloud/bin/cs/CsFile.py         |   3 +-
 test/integration/smoke/test_deploy_vm_iso.py       |   3 +-
 test/integration/smoke/test_password_server.py     |   8 +-
 test/integration/smoke/test_vpc_redundant.py       |  11 +-
 test/integration/smoke/test_vpc_vpn.py             |   2 +-
 .../appliance/systemvmtemplate/scripts/cleanup.sh  |   1 +
 14 files changed, 164 insertions(+), 230 deletions(-)
 copy 
plugins/hypervisors/kvm/test/com/cloud/hypervisor/kvm/resource/wrapper/{LibvirtReplugNicCommandWrapperTest.java
 => LibvirtNetworkElementCommandWrapperTest.java} (61%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@cloudstack.apache.org" <commits@cloudstack.apache.org>'].

Reply via email to