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 7709d34 Fix travis due to L2 PR merge, and changes to test_network.py
omit 913f49e Misc fixes to allow upload template/iso tests to work
omit 9a104cf CLOUDSTACK-9595: Fix regression introduced in #1762
omit 131386c CLOUDSTACK-10001: Fix incorrect total host memory in responses
omit 3606cb4 CLOUDSTACK-10013: Add systemvm 4.11 migration in 4.10->4.11
upgrade path
omit 562ab07 CLOUDSTACK-10194: Use packer for building systemvmtemplates
omit 712b8e7 CLOUDSTACK-10193: Use other64Linux for systemvms on VMware
omit b7b7964 CLOUDSTACK-10013: Fix VMware related issues and fix misc tests
omit 54a5cf0 CLOUDSTACK-9953: Resize root disk for VMware when full clone
is enabled
omit 4df18a3 CLOUDSTACK-9501: route is not available by default on CentOS7
(#1637)
omit 8cf74e8 CLOUDSTACK-10187: Don't delete vifs for VPCs with source nat
omit 84a0fa7 CLOUDSTACK-10193: Fix smoke tests failures with new
systemvmtemplate
omit 219f0b3b CLOUDSTACK-10181: Skip rVR test cases for VMware until
supported
omit 51e2195 CLOUDSTACK-10013: SystemVM codebase refactorings and
improvements
omit b9dc9fa CLOUDSTACK-10013: Make the generated VR/json files unique
(ports #1470)
omit ed4ddab CLOUDSTACK-10010: Port marvin test from #2190 by @swill
omit ac649c6 CLOUDSTACK-10013: Fix ipsec VPN configuration
omit 8d3a80f CLOUDSTACK-10013: SystemVM.iso refactoring and cleanups
omit a14e920 CLOUDSTACK-10129: UX improvements and event timeline
omit 5097ad6 CLOUDSTACK-9348: Improve Nio SSH handshake buffers
omit 5070e6a CLOUDSTACK-7853: Fix ping timeout edge case and refactor code
omit 633bf8f CLOUDSTACK-10013: Debian9 SystemVM appliance improvements
omit 69ea1f0 CLOUDSTACK-10013: Make Debian9 systemvmtemplates work with
systemd
omit 20c3a6c CLOUDSTACK-10013: Migrate systemvmtemplate to Debian9
add 044636c README: Happy Holidays, may the cloud be with you in 2018!
(#2371)
add 80a6961 CLOUDSTACK-10168: VR duplicate entries in /etc/hosts when
reusing VM name (#2366)
add 0e3ddb2 CLOUDSTACK-9595: Fix regression introduced in #1762 (#2370)
add 12f526b CLOUDSTACK-10200: Fix ACL_INBOUND/OUTBOUND rules for
PrivateGateway (#2367)
new 8cd9f5a CLOUDSTACK-10013: Migrate systemvmtemplate to Debian9
new 499d7a2 CLOUDSTACK-10013: Make Debian9 systemvmtemplates work with
systemd
new 90b614f CLOUDSTACK-10013: Debian9 SystemVM appliance improvements
new 9cf186c CLOUDSTACK-7853: Fix ping timeout edge case and refactor code
new f1a7353 CLOUDSTACK-9348: Improve Nio SSH handshake buffers
new 4a10f7a CLOUDSTACK-10129: UX improvements and event timeline
new c78d349 CLOUDSTACK-10013: SystemVM.iso refactoring and cleanups
new bd39ec6 CLOUDSTACK-10013: Fix ipsec VPN configuration
new 915042a CLOUDSTACK-10010: Port marvin test from #2190 by @swill
new 326df21 CLOUDSTACK-10013: Make the generated VR/json files unique
(ports #1470)
new 150d2bb CLOUDSTACK-10013: SystemVM codebase refactorings and
improvements
new 3e39631 CLOUDSTACK-10181: Skip rVR test cases for VMware until
supported
new 30a69c1 CLOUDSTACK-10193: Fix smoke tests failures with new
systemvmtemplate
new f7691e6 CLOUDSTACK-10187: Don't delete vifs for VPCs with source nat
new dc9c1a6 CLOUDSTACK-9501: route is not available by default on CentOS7
(#1637)
new 92cdf93 CLOUDSTACK-9953: Resize root disk for VMware when full clone
is enabled
new 3ca2fa9 CLOUDSTACK-10013: Fix VMware related issues and fix misc tests
new c3ddce4 CLOUDSTACK-10193: Use other64Linux for systemvms on VMware
new 1081c68 CLOUDSTACK-10194: Use packer for building systemvmtemplates
new 53139aa CLOUDSTACK-10013: Add systemvm 4.11 migration in 4.10->4.11
upgrade path
new 3ebd22d CLOUDSTACK-10001: Fix incorrect total host memory in responses
new 2ea6d5c Misc fixes to allow upload template/iso tests to work
new a032e22 Fix travis due to L2 PR merge, and changes to test_network.py
new efe1824 Fixes based on @marcaurele 's code review
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 (7709d34)
\
N -- N -- N refs/heads/debian9-systemvmtemplate (efe1824)
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 24 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:
LICENSE | 59 --------------
README.md | 2 +-
api/src/com/cloud/offering/ServiceOffering.java | 2 +-
.../virtualnetwork/model/VmDhcpConfig.java | 26 +++---
.../src/com/cloud/upgrade/dao/Upgrade218to22.java | 10 +--
pom.xml | 2 -
python/lib/cloudutils/utilities.py | 5 +-
.../com/cloud/network/IpAddressManagerImpl.java | 2 +-
.../src/com/cloud/network/vpc/VpcManagerImpl.java | 2 +-
.../configuration/ConfigurationManagerTest.java | 8 +-
systemvm/debian/opt/cloud/bin/configure.py | 3 +-
systemvm/debian/opt/cloud/bin/cs/CsDhcp.py | 13 +--
systemvm/debian/opt/cloud/bin/cs/CsNetfilter.py | 2 +-
systemvm/debian/opt/cloud/bin/cs_dhcp.py | 21 +++--
systemvm/debian/opt/cloud/testdata/dhcp0001.json | 2 +-
.../component/test_escalations_networks.py | 10 +--
test/systemvm/test_update_config.py | 8 +-
.../systemvmtemplate/scripts/definition.rb | 95 ----------------------
tools/whisker/descriptor.xml | 29 -------
19 files changed, 60 insertions(+), 241 deletions(-)
delete mode 100644 tools/appliance/systemvmtemplate/scripts/definition.rb
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].