This is an automated email from the ASF dual-hosted git repository.
bhaisaab pushed a change to branch debian9-systemvmtemplate
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.
from 8bb33cb Use sha512 sum, use distro provided packages
new 383857f misc fixes changes
new 332c791 disable services by default
new 4ae34cb use log4j xml don't patch via cloud-early-config
new 8e44acd major scripts refactoring, make cloud-early-config small
The 4 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:
systemvm/conf/log4j-cloud.xml | 95 +-
.../debian/config/etc/init.d/cloud-early-config | 1484 ++------------------
systemvm/patches/debian/config/etc/rc.local | 3 +-
systemvm/patches/debian/config/etc/sysctl.conf | 1 -
.../debian/config/opt/cloud/bin/setup/common.sh | 833 +++++++++++
.../cloud/bin/setup/consoleproxy.sh} | 38 +-
.../debian/config/opt/cloud/bin/setup/default.sh | 14 +-
.../debian/config/opt/cloud/bin/setup/dhcpsrvr.sh | 60 +
.../reconfigLB.sh => opt/cloud/bin/setup/elbvm.sh} | 36 +-
.../debian/config/opt/cloud/bin/setup/ilbvm.sh | 35 +-
.../opt/cloud/bin/{ => setup}/patchsystemvm.sh | 22 +-
.../debian/config/opt/cloud/bin/setup/router.sh | 111 ++
.../config/opt/cloud/bin/setup/secstorage.sh | 74 +
.../debian/config/opt/cloud/bin/setup/vpcrouter.sh | 125 ++
systemvm/scripts/_run.sh | 22 +-
systemvm/systemvm-descriptor.xml | 6 +-
.../definitions/systemvmtemplate/cleanup.sh | 9 +
.../configure_systemvm_services.sh | 5 +
.../systemvmtemplate/install_systemvm_packages.sh | 2 +-
19 files changed, 1445 insertions(+), 1530 deletions(-)
create mode 100755 systemvm/patches/debian/config/opt/cloud/bin/setup/common.sh
copy systemvm/patches/debian/config/{root/reconfigLB.sh =>
opt/cloud/bin/setup/consoleproxy.sh} (53%)
copy
tools/appliance/definitions/systemvmtemplate/configure_persistent_config.sh =>
systemvm/patches/debian/config/opt/cloud/bin/setup/default.sh (79%)
mode change 100644 => 100755
create mode 100755
systemvm/patches/debian/config/opt/cloud/bin/setup/dhcpsrvr.sh
copy systemvm/patches/debian/config/{root/reconfigLB.sh =>
opt/cloud/bin/setup/elbvm.sh} (55%)
copy tools/appliance/definitions/systemvmtemplate/configure_acpid.sh =>
systemvm/patches/debian/config/opt/cloud/bin/setup/ilbvm.sh (59%)
mode change 100644 => 100755
rename systemvm/patches/debian/config/opt/cloud/bin/{ =>
setup}/patchsystemvm.sh (95%)
create mode 100755 systemvm/patches/debian/config/opt/cloud/bin/setup/router.sh
create mode 100755
systemvm/patches/debian/config/opt/cloud/bin/setup/secstorage.sh
create mode 100755
systemvm/patches/debian/config/opt/cloud/bin/setup/vpcrouter.sh
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].