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.
discard f590e65 CLOUDSTACK-10013: Make the generated VR/json files unique
(ports #1470)
new 584e69d CLOUDSTACK-10013: Make the generated VR/json files unique
(ports #1470)
new 11031ac password server improvements and postinit reintroduction
new 32fb7e4 fix typo
new cc3113a refactor crufty configuration code
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 (f590e65)
\
N -- N -- N refs/heads/debian9-systemvmtemplate (cc3113a)
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 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:
.../kvm/resource/LibvirtComputingResource.java | 11 +-
.../patches/debian/etc/init.d/cloud-early-config | 6 +-
.../patches/debian/etc/init.d/cloud-passwd-srvr | 118 ---------------------
systemvm/patches/{vpn => debian}/etc/ipsec.conf | 0
.../patches/{vpn => debian}/etc/ipsec.d/l2tp.conf | 0
systemvm/patches/{vpn => debian}/etc/ipsec.secrets | 0
.../patches/{vpn => debian}/etc/ppp/options.xl2tpd | 0
systemvm/patches/debian/etc/rc.local | 9 --
.../systemd/system/[email protected] | 11 ++
.../etc/systemd/system/cloud-postinit.service | 13 +++
.../debian/etc/systemd/system/cloud.service | 13 +++
.../patches/{vpn => debian}/etc/xl2tpd/xl2tpd.conf | 0
systemvm/patches/debian/opt/cloud/bin/configure.py | 99 ++++++++---------
.../patches/debian/opt/cloud/bin/cs/CsAddress.py | 8 +-
systemvm/patches/debian/opt/cloud/bin/cs/CsApp.py | 14 +--
.../patches/debian/opt/cloud/bin/cs/CsRedundant.py | 5 +-
.../patches/debian/opt/cloud/bin/setup/common.sh | 6 +-
.../debian/opt/cloud/bin/setup/consoleproxy.sh | 2 +-
.../patches/debian/opt/cloud/bin/setup/dhcpsrvr.sh | 2 +-
.../patches/debian/opt/cloud/bin/setup/elbvm.sh | 2 +-
.../patches/debian/opt/cloud/bin/setup/ilbvm.sh | 2 +-
.../debian/opt/cloud/bin/setup/patchsystemvm.sh | 3 +-
.../cloud/bin/setup/{default.sh => postinit.sh} | 17 ++-
.../debian/opt/cloud/bin/setup/secstorage.sh | 2 +-
.../patches/debian/opt/cloud/bin/update_config.py | 19 ++--
.../{vpn => debian}/opt/cloud/bin/vpn_l2tp.sh | 0
systemvm/pom.xml | 3 -
.../configure_systemvm_services.sh | 36 ++-----
tools/appliance/shar_cloud_scripts.sh | 7 +-
29 files changed, 138 insertions(+), 270 deletions(-)
delete mode 100755 systemvm/patches/debian/etc/init.d/cloud-passwd-srvr
rename systemvm/patches/{vpn => debian}/etc/ipsec.conf (100%)
rename systemvm/patches/{vpn => debian}/etc/ipsec.d/l2tp.conf (100%)
rename systemvm/patches/{vpn => debian}/etc/ipsec.secrets (100%)
rename systemvm/patches/{vpn => debian}/etc/ppp/options.xl2tpd (100%)
create mode 100644
systemvm/patches/debian/etc/systemd/system/[email protected]
create mode 100644
systemvm/patches/debian/etc/systemd/system/cloud-postinit.service
create mode 100644 systemvm/patches/debian/etc/systemd/system/cloud.service
rename systemvm/patches/{vpn => debian}/etc/xl2tpd/xl2tpd.conf (100%)
copy systemvm/patches/debian/opt/cloud/bin/setup/{default.sh => postinit.sh}
(76%)
rename systemvm/patches/{vpn => debian}/opt/cloud/bin/vpn_l2tp.sh (100%)
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].