You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by ar...@apache.org on 2011/10/03 18:39:19 UTC

svn commit: r1178447 - /incubator/vcl/trunk/managementnode/bin/install_perl_libs.pl

Author: arkurth
Date: Mon Oct  3 16:39:19 2011
New Revision: 1178447

URL: http://svn.apache.org/viewvc?rev=1178447&view=rev
Log:
VCL-503
Added line to install Net::SSH::Expect in install_perl_libs.pl. This module will allow all of the SSH calls to be wrapped in an expect statement. This module provides a timeout option. Using it will also decrease load times because a single SSH connection needs to be established and can be reused throughout the reservation process.

Added line to install Net::Netmask in install_perl_libs.pl. This module calculates subnets and IP address ranges. It will be used by new firewall code to collapse duplicate firewall entries.

Modified:
    incubator/vcl/trunk/managementnode/bin/install_perl_libs.pl

Modified: incubator/vcl/trunk/managementnode/bin/install_perl_libs.pl
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/bin/install_perl_libs.pl?rev=1178447&r1=1178446&r2=1178447&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/bin/install_perl_libs.pl (original)
+++ incubator/vcl/trunk/managementnode/bin/install_perl_libs.pl Mon Oct  3 16:39:19 2011
@@ -143,6 +143,8 @@ sub install_linux_packages {
 		'perl-Digest-SHA1',
 		'perl-MailTools',
 		'perl-Net-Jabber',
+		'perl-Net-Netmask',
+		'perl-Net-SSH-Expect',
 		'perl-RPC-XML',
 		'perl-YAML',
 		'xmlsec1-openssl',