This is an automated email from the ASF dual-hosted git repository.
rohit pushed a change to branch 4.12
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.
from 29918e2 Merge release branch 4.11 to 4.12
add 0929866 server: ssh-keygen in PEM format and reduce main systemvm
patching script (#3333)
new d77e69a Merge remote-tracking branch 'origin/4.11' into 4.12
The 1 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:
.travis.yml | 46 ++++---
.../kvm/resource/LibvirtComputingResource.java | 2 +-
.../wrapper/LibvirtStartCommandWrapper.java | 11 +-
.../com/cloud/server/ConfigurationServerImpl.java | 29 ++--
.../bin/setup/{cloud-early-config => bootstrap.sh} | 114 ++++++----------
.../debian/opt/cloud/bin/setup/cloud-early-config | 147 ++-------------------
.../debian/opt/cloud/bin/setup/patchsystemvm.sh | 63 ---------
systemvm/debian/opt/cloud/bin/setup/router.sh | 4 +-
systemvm/debian/opt/cloud/bin/setup/vpcrouter.sh | 6 +-
.../scripts/install_systemvm_packages.sh | 1 +
10 files changed, 104 insertions(+), 319 deletions(-)
copy systemvm/debian/opt/cloud/bin/setup/{cloud-early-config => bootstrap.sh}
(68%)
delete mode 100755 systemvm/debian/opt/cloud/bin/setup/patchsystemvm.sh