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.
omit d4ad866 refactor files, remove old cruft
omit ff94807 remove old dead code/files
omit f449c77 remove inserv, rearrange pkgs
omit 233fb70 wip- make redundant routers work again
omit 487c362 CLOUDSTACK-10129: UX improvements and event timeline
omit a0eacb9 CLOUDSTACK-10013: Debian9 SystemVM appliance improvements
omit e268035 CLOUDSTACK-10013: Make Debian9 systemvmtemplates work with
systemd
omit fbb6c18 CLOUDSTACK-10013: Migrate systemvmtemplate to Debian9
add 1421a6e add XenServer base 7.1 and 7.2 capabilities to database
add e2aee99 Revert "add XenServer base 7.1 and 7.2 capabilities to
database"
add 919d298 CLOUDSTACK-9586: Adding local storage test (#2342)
new e61e4ca CLOUDSTACK-10013: Migrate systemvmtemplate to Debian9
new dfb9a67d CLOUDSTACK-10013: Make Debian9 systemvmtemplates work with
systemd
new dd9e782 CLOUDSTACK-10013: Debian9 SystemVM appliance improvements
new 893c534 CLOUDSTACK-10129: UX improvements and event timeline
new 9037cc2 wip- make redundant routers work again
new edbf6b3 remove inserv, rearrange pkgs
new aff48ad remove old dead code/files
new 37c61ed refactor files, remove old cruft
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 (d4ad866)
\
N -- N -- N refs/heads/debian9-systemvmtemplate (37c61ed)
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 8 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/agent/conf/agent.properties | 4 +-
systemvm/agent/conf/consoleproxy.properties | 4 +-
systemvm/agent/css/ajaxviewer.css | 74 ++--
systemvm/agent/css/logger.css | 21 +-
systemvm/agent/js/ajaxviewer.js | 395 ++++++++++-----------
systemvm/agent/js/cloud.logger.js | 135 ++++---
systemvm/agent/js/handler.js | 4 +-
systemvm/agent/js/jquery.flot.navigate.js | 58 +--
systemvm/agent/scripts/_run.sh | 4 +-
systemvm/agent/scripts/config_auth.sh | 10 +-
systemvm/agent/scripts/config_ssl.sh | 12 +-
systemvm/agent/scripts/consoleproxy.sh | 4 +-
systemvm/agent/scripts/ipfirewall.sh | 5 +-
systemvm/agent/scripts/run-proxy.sh | 10 +-
systemvm/agent/scripts/run.sh | 4 +-
systemvm/agent/scripts/secstorage.sh | 4 +-
systemvm/agent/scripts/ssvm-check.sh | 10 +-
systemvm/agent/ui/viewer-bad-sid.ftl | 4 +-
systemvm/agent/ui/viewer-connect-failed.ftl | 4 +-
systemvm/agent/ui/viewer-update.ftl | 3 +-
systemvm/agent/ui/viewer.ftl | 28 +-
systemvm/patches/debian/etc/apache2/vhost.template | 1 -
systemvm/patches/debian/etc/cloud-nic.rules | 1 -
systemvm/patches/debian/etc/dnsmasq.conf.tmpl | 16 +-
systemvm/patches/debian/etc/haproxy/haproxy.cfg | 6 +-
.../patches/debian/etc/init.d/cloud-passwd-srvr | 6 +-
.../debian/etc/iptables/iptables-consoleproxy | 12 +-
.../patches/debian/etc/iptables/iptables-dhcpsrvr | 2 +-
.../patches/debian/etc/iptables/iptables-elbvm | 3 +-
.../patches/debian/etc/iptables/iptables-ilbvm | 3 +-
.../patches/debian/etc/iptables/iptables-router | 2 +-
.../debian/etc/iptables/iptables-secstorage | 12 +-
.../patches/debian/etc/iptables/iptables-vpcrouter | 2 +-
.../patches/debian/etc/iptables/rt_tables_init | 2 +-
systemvm/patches/debian/etc/iptables/rules | 3 +-
systemvm/patches/debian/etc/logrotate.conf | 1 -
systemvm/patches/debian/etc/logrotate.d/dnsmasq | 1 -
systemvm/patches/debian/etc/logrotate.d/ppp | 1 -
systemvm/patches/debian/etc/profile.d/cloud.sh | 2 +-
systemvm/patches/debian/etc/ssh/sshd_config | 8 +-
systemvm/patches/debian/etc/sysctl.conf | 2 +-
systemvm/patches/debian/etc/vpcdnsmasq.conf | 22 +-
.../patches/debian/opt/cloud/bin/baremetal-vr.py | 322 ++++++++---------
.../patches/debian/opt/cloud/bin/baremetal_snat.sh | 3 +-
systemvm/patches/debian/opt/cloud/bin/cloud-nic.sh | 2 +-
.../patches/debian/opt/cloud/bin/cs/CsAddress.py | 1 -
systemvm/patches/debian/opt/cloud/bin/cs_dhcp.py | 1 -
systemvm/patches/debian/opt/cloud/bin/edithosts.sh | 2 +-
systemvm/patches/debian/opt/cloud/bin/ilb.sh | 34 +-
systemvm/patches/debian/opt/cloud/bin/ipassoc.sh | 43 ++-
.../patches/debian/opt/cloud/bin/loadbalancer.sh | 80 ++---
.../debian/opt/cloud/bin/monitor_service.sh | 1 -
systemvm/patches/debian/opt/cloud/bin/netusage.sh | 23 +-
.../patches/debian/opt/cloud/bin/prepare_pxe.sh | 6 +-
systemvm/patches/debian/opt/cloud/bin/vpc_func.sh | 2 +-
.../patches/debian/opt/cloud/bin/vpc_netusage.sh | 26 +-
.../debian/opt/cloud/bin/vpc_staticroute.sh | 5 +-
systemvm/patches/debian/opt/cloud/templates/README | 2 +-
.../opt/cloud/templates/check_heartbeat.sh.templ | 2 +-
.../opt/cloud/templates/conntrackd.conf.templ | 34 +-
.../patches/debian/opt/cloud/testdata/acl0001.json | 66 ++--
systemvm/patches/debian/opt/cloud/testdata/test.sh | 1 -
systemvm/patches/debian/root/clearUsageRules.sh | 2 +-
systemvm/patches/debian/root/monitorServices.py | 7 -
systemvm/patches/debian/root/reconfigLB.sh | 1 -
.../patches/debian/var/www/html/latest/.htaccess | 1 -
systemvm/patches/vpn/opt/cloud/bin/vpn_l2tp.sh | 8 +-
test/integration/component/test_secsr_mount.py | 191 ++++++++++
68 files changed, 963 insertions(+), 808 deletions(-)
create mode 100644 test/integration/component/test_secsr_mount.py
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].