This is an automated email from the ASF dual-hosted git repository.
jfthomps pushed a change to branch VCL-1114_misc_small_web_updates
in repository https://gitbox.apache.org/repos/asf/vcl.git.
from 80705e8 VCL-1120 - image conversion from vmdk to qcow2 always done
twice
new 48065f2 VCL-1114 - miscellaneous small web updates
new dc88432 VCL-1114 - miscellaneous small web updates
new 5cd049b VCL-1114 - miscellaneous small web updates
add a242e23 updated database to hold configuration. updated front end
code to add checkbox to ADDomain Edit page to save this setting to database
add 2ecb20f added managementnode code to use database hostnames if
configured in database
add 5d84193 use shorter name for database field as it was causing issue
with managementnode code
add ec5078b updated database with shorter name
add 101b535 Merge branch 'develop' into
VCL-1116_use_database_hostnames_for_ad_joined_computers
add e17dae7 VCL-1106 - make PHP code compatible with PHP 7
add df80209 Merge branch 'develop' into
VCL-1116_use_database_hostnames_for_ad_joined_computers
add 0589919 VCL-1116 - use database hostnames for ad joined computers
add bc4956a vcl-install.sh: updated ARCHIVEURLPATH and SIGPATH for RCs to
use https vcl-upgrade.sh: updated SIGPATH for production code and
ARCHIVEURLPATH and SIGPATH for RCs to use https
add 358dffb Merge branch 'develop' of
https://gitbox.apache.org/repos/asf/vcl into develop
add 0ee8921 Merge branch 'develop' of github.com:apache/vcl into develop
new 9fc8291 Merge branch 'develop' into VCL-1114_misc_small_web_updates
add 2a711bb Windows.pm: modified reboot: corrected comment about setting
sshd service startup mode; added debug notify for successful setting of sshd
service to manual
add 9912242 VCL-1084 - set cache mode for libvirt VMs
add 3e1bfe5 VCL-1084 - set cache mode for libvirt VMs
add 3f0921b cleaning up vcl.sql removed double spaces that weren't at the
beginning of the line changed case in the following tables to match the rest of
the file: -changelog -computer -connectlog -connectmethod -cryptkey
-cryptsecret -imagerevision -imagerevisioninfo -loginlog -nathost -natlog
-oneclick -openstackcomputermap -OS -semaphore -sublog
add d6e9b0b update-vcl.sql: -modified addomain table definition, changing
name from varchar(30) to varchar(512) and username from varchar(64) to
varchar(80) -added alter table for addomain.name and addomain.username to match
above -added ALTER TABLE to change image.maxinitialtime from smallint(5) to
mediumint(8) -added ALTER TABLE to change resourcegroup.name from varchar(50)
to varchar(60)
add e3af2ec Merge pull request #11 from jfthomps/develop
new bb4412b Merge branch 'develop' into VCL-1114_misc_small_web_updates
new 51cc883 VCL-1114 - miscellaneous small web updates
add 60a8741 VCL-1116 - use database hostnames for ad joined computers
add 0975664 vcl-install.sh and vcl-upgrade.sh: updated VCL_VERSION from
2.5 to 2.5.1; changed all occurances of "sha1" to "sha512"
add f0ff97a upgraded version number within each file from 2.5 to 2.5.1
new c2177f7 Merge branch 'develop' into VCL-1114_misc_small_web_updates
new b624b1a VCL-1114 - miscellaneous small web updates
add 8d3fa9a updated locale translation files for php and javascript
add 1e98853 install_perl_libs.pl: -added to @LINUX_PACKAGES
-perl-Frontier-RPC -perl-Frontier-RPC-Client -perl-LWP-Protocol-https
-perl-Mo -perl-Object-InsideOut -perl-Scalar-List-Utils -perl-Expect
-added to @PERL_MODULES -Crypt::CBC -IO::String -Text::CSV_XS -removed
from @PERL_MODULES -DBI -Mail::Mailer -RPC::XML -Term::ANSIColor
-Time::HiRes -URI -YAML
add 7d6bfb5 CHANGELOG: added section for 2.5.1 including all JIRA issues
tagged with 2.5.1
add 5f6cc5b vclmessages.pl: added license header
new e989c81 Merge branch 'develop' into VCL-1114_misc_small_web_updates
new 3ee379b VCL-1114 - miscellaneous small web updates
add 4724fdb VCL-1116 - use database hostnames for ad joined computers
add dc1b56f Merge branch
'VCL-1116_use_database_hostnames_for_ad_joined_computers' into develop
new e72e849 Merge branch 'develop' into VCL-1114_misc_small_web_updates
new 67cbad6 VCL-1114 - miscellaneous small web updates
add 39d199f Ubuntu.pm: commented out get_network_configuration so that
base version of function in Linux.pm will be used instead; the output of
ifconfig changed in Ubuntu 18 such that the base function worked better for
older and newer versions of Ubuntu
add 003aef7 VCL-1120 - image conversion from vmdk to qcow2 always done
twice
add 655566b libvirt.pm: modified power_off: added check for "SIGKILL:
Device or resource busy" in output of virsh destroy command - we've experienced
times when a domain was considered busy but could be destroyed a few seconds
later, this waits 30 seconds and tries again
add 94426df Windows.pm: modified disable_automatic_updates: added
"AUOptions"=dword:00000001 to registry key that gets set; we encountered times
when it seemed a VM was doing automatic updates and this is a different option
to disable automatic updates
add 728c285 Ubuntu.pm: fixed comment added in last commit
add 0b75ab2 vcl-install.sh: reverting one change from 0975664e7 where
sha1sum should not have been changed to sha512sum in set_localauth_password
when setting the local passwords
add d9fe39d VCL-1084 - set cache mode for libvirt VMs
add 2154aa0 VCL-1106 - make PHP code compatible with PHP 7
new 80d9db4 Merge branch 'develop' into VCL-1114_misc_small_web_updates
The 13 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:
CHANGELOG | 50 ++++
INSTALLATION | 41 +--
README | 25 +-
RELEASE_NOTES | 31 +-
UPGRADE | 86 +++---
managementnode/bin/health_check.pl | 2 +-
managementnode/bin/install_perl_libs.pl | 17 +-
managementnode/bin/monitor_vcld.pl | 2 +-
managementnode/bin/upgrade_database.pl | 2 +-
managementnode/bin/vcld | 2 +-
managementnode/bin/vclmessages.pl | 16 +
managementnode/lib/VCL/DataStructure.pm | 3 +-
managementnode/lib/VCL/Module.pm | 2 +-
managementnode/lib/VCL/Module/OS.pm | 2 +-
managementnode/lib/VCL/Module/OS/Linux.pm | 2 +-
managementnode/lib/VCL/Module/OS/Linux/ESXi.pm | 2 +-
.../lib/VCL/Module/OS/Linux/ManagementNode.pm | 2 +-
managementnode/lib/VCL/Module/OS/Linux/Ubuntu.pm | 4 +-
managementnode/lib/VCL/Module/OS/Linux/UnixLab.pm | 2 +-
managementnode/lib/VCL/Module/OS/Linux/firewall.pm | 2 +-
.../lib/VCL/Module/OS/Linux/firewall/firewalld.pm | 2 +-
.../lib/VCL/Module/OS/Linux/firewall/iptables.pm | 2 +-
.../lib/VCL/Module/OS/Linux/firewall/ufw.pm | 2 +-
managementnode/lib/VCL/Module/OS/Linux/init.pm | 2 +-
.../lib/VCL/Module/OS/Linux/init/SysV.pm | 2 +-
.../lib/VCL/Module/OS/Linux/init/Upstart.pm | 2 +-
.../lib/VCL/Module/OS/Linux/init/systemd.pm | 2 +-
managementnode/lib/VCL/Module/OS/OSX.pm | 2 +-
managementnode/lib/VCL/Module/OS/Windows.pm | 34 ++-
.../lib/VCL/Module/OS/Windows/Version_10/10.pm | 2 +-
.../lib/VCL/Module/OS/Windows/Version_10/2016.pm | 2 +-
.../lib/VCL/Module/OS/Windows/Version_5.pm | 2 +-
.../lib/VCL/Module/OS/Windows/Version_5/2003.pm | 2 +-
.../lib/VCL/Module/OS/Windows/Version_5/XP.pm | 2 +-
.../lib/VCL/Module/OS/Windows/Version_6.pm | 2 +-
.../lib/VCL/Module/OS/Windows/Version_6/2008.pm | 2 +-
.../lib/VCL/Module/OS/Windows/Version_6/2012.pm | 2 +-
.../lib/VCL/Module/OS/Windows/Version_6/7.pm | 2 +-
.../lib/VCL/Module/OS/Windows/Version_6/8.pm | 2 +-
.../lib/VCL/Module/OS/Windows/Version_6/Vista.pm | 2 +-
managementnode/lib/VCL/Module/Predictive.pm | 2 +-
.../lib/VCL/Module/Predictive/Level_0.pm | 2 +-
.../lib/VCL/Module/Predictive/Level_1.pm | 2 +-
.../lib/VCL/Module/Predictive/Level_2.pm | 2 +-
managementnode/lib/VCL/Module/Provisioning.pm | 2 +-
managementnode/lib/VCL/Module/Provisioning/Lab.pm | 2 +-
.../lib/VCL/Module/Provisioning/VMware/VIM_SSH.pm | 2 +-
.../lib/VCL/Module/Provisioning/VMware/VMware.pm | 2 +-
.../VCL/Module/Provisioning/VMware/vSphere_SDK.pm | 2 +-
.../VCL/Module/Provisioning/VMware/vmware_cmd.pm | 2 +-
.../lib/VCL/Module/Provisioning/docker.pm | 2 +-
.../lib/VCL/Module/Provisioning/libvirt.pm | 52 +++-
.../lib/VCL/Module/Provisioning/libvirt/KVM.pm | 14 +-
managementnode/lib/VCL/Module/Provisioning/one.pm | 2 +-
.../lib/VCL/Module/Provisioning/openstack.pm | 2 +-
managementnode/lib/VCL/Module/Provisioning/vbox.pm | 2 +-
managementnode/lib/VCL/Module/Provisioning/xCAT.pm | 2 +-
managementnode/lib/VCL/Module/Semaphore.pm | 2 +-
managementnode/lib/VCL/Module/State.pm | 2 +-
managementnode/lib/VCL/blockrequest.pm | 2 +-
managementnode/lib/VCL/healthcheck.pm | 2 +-
managementnode/lib/VCL/image.pm | 2 +-
managementnode/lib/VCL/inuse.pm | 2 +-
managementnode/lib/VCL/makeproduction.pm | 2 +-
managementnode/lib/VCL/new.pm | 2 +-
managementnode/lib/VCL/reclaim.pm | 2 +-
managementnode/lib/VCL/reserved.pm | 2 +-
managementnode/lib/VCL/utils.pm | 2 +-
mysql/update-vcl.sql | 18 +-
mysql/vcl.sql | 287 +++++++++---------
vcl-install.sh | 22 +-
vcl-upgrade.sh | 24 +-
web/.ht-inc/addomain.php | 22 +-
web/.ht-inc/authmethods/ldapauth.php | 2 +-
web/.ht-inc/blockallocations.php | 66 +++--
web/.ht-inc/computer.php | 33 ++-
web/.ht-inc/conf-default.php | 6 +-
web/.ht-inc/dashboard.php | 47 ++-
web/.ht-inc/doxyfile.xmlrpc | 54 ----
web/.ht-inc/help.php | 97 ++++++-
web/.ht-inc/image.php | 20 +-
web/.ht-inc/privileges.php | 37 ++-
web/.ht-inc/requests.php | 74 ++++-
web/.ht-inc/resource.php | 5 +
web/.ht-inc/serverprofiles.php | 39 ---
web/.ht-inc/siteconfig.php | 2 +-
web/.ht-inc/states.php | 10 +-
web/.ht-inc/statistics.php | 11 +-
web/.ht-inc/utils.php | 150 ++++------
web/.ht-inc/vm.php | 19 +-
web/.ht-inc/xmlrpcWrappers.php | 62 ++--
web/index.php | 18 +-
web/js/code.js | 2 +-
web/js/dashboard.js | 3 +
web/js/nls/es_CR/messages.js | 7 +-
web/js/nls/es_MX/messages.js | 7 +-
web/js/nls/fr_CA/messages.js | 7 +-
web/js/nls/messages.js.template | 7 +-
web/js/nls/pt_PT/messages.js | 7 +-
web/js/requests.js | 8 +-
web/js/resources/addomain.js | 25 +-
web/js/resources/computer.js | 32 +-
web/js/resources/image.js | 7 +
web/js/vm.js | 16 +-
web/locale/es_CR/LC_MESSAGES/vcl.mo | Bin 134931 -> 134926 bytes
web/locale/es_MX/LC_MESSAGES/vcl.mo | Bin 37087 -> 37095 bytes
web/locale/fr_CA/LC_MESSAGES/vcl.mo | Bin 96713 -> 96708 bytes
web/locale/ja_JP/LC_MESSAGES/vcl.mo | Bin 67604 -> 67606 bytes
web/locale/po_files/es_CR/vcl.po | 303 ++++++++++++++++++-
web/locale/po_files/es_MX/vcl.po | 305 +++++++++++++++++++-
web/locale/po_files/fr_CA/vcl.po | 303 ++++++++++++++++++-
web/locale/po_files/ja_JP/vcl.po | 2 +-
web/locale/po_files/pt_PT/vcl.po | 321 ++++++++++++++++++++-
web/locale/po_files/vcl.po.template | 302 ++++++++++++++++++-
web/locale/po_files/zh_CN/vcl.po | 2 +-
web/locale/pt_PT/LC_MESSAGES/vcl.mo | Bin 94991 -> 94993 bytes
web/locale/zh_CN/LC_MESSAGES/vcl.mo | Bin 31914 -> 31916 bytes
117 files changed, 2561 insertions(+), 715 deletions(-)