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.
discard ab5042e CLOUDSTACK-10187: Don't delete vifs for VPCs with source nat
discard 1b5d90c fixes
discard 4d74a22 fix volume usage test case
omit 3018dc3 systemvm fixes
omit ff3de93 more fixes
omit c666485 fixes
omit 16025e8 use new get_test_templates
omit 51a2d71 systemvmtemplate enlargements
omit fea28d8 rvr fixes
omit e0c6b7c more fixes
omit eea06cd fsck on systemvm boot
omit 42e7fcd fix simulator build
omit d9a3a23 refactor tests, introduce a new get_test_template that
returns a small testing template such as macchinina etc.
omit f86ca55 using debian 9.3.0 now :)
omit 5d0fabb update per new macchinina template
omit c9f57b5 more systemvmtemplate optimizations
omit 6ac084a CLOUDSTACK-10181: Skip rVR test cases for VMware until
supported
omit d074c37 CLOUDSTACK-10013: SystemVM codebase refactorings and
improvements
omit 5aaea63 CLOUDSTACK-10013: Make the generated VR/json files unique
(ports #1470)
omit 83fdda9 CLOUDSTACK-10010: Port marvin test from #2190 by @swill
omit 16e579d CLOUDSTACK-10013: Fix ipsec VPN configuration
omit c9b7d0b CLOUDSTACK-10013: SystemVM.iso refactoring and cleanups
omit ceb0e75 CLOUDSTACK-10129: UX improvements and event timeline
omit 315cbab CLOUDSTACK-9348: Improve Nio SSH handshake buffers
omit cd64abd CLOUDSTACK-7853: Fix ping timeout edge case and refactor code
omit 3c54ce7 CLOUDSTACK-10013: Debian9 SystemVM appliance improvements
omit aaf45bb CLOUDSTACK-10013: Make Debian9 systemvmtemplates work with
systemd
omit 6edce0f CLOUDSTACK-10013: Migrate systemvmtemplate to Debian9
add be3a39e CLOUDSTACK-10177: Only pass IPv6 address to Security Group
Python script if present (#2355)
add 8c6fb0e CLOUDSTACK-10157: Wrong notification while migration (#2337)
add e5f0a68a CLOUDSTACK-10077: allow to have different VPN customer
gateway configs for same gateway IP (#2267)
add bac423f CLOUDSTACK-10184: Re-work method
QuotaResponseBuilderImpl.startOfNextDay (#2326)
add 895aee3 CLOUDSTACK-9736: Incoherent validation and error message when
you change the vm.password.length configuration parameter (#2358)
add 885f561 CLOUDSTACK-8313: Support overprovisioning for local storage
(#2356)
new a53a8dd CLOUDSTACK-10013: Migrate systemvmtemplate to Debian9
new 4411bfa CLOUDSTACK-10013: Make Debian9 systemvmtemplates work with
systemd
new dcaf5f1 CLOUDSTACK-10013: Debian9 SystemVM appliance improvements
new b41c4fa CLOUDSTACK-7853: Fix ping timeout edge case and refactor code
new 6f1c2e0 CLOUDSTACK-9348: Improve Nio SSH handshake buffers
new 132712c CLOUDSTACK-10129: UX improvements and event timeline
new 6795ec5 CLOUDSTACK-10013: SystemVM.iso refactoring and cleanups
new f494d7d CLOUDSTACK-10013: Fix ipsec VPN configuration
new fa197e1 CLOUDSTACK-10010: Port marvin test from #2190 by @swill
new 9b58f4c CLOUDSTACK-10013: Make the generated VR/json files unique
(ports #1470)
new ffe324f CLOUDSTACK-10013: SystemVM codebase refactorings and
improvements
new 4d72077 CLOUDSTACK-10181: Skip rVR test cases for VMware until
supported
new 23d59e4 more systemvmtemplate optimizations
new 51490db update per new macchinina template
new f5c1c4e using debian 9.3.0 now :)
new da16bba refactor tests, introduce a new get_test_template that
returns a small testing template such as macchinina etc.
new 821ac53 fix simulator build
new 2f1ae96 fsck on systemvm boot
new 979bb45 more fixes
new 939466d rvr fixes
new 6096177 systemvmtemplate enlargements
new c5241d3 use new get_test_templates
new 159b160 fixes
new 6c304c5 more fixes
new 8135906 systemvm fixes
new e08d2d2 fix volume usage test case
new 17285a4 fixes
new 289e1c2 CLOUDSTACK-10187: Don't delete vifs for VPCs with source nat
new 58f7fc0 rm rc.local!
new 4f4e798 process unprocessed cmd_line.json
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 (ab5042e)
\
N -- N -- N refs/heads/debian9-systemvmtemplate (4f4e798)
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 30 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:
api/src/com/cloud/storage/Storage.java | 44 ++++++-----
api/test/com/cloud/storage/StorageTest.java | 70 +++++++++++++++++
.../network/dao/Site2SiteCustomerGatewayDao.java | 2 -
.../dao/Site2SiteCustomerGatewayDaoImpl.java | 12 ---
.../api/response/QuotaResponseBuilderImpl.java | 89 +++++++++++-----------
.../api/response/QuotaResponseBuilderImplTest.java | 58 +++++++++-----
.../kvm/resource/LibvirtComputingResource.java | 4 +-
.../cloud/network/vpn/Site2SiteVpnManagerImpl.java | 9 +--
.../com/cloud/resource/ResourceManagerImpl.java | 19 +++--
.../src/com/cloud/server/ManagementServerImpl.java | 2 +-
systemvm/debian/etc/rc.local | 19 -----
systemvm/debian/opt/cloud/bin/update_config.py | 6 ++
.../smoke/test_nested_virtualization.py | 1 -
13 files changed, 198 insertions(+), 137 deletions(-)
create mode 100644 api/test/com/cloud/storage/StorageTest.java
delete mode 100755 systemvm/debian/etc/rc.local
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].