svn commit: r745658 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/vmware.pm

2009-02-18 Thread fapeeler
Author: fapeeler Date: Wed Feb 18 21:20:30 2009 New Revision: 745658 URL: http://svn.apache.org/viewvc?rev=745658view=rev Log: VCL-97 missing 21 from system call and wasn't capturing the output Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/vmware.pm Modified

svn commit: r746313 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_1.pm

2009-02-20 Thread fapeeler
Author: fapeeler Date: Fri Feb 20 18:06:29 2009 New Revision: 746313 URL: http://svn.apache.org/viewvc?rev=746313view=rev Log: VCL-99 change which of those are loaded query to determine loaded images modified to only consider a image loaded if exists two or more times Modified: incubator

svn commit: r751700 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/State.pm

2009-03-09 Thread fapeeler
Author: fapeeler Date: Mon Mar 9 15:03:34 2009 New Revision: 751700 URL: http://svn.apache.org/viewvc?rev=751700view=rev Log: VCL-100 added a conditional check to account for new distro - This is the only location on the backend that still depends on the distro name. This will be removed

svn commit: r752885 - in /incubator/vcl/trunk/managementnode/lib/VCL: inuse.pm new.pm

2009-03-12 Thread fapeeler
Author: fapeeler Date: Thu Mar 12 15:02:03 2009 New Revision: 752885 URL: http://svn.apache.org/viewvc?rev=752885view=rev Log: VCL-107 Added additional information about automated notice and instructions on how to disable email notifications. Modified: incubator/vcl/trunk/managementnode

svn commit: r757522 - in /incubator/vcl/trunk/managementnode: etc/vcl/vcld.conf lib/VCL/utils.pm

2009-03-23 Thread fapeeler
Author: fapeeler Date: Mon Mar 23 19:59:59 2009 New Revision: 757522 URL: http://svn.apache.org/viewvc?rev=757522view=rev Log: VCL-117 Left hardcoded value for the return-path sendmail -f option in the utils:mail routine created a global value that gets set in the vcld.conf file RETURNPATH

svn commit: r760019 - /incubator/vcl/KEYS

2009-03-30 Thread fapeeler
Author: fapeeler Date: Mon Mar 30 15:50:52 2009 New Revision: 760019 URL: http://svn.apache.org/viewvc?rev=760019view=rev Log: Added Aaron Peeler's (fapeeler) GPG Key Modified: incubator/vcl/KEYS Modified: incubator/vcl/KEYS URL: http://svn.apache.org/viewvc/incubator/vcl/KEYS?rev

svn commit: r766850 - /incubator/vcl/trunk/mysql/vcl.sql

2009-04-20 Thread fapeeler
Author: fapeeler Date: Mon Apr 20 20:19:08 2009 New Revision: 766850 URL: http://svn.apache.org/viewvc?rev=766850view=rev Log: VCL-1 added xCAT2.1 to module and provisioning tables Modified: incubator/vcl/trunk/mysql/vcl.sql Modified: incubator/vcl/trunk/mysql/vcl.sql URL: http

svn commit: r771912 - /incubator/vcl/trunk/managementnode/lib/VCL/utils.pm

2009-05-05 Thread fapeeler
Author: fapeeler Date: Tue May 5 16:38:37 2009 New Revision: 771912 URL: http://svn.apache.org/viewvc?rev=771912view=rev Log: VCL-6 Added two routines update_computer_lastcheck: updates the lastcheck time of a given computerid - primarily called by healthcheck update_computer_imagename

svn commit: r771936 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/vmware.pm

2009-05-05 Thread fapeeler
Author: fapeeler Date: Tue May 5 17:06:23 2009 New Revision: 771936 URL: http://svn.apache.org/viewvc?rev=771936view=rev Log: VCL-7 updated node_status routine so it can be called by tools outside of vcld - specifically healthcheck node_status: - extended to accept non-class method calls

svn commit: r772300 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/vmware.pm

2009-05-06 Thread fapeeler
Author: fapeeler Date: Wed May 6 15:20:15 2009 New Revision: 772300 URL: http://svn.apache.org/viewvc?rev=772300view=rev Log: VCL-7 changed return value for node_status to always return hash - if node was not pingable it returned a scalar value with just RELOAD - tobe consistent - removed

svn commit: r781760 - /incubator/vcl/trunk/managementnode/lib/VCL/blockrequest.pm

2009-06-04 Thread fapeeler
Author: fapeeler Date: Thu Jun 4 14:51:06 2009 New Revision: 781760 URL: http://svn.apache.org/viewvc?rev=781760view=rev Log: VCL-15 Converted to use xmlrpc calls, eliminates duplication of code on backend. moved all sql queries to sub routines in utils. Modified: incubator/vcl/trunk

svn commit: r785361 - in /incubator/vcl/trunk/managementnode/lib/VCL: DataStructure.pm utils.pm

2009-06-16 Thread fapeeler
Author: fapeeler Date: Tue Jun 16 20:05:03 2009 New Revision: 785361 URL: http://svn.apache.org/viewvc?rev=785361view=rev Log: VCL-3 Removed deptid and all references to dept table. This is an unused variable. Modified: incubator/vcl/trunk/managementnode/lib/VCL/DataStructure.pm

svn commit: r785700 - /incubator/vcl/trunk/mysql/vcl.sql

2009-06-17 Thread fapeeler
Author: fapeeler Date: Wed Jun 17 16:18:06 2009 New Revision: 785700 URL: http://svn.apache.org/viewvc?rev=785700view=rev Log: VCL-3 removed: computer.deptid image.deptid dept table curriculum table schedule.?start schedule.?end schedule.contactemail schedule.interlockid schedule.deptid app

svn commit: r790356 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT21.pm

2009-07-01 Thread fapeeler
Author: fapeeler Date: Wed Jul 1 20:09:53 2009 New Revision: 790356 URL: http://svn.apache.org/viewvc?rev=790356view=rev Log: VCL-173 copied power_* routines from xcat.pm module Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT21.pm Modified: incubator/vcl

svn commit: r796405 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux/Ubuntu.pm

2009-07-21 Thread fapeeler
Author: fapeeler Date: Tue Jul 21 17:43:05 2009 New Revision: 796405 URL: http://svn.apache.org/viewvc?rev=796405view=rev Log: VCL-187 added code to grant_access routine which enables the external ssh port Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux/Ubuntu.pm

svn commit: r796423 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux/Ubuntu.pm

2009-07-21 Thread fapeeler
Author: fapeeler Date: Tue Jul 21 18:14:16 2009 New Revision: 796423 URL: http://svn.apache.org/viewvc?rev=796423view=rev Log: VCL-187 continued improvements on the Ubuntu.pm typo in grant_access routine extended reserve routine to add $user_name to /etc/sudoers file Modified: incubator

svn commit: r796472 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux/Ubuntu.pm

2009-07-21 Thread fapeeler
Author: fapeeler Date: Tue Jul 21 18:55:15 2009 New Revision: 796472 URL: http://svn.apache.org/viewvc?rev=796472view=rev Log: VCL-187 Added check for image profile root access allowed cleaned up delete_user routine added step to remove user from sudoers ran perltidy Modified: incubator

svn commit: r801360 - /incubator/vcl/trunk/managementnode/INSTALL

2009-08-05 Thread fapeeler
Author: fapeeler Date: Wed Aug 5 18:58:10 2009 New Revision: 801360 URL: http://svn.apache.org/viewvc?rev=801360view=rev Log: added ASF 2.0 license Modified: incubator/vcl/trunk/managementnode/INSTALL Modified: incubator/vcl/trunk/managementnode/INSTALL URL: http://svn.apache.org/viewvc

svn commit: r802863 - /incubator/vcl/trunk/managementnode/tools/xcat2_postscripts/vmware1-install

2009-08-10 Thread fapeeler
Author: fapeeler Date: Mon Aug 10 17:01:01 2009 New Revision: 802863 URL: http://svn.apache.org/viewvc?rev=802863view=rev Log: VCL-199 post script for automatically installing vmware Free server Added: incubator/vcl/trunk/managementnode/tools/xcat2_postscripts/vmware1-install

svn commit: r803900 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm

2009-08-13 Thread fapeeler
Author: fapeeler Date: Thu Aug 13 14:27:36 2009 New Revision: 803900 URL: http://svn.apache.org/viewvc?rev=803900view=rev Log: VCL-185 added get_public_interface routine simply returns defined ethdevice from vcld.conf Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm

svn commit: r803918 - /incubator/vcl/trunk/managementnode/lib/VCL/utils.pm

2009-08-13 Thread fapeeler
Author: fapeeler Date: Thu Aug 13 15:03:04 2009 New Revision: 803918 URL: http://svn.apache.org/viewvc?rev=803918view=rev Log: VCL-185 missing global variable $GATEWAY for static IP address assignment Modified: incubator/vcl/trunk/managementnode/lib/VCL/utils.pm Modified: incubator/vcl

svn commit: r803921 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm

2009-08-13 Thread fapeeler
Author: fapeeler Date: Thu Aug 13 15:09:27 2009 New Revision: 803921 URL: http://svn.apache.org/viewvc?rev=803921view=rev Log: VCL-185 added routine get_public_default_gateway Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm Modified: incubator/vcl/trunk

svn commit: r805009 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm

2009-08-17 Thread fapeeler
Author: fapeeler Date: Mon Aug 17 15:22:49 2009 New Revision: 805009 URL: http://svn.apache.org/viewvc?rev=805009view=rev Log: VCL-185 left out uid in reserve routine Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm Modified: incubator/vcl/trunk/managementnode/lib

svn commit: r805010 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/vmware.pm

2009-08-17 Thread fapeeler
Author: fapeeler Date: Mon Aug 17 15:31:25 2009 New Revision: 805010 URL: http://svn.apache.org/viewvc?rev=805010view=rev Log: VCL-182 Added generic Linux OS type Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/vmware.pm Modified: incubator/vcl/trunk

svn commit: r806583 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm

2009-08-21 Thread fapeeler
Author: fapeeler Date: Fri Aug 21 15:02:00 2009 New Revision: 806583 URL: http://svn.apache.org/viewvc?rev=806583view=rev Log: VCL-204 post-load option to clear known identity keys for Linux.pm Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm Modified: incubator/vcl

svn commit: r806590 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm

2009-08-21 Thread fapeeler
Author: fapeeler Date: Fri Aug 21 15:10:41 2009 New Revision: 806590 URL: http://svn.apache.org/viewvc?rev=806590view=rev Log: VCL-204 improved - moved the logic to a seperate routine that can be called during both the capture_prepare and post_load steps Modified: incubator/vcl/trunk

svn commit: r807191 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/esx.pm

2009-08-24 Thread fapeeler
Author: fapeeler Date: Mon Aug 24 12:46:38 2009 New Revision: 807191 URL: http://svn.apache.org/viewvc?rev=807191view=rev Log: VCL-191 Added paths for vsphere 4: module checks for the installed locations, based on the known paths it sets it either to vsphere4 or the previous vmware toolkit

svn commit: r807764 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm

2009-08-25 Thread fapeeler
Author: fapeeler Date: Tue Aug 25 19:10:35 2009 New Revision: 807764 URL: http://svn.apache.org/viewvc?rev=807764view=rev Log: VCL-185 converted changepasswd to be called as a method Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm Modified: incubator/vcl/trunk

svn commit: r808460 - /incubator/vcl/trunk/managementnode/lib/VCL/healthcheck.pm

2009-08-27 Thread fapeeler
Author: fapeeler Date: Thu Aug 27 15:36:18 2009 New Revision: 808460 URL: http://svn.apache.org/viewvc?rev=808460view=rev Log: VCL-169 Added restore option to reset management node to available state. Modified: incubator/vcl/trunk/managementnode/lib/VCL/healthcheck.pm Modified: incubator

svn commit: r808969 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm

2009-08-28 Thread fapeeler
Author: fapeeler Date: Fri Aug 28 17:45:18 2009 New Revision: 808969 URL: http://svn.apache.org/viewvc?rev=808969view=rev Log: VCL-185 renamed capture_prepare to pre_capture Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm Modified: incubator/vcl/trunk

svn commit: r808983 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm

2009-08-28 Thread fapeeler
Author: fapeeler Date: Fri Aug 28 18:36:11 2009 New Revision: 808983 URL: http://svn.apache.org/viewvc?rev=808983view=rev Log: VCL-185 added logoff_user routine, user del fails if user is still logged on Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm Modified

svn commit: r812688 - in /incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning: xCAT.pm xCAT21.pm

2009-09-08 Thread fapeeler
Author: fapeeler Date: Tue Sep 8 20:44:23 2009 New Revision: 812688 URL: http://svn.apache.org/viewvc?rev=812688view=rev Log: VCL-217 extended to check for nodes in imaging mode Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT.pm incubator/vcl/trunk

svn commit: r818253 - /incubator/vcl/trunk/managementnode/tools/xcat2_postscripts/vmware1-install

2009-09-23 Thread fapeeler
Author: fapeeler Date: Wed Sep 23 20:52:55 2009 New Revision: 818253 URL: http://svn.apache.org/viewvc?rev=818253view=rev Log: added ASF license Modified: incubator/vcl/trunk/managementnode/tools/xcat2_postscripts/vmware1-install Modified: incubator/vcl/trunk/managementnode/tools

svn commit: r818255 - /incubator/vcl/trunk/managementnode/tools/xcat_postscripts/vmware1-install

2009-09-23 Thread fapeeler
Author: fapeeler Date: Wed Sep 23 20:53:51 2009 New Revision: 818255 URL: http://svn.apache.org/viewvc?rev=818255view=rev Log: Adding for xcat1.3 installs Added: incubator/vcl/trunk/managementnode/tools/xcat_postscripts/vmware1-install (with props) Added: incubator/vcl/trunk

svn commit: r818261 - /incubator/vcl/trunk/managementnode/tools/xcat_postscripts/

2009-09-23 Thread fapeeler
Author: fapeeler Date: Wed Sep 23 21:03:20 2009 New Revision: 818261 URL: http://svn.apache.org/viewvc?rev=818261view=rev Log: VCL-198 Removing all files copied from xCAT or files that are not used anymore. Removed: incubator/vcl/trunk/managementnode/tools/xcat_postscripts/addhttpdiptables

svn commit: r819995 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm

2009-09-29 Thread fapeeler
Author: fapeeler Date: Tue Sep 29 15:49:49 2009 New Revision: 819995 URL: http://svn.apache.org/viewvc?rev=819995view=rev Log: VCL-238 moved shutdown -h now command into pre_capture routine removed legacy capture_start routine Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS

svn commit: r820035 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm

2009-09-29 Thread fapeeler
Author: fapeeler Date: Tue Sep 29 17:14:14 2009 New Revision: 820035 URL: http://svn.apache.org/viewvc?rev=820035view=rev Log: VCL-238 typo fix: should have -h for shutdown instead of -r for reboot Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm Modified: incubator

svn commit: r820436 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm

2009-09-30 Thread fapeeler
Author: fapeeler Date: Wed Sep 30 20:37:05 2009 New Revision: 820436 URL: http://svn.apache.org/viewvc?rev=820436view=rev Log: VCL-185 useradd fails if the user_name group exists added groupdel username to delete_user routine Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS

svn commit: r820704 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm

2009-10-01 Thread fapeeler
Author: fapeeler Date: Thu Oct 1 16:23:46 2009 New Revision: 820704 URL: http://svn.apache.org/viewvc?rev=820704view=rev Log: VCL-185 left out 2nd attempt to add user Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm Modified: incubator/vcl/trunk/managementnode/lib

svn commit: r820757 - /incubator/vcl/trunk/README

2009-10-01 Thread fapeeler
Author: fapeeler Date: Thu Oct 1 19:20:22 2009 New Revision: 820757 URL: http://svn.apache.org/viewvc?rev=820757view=rev Log: adding backend dependiences Modified: incubator/vcl/trunk/README Modified: incubator/vcl/trunk/README URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/README

svn commit: r820763 - /incubator/vcl/trunk/README

2009-10-01 Thread fapeeler
Author: fapeeler Date: Thu Oct 1 19:34:24 2009 New Revision: 820763 URL: http://svn.apache.org/viewvc?rev=820763view=rev Log: starting conditional dependiences section Modified: incubator/vcl/trunk/README Modified: incubator/vcl/trunk/README URL: http://svn.apache.org/viewvc/incubator

svn commit: r820767 - /incubator/vcl/trunk/README

2009-10-01 Thread fapeeler
Author: fapeeler Date: Thu Oct 1 19:52:29 2009 New Revision: 820767 URL: http://svn.apache.org/viewvc?rev=820767view=rev Log: adding additional deps. Modified: incubator/vcl/trunk/README Modified: incubator/vcl/trunk/README URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/README?rev

svn commit: r821025 - /incubator/vcl/trunk/README

2009-10-02 Thread fapeeler
Author: fapeeler Date: Fri Oct 2 14:05:48 2009 New Revision: 821025 URL: http://svn.apache.org/viewvc?rev=821025view=rev Log: more additions Modified: incubator/vcl/trunk/README Modified: incubator/vcl/trunk/README URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/README?rev=821025r1

svn commit: r821028 - /incubator/vcl/trunk/README

2009-10-02 Thread fapeeler
Author: fapeeler Date: Fri Oct 2 14:08:23 2009 New Revision: 821028 URL: http://svn.apache.org/viewvc?rev=821028view=rev Log: clean up - removed tar.gz extensions from perl libs deps. Modified: incubator/vcl/trunk/README Modified: incubator/vcl/trunk/README URL: http://svn.apache.org

svn commit: r821055 - /incubator/vcl/trunk/INSTALLATION

2009-10-02 Thread fapeeler
Author: fapeeler Date: Fri Oct 2 15:25:36 2009 New Revision: 821055 URL: http://svn.apache.org/viewvc?rev=821055view=rev Log: adding content to backend section regarding xcat and vmware Modified: incubator/vcl/trunk/INSTALLATION Modified: incubator/vcl/trunk/INSTALLATION URL: http

svn commit: r822314 - /incubator/vcl/trunk/CHANGELOG

2009-10-06 Thread fapeeler
Author: fapeeler Date: Tue Oct 6 15:23:12 2009 New Revision: 822314 URL: http://svn.apache.org/viewvc?rev=822314view=rev Log: added comments on database and backend Added line explaining the Jira issues. Modified: incubator/vcl/trunk/CHANGELOG Modified: incubator/vcl/trunk/CHANGELOG URL

svn commit: r832875 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm

2009-11-04 Thread fapeeler
Author: fapeeler Date: Wed Nov 4 21:21:36 2009 New Revision: 832875 URL: http://svn.apache.org/viewvc?rev=832875view=rev Log: VCL-263 create a usergroup vcl added the -g vcl option to the useradd cmd Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm Modified

svn commit: r880844 - /incubator/vcl/trunk/managementnode/lib/VCL/utils.pm

2009-11-16 Thread fapeeler
Author: fapeeler Date: Mon Nov 16 16:55:24 2009 New Revision: 880844 URL: http://svn.apache.org/viewvc?rev=880844view=rev Log: VCL-267 corrected how the parent id was determined Modified: incubator/vcl/trunk/managementnode/lib/VCL/utils.pm Modified: incubator/vcl/trunk/managementnode/lib

svn commit: r881795 - /incubator/vcl/trunk/mysql/vcl.sql

2009-11-18 Thread fapeeler
Author: fapeeler Date: Wed Nov 18 15:04:31 2009 New Revision: 881795 URL: http://svn.apache.org/viewvc?rev=881795view=rev Log: VCL-268 added 3 OS ids Modified: incubator/vcl/trunk/mysql/vcl.sql Modified: incubator/vcl/trunk/mysql/vcl.sql URL: http://svn.apache.org/viewvc/incubator/vcl

svn commit: r882594 - in /incubator/vcl/trunk/managementnode/lib/VCL: Module/OS/Linux.pm reserved.pm utils.pm

2009-11-20 Thread fapeeler
Author: fapeeler Date: Fri Nov 20 15:05:45 2009 New Revision: 882594 URL: http://svn.apache.org/viewvc?rev=882594view=rev Log: VCL-265 utils.pm: if uid is NULL, set to 0 Linux.pm: if uid is 0, let OS set uid VCL-271: utils.pm: cleaned out unused routines disable_sshd,enable_sshd,add_user

svn commit: r888079 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_1.pm

2009-12-07 Thread fapeeler
Author: fapeeler Date: Mon Dec 7 18:54:57 2009 New Revision: 888079 URL: http://svn.apache.org/viewvc?rev=888079view=rev Log: VCL-275 corrected usage math. Added additional usage conditions for setting timeframe Added more debug statments for vcld.log VCL-92 Previously done in another commit

svn commit: r888106 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_1.pm

2009-12-07 Thread fapeeler
Author: fapeeler Date: Mon Dec 7 19:42:50 2009 New Revision: 888106 URL: http://svn.apache.org/viewvc?rev=888106view=rev Log: VCL-275 cleaned up debug statements Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_1.pm Modified: incubator/vcl/trunk/managementnode

svn commit: r888108 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_1.pm

2009-12-07 Thread fapeeler
Author: fapeeler Date: Mon Dec 7 19:49:36 2009 New Revision: 888108 URL: http://svn.apache.org/viewvc?rev=888108view=rev Log: vcl-275 typo Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_1.pm Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module

svn commit: r888139 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_1.pm

2009-12-07 Thread fapeeler
Author: fapeeler Date: Mon Dec 7 21:18:46 2009 New Revision: 888139 URL: http://svn.apache.org/viewvc?rev=888139view=rev Log: typo Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_1.pm Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive

svn commit: r897279 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm

2010-01-08 Thread fapeeler
Author: fapeeler Date: Fri Jan 8 18:03:00 2010 New Revision: 897279 URL: http://svn.apache.org/viewvc?rev=897279view=rev Log: VCL-286 added update_public_hostname routine - collects the hostname of the public IP address and sets the hostname of the node Modified: incubator/vcl/trunk

svn commit: r921566 - /incubator/vcl/trunk/INSTALLATION

2010-03-10 Thread fapeeler
Author: fapeeler Date: Wed Mar 10 20:57:25 2010 New Revision: 921566 URL: http://svn.apache.org/viewvc?rev=921566view=rev Log: added text to installing perl modules Modified: incubator/vcl/trunk/INSTALLATION Modified: incubator/vcl/trunk/INSTALLATION URL: http://svn.apache.org/viewvc

svn commit: r926747 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT21.pm

2010-03-23 Thread fapeeler
Author: fapeeler Date: Tue Mar 23 19:37:22 2010 New Revision: 926747 URL: http://svn.apache.org/viewvc?rev=926747view=rev Log: VCL-239 - path change for nodeset to XCATROOT/sbin - getting private_ip_address from database instead of /etc/hosts file Modified: incubator/vcl/trunk

svn commit: r958683 - /incubator/vcl/trunk/mysql/vcl.sql

2010-06-28 Thread fapeeler
Author: fapeeler Date: Mon Jun 28 18:58:54 2010 New Revision: 958683 URL: http://svn.apache.org/viewvc?rev=958683view=rev Log: VCL-351 extended schema to allow for at least two more virtual adatpers Modified: incubator/vcl/trunk/mysql/vcl.sql Modified: incubator/vcl/trunk/mysql/vcl.sql

svn commit: r961834 - /incubator/vcl/trunk/managementnode/lib/VCL/utils.pm

2010-07-08 Thread fapeeler
Author: fapeeler Date: Thu Jul 8 16:39:45 2010 New Revision: 961834 URL: http://svn.apache.org/viewvc?rev=961834view=rev Log: VCL-346 cleaned up regex Modified: incubator/vcl/trunk/managementnode/lib/VCL/utils.pm Modified: incubator/vcl/trunk/managementnode/lib/VCL/utils.pm URL: http

svn commit: r963750 - in /incubator/vcl/trunk/managementnode/lib/VCL: image.pm inuse.pm makeproduction.pm new.pm reserved.pm

2010-07-13 Thread fapeeler
Author: fapeeler Date: Tue Jul 13 15:01:48 2010 New Revision: 963750 URL: http://svn.apache.org/viewvc?rev=963750view=rev Log: VCL-139 Removed preferred name from all notifications. Not really needed. Modified: incubator/vcl/trunk/managementnode/lib/VCL/image.pm incubator/vcl/trunk

svn commit: r963843 - /incubator/vcl/trunk/mysql/vcl.sql

2010-07-13 Thread fapeeler
Author: fapeeler Date: Tue Jul 13 19:51:33 2010 New Revision: 963843 URL: http://svn.apache.org/viewvc?rev=963843view=rev Log: VCL-178 extended request table Modified: incubator/vcl/trunk/mysql/vcl.sql Modified: incubator/vcl/trunk/mysql/vcl.sql URL: http://svn.apache.org/viewvc

svn commit: r963846 - /incubator/vcl/trunk/mysql/vcl.sql

2010-07-13 Thread fapeeler
Author: fapeeler Date: Tue Jul 13 20:00:43 2010 New Revision: 963846 URL: http://svn.apache.org/viewvc?rev=963846view=rev Log: VCL-178 default value should be 1 Modified: incubator/vcl/trunk/mysql/vcl.sql Modified: incubator/vcl/trunk/mysql/vcl.sql URL: http://svn.apache.org/viewvc

svn commit: r963852 - in /incubator/vcl/trunk/managementnode/lib/VCL: DataStructure.pm utils.pm

2010-07-13 Thread fapeeler
Author: fapeeler Date: Tue Jul 13 20:28:14 2010 New Revision: 963852 URL: http://svn.apache.org/viewvc?rev=963852view=rev Log: VCL-178 performing a check in get_request_info, if request_checkuser is disable then set imagemeta checkuser to disabled. Done to reduce the extra code added to new

svn commit: r964188 - /incubator/vcl/trunk/managementnode/bin/vcld

2010-07-14 Thread fapeeler
Author: fapeeler Date: Wed Jul 14 20:38:58 2010 New Revision: 964188 URL: http://svn.apache.org/viewvc?rev=964188view=rev Log: VCL-149 typo Modified: incubator/vcl/trunk/managementnode/bin/vcld Modified: incubator/vcl/trunk/managementnode/bin/vcld URL: http://svn.apache.org/viewvc

svn commit: r964458 - /incubator/vcl/trunk/managementnode/bin/vcld

2010-07-15 Thread fapeeler
Author: fapeeler Date: Thu Jul 15 15:10:35 2010 New Revision: 964458 URL: http://svn.apache.org/viewvc?rev=964458view=rev Log: VCL-149 Moved preplog_file into daemonize routine if another process is running return non-zero exit code Modified: incubator/vcl/trunk/managementnode/bin/vcld

svn commit: r964495 - in /incubator/vcl/trunk/managementnode: etc/vcl/vcld.conf lib/VCL/utils.pm

2010-07-15 Thread fapeeler
Author: fapeeler Date: Thu Jul 15 17:10:07 2010 New Revision: 964495 URL: http://svn.apache.org/viewvc?rev=964495view=rev Log: VCL-163,VCL-224 Removed THROTTLE from conf and utils.pm Modified: incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf incubator/vcl/trunk/managementnode/lib

svn commit: r964506 - in /incubator/vcl/trunk/managementnode: etc/vcl/vcld.conf lib/VCL/Module/Provisioning/VMware/VMware.pm lib/VCL/Module/Provisioning/vmware.pm lib/VCL/utils.pm

2010-07-15 Thread fapeeler
Author: fapeeler Date: Thu Jul 15 17:53:30 2010 New Revision: 964506 URL: http://svn.apache.org/viewvc?rev=964506view=rev Log: VCL-224 Removed linuximageid Removed getimagesize from utils: all prov modules are using local routines Removed global VMWAREREPOSITORY, each vmware module has local

svn commit: r964511 - /incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf

2010-07-15 Thread fapeeler
Author: fapeeler Date: Thu Jul 15 17:58:41 2010 New Revision: 964511 URL: http://svn.apache.org/viewvc?rev=964511view=rev Log: VCL-224 XCAT=yes is not being used XCAT_ROOT is set in utils VMWARE_REPOSITORY is not being used Modified: incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf

svn commit: r964513 - /incubator/vcl/trunk/managementnode/lib/VCL/utils.pm

2010-07-15 Thread fapeeler
Author: fapeeler Date: Thu Jul 15 18:05:33 2010 New Revision: 964513 URL: http://svn.apache.org/viewvc?rev=964513view=rev Log: VCL-224 VMWARETYPE no used Modified: incubator/vcl/trunk/managementnode/lib/VCL/utils.pm Modified: incubator/vcl/trunk/managementnode/lib/VCL/utils.pm URL: http

svn commit: r964522 - /incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf

2010-07-15 Thread fapeeler
Author: fapeeler Date: Thu Jul 15 18:23:37 2010 New Revision: 964522 URL: http://svn.apache.org/viewvc?rev=964522view=rev Log: VCL-224 removed LockerRdUser not used Modified: incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf Modified: incubator/vcl/trunk/managementnode/etc/vcl

svn commit: r964533 - /incubator/vcl/trunk/mysql/vcl.sql

2010-07-15 Thread fapeeler
Author: fapeeler Date: Thu Jul 15 18:45:39 2010 New Revision: 964533 URL: http://svn.apache.org/viewvc?rev=964533view=rev Log: VCL-224 moving VMWARE_MAC_ethx_generated to database Modified: incubator/vcl/trunk/mysql/vcl.sql Modified: incubator/vcl/trunk/mysql/vcl.sql URL: http

svn commit: r964546 - /incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf

2010-07-15 Thread fapeeler
Author: fapeeler Date: Thu Jul 15 19:15:28 2010 New Revision: 964546 URL: http://svn.apache.org/viewvc?rev=964546view=rev Log: VCL-224 Removed VMWARE_MAC_ETHX_GENERATED Modified: incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf Modified: incubator/vcl/trunk/managementnode/etc/vcl

svn commit: r964807 - in /incubator/vcl/trunk/managementnode: etc/vcl/ lib/VCL/ lib/VCL/Module/OS/ lib/VCL/Module/OS/Linux/ lib/VCL/Module/Provisioning/

2010-07-16 Thread fapeeler
Author: fapeeler Date: Fri Jul 16 14:25:33 2010 New Revision: 964807 URL: http://svn.apache.org/viewvc?rev=964807view=rev Log: VCL-224 Moved ipconfiguration to database Modified: incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf incubator/vcl/trunk/managementnode/lib/VCL/Module/OS

svn commit: r964808 - /incubator/vcl/trunk/mysql/vcl.sql

2010-07-16 Thread fapeeler
Author: fapeeler Date: Fri Jul 16 14:31:17 2010 New Revision: 964808 URL: http://svn.apache.org/viewvc?rev=964808view=rev Log: VCL-224 added ipconfiguration data to management node table Modified: incubator/vcl/trunk/mysql/vcl.sql Modified: incubator/vcl/trunk/mysql/vcl.sql URL: http

svn commit: r965893 - /incubator/vcl/trunk/managementnode/lib/VCL/utils.pm

2010-07-20 Thread fapeeler
Author: fapeeler Date: Tue Jul 20 16:21:02 2010 New Revision: 965893 URL: http://svn.apache.org/viewvc?rev=965893view=rev Log: removed needless debug statements Modified: incubator/vcl/trunk/managementnode/lib/VCL/utils.pm Modified: incubator/vcl/trunk/managementnode/lib/VCL/utils.pm URL

svn commit: r982350 - in /incubator/vcl/trunk/managementnode: etc/vcl/vcld.conf lib/VCL/Module/OS/Linux.pm lib/VCL/Module/OS/Linux/Ubuntu.pm lib/VCL/utils.pm

2010-08-04 Thread fapeeler
Author: fapeeler Date: Wed Aug 4 18:25:34 2010 New Revision: 982350 URL: http://svn.apache.org/viewvc?rev=982350view=rev Log: VCL-224 removed ETHDEVICE from vcld.conf utils.pm: set failover routine setstaticaddress to use eth1 OS modules use the network_configuration data to determine

svn commit: r982363 - /incubator/vcl/trunk/web/.ht-inc/computers.php

2010-08-04 Thread fapeeler
Author: fapeeler Date: Wed Aug 4 18:58:02 2010 New Revision: 982363 URL: http://svn.apache.org/viewvc?rev=982363view=rev Log: VCL-335 set maxlength to 6 and limit to 512000MB Modified: incubator/vcl/trunk/web/.ht-inc/computers.php Modified: incubator/vcl/trunk/web/.ht-inc/computers.php

svn commit: r983008 - in /incubator/vcl/trunk: managementnode/etc/vcl/vcld.conf managementnode/lib/VCL/DataStructure.pm managementnode/lib/VCL/healthcheck.pm managementnode/lib/VCL/image.pm management

2010-08-06 Thread fapeeler
Author: fapeeler Date: Fri Aug 6 15:00:14 2010 New Revision: 983008 URL: http://svn.apache.org/viewvc?rev=983008view=rev Log: VCL-224 moved sysadmin and sharedMailBox email addresses to the management node table Modified: incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf incubator

svn commit: r983047 - in /incubator/vcl/trunk: managementnode/etc/vcl/vcld.conf managementnode/lib/VCL/DataStructure.pm managementnode/lib/VCL/utils.pm mysql/vcl.sql

2010-08-06 Thread fapeeler
Author: fapeeler Date: Fri Aug 6 16:46:14 2010 New Revision: 983047 URL: http://svn.apache.org/viewvc?rev=983047view=rev Log: VCL-224 Moved NOT_STANDALONE to db Modified: incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf incubator/vcl/trunk/managementnode/lib/VCL/DataStructure.pm

svn commit: r983102 - in /incubator/vcl/trunk/managementnode/lib/VCL: blockrequest.pm utils.pm

2010-08-06 Thread fapeeler
Author: fapeeler Date: Fri Aug 6 19:31:20 2010 New Revision: 983102 URL: http://svn.apache.org/viewvc?rev=983102view=rev Log: VCL-254 utils.pm: only collecting blockallocations that are in accepted state blockrequest.pm: when expired - set the status to completed Modified: incubator/vcl

svn commit: r983774 - /incubator/vcl/trunk/mysql/update-2.2.sql

2010-08-09 Thread fapeeler
Author: fapeeler Date: Mon Aug 9 18:58:14 2010 New Revision: 983774 URL: http://svn.apache.org/viewvc?rev=983774view=rev Log: VCL-357 Initial pass at creating a update sql file for 2.2 version Added: incubator/vcl/trunk/mysql/update-2.2.sql Added: incubator/vcl/trunk/mysql/update-2.2.sql

svn commit: r984076 - /incubator/vcl/trunk/managementnode/lib/VCL/utils.pm

2010-08-10 Thread fapeeler
Author: fapeeler Date: Tue Aug 10 15:14:44 2010 New Revision: 984076 URL: http://svn.apache.org/viewvc?rev=984076view=rev Log: the extra 21 was generating a Ambigous output error message on linux lab machine clients. Modified: incubator/vcl/trunk/managementnode/lib/VCL/utils.pm Modified

svn commit: r984871 - /incubator/vcl/trunk/managementnode/lib/VCL/utils.pm

2010-08-12 Thread fapeeler
Author: fapeeler Date: Thu Aug 12 17:36:29 2010 New Revision: 984871 URL: http://svn.apache.org/viewvc?rev=984871view=rev Log: VCL-254 moved parens around to capture any time slot that has expired. previous statement would have skipped all entries with skip=1 Modified: incubator/vcl/trunk

svn commit: r986123 - in /incubator/vcl/trunk/managementnode/lib/VCL: DataStructure.pm blockrequest.pm utils.pm

2010-08-16 Thread fapeeler
Author: fapeeler Date: Mon Aug 16 20:18:17 2010 New Revision: 986123 URL: http://svn.apache.org/viewvc?rev=986123view=rev Log: VCL-254 removed 4hr and 2hr window checks, now if a block allocation is within 6hrs it gets processed. added get_group_name and get_user_info, to get information

svn commit: r986367 - /incubator/vcl/trunk/managementnode/lib/VCL/utils.pm

2010-08-17 Thread fapeeler
Author: fapeeler Date: Tue Aug 17 15:58:06 2010 New Revision: 986367 URL: http://svn.apache.org/viewvc?rev=986367view=rev Log: VCL-254 extended query to handle expire times that don't match the blockTimes.end time Modified: incubator/vcl/trunk/managementnode/lib/VCL/utils.pm Modified

svn commit: r986371 - /incubator/vcl/trunk/managementnode/lib/VCL/blockrequest.pm

2010-08-17 Thread fapeeler
Author: fapeeler Date: Tue Aug 17 16:18:25 2010 New Revision: 986371 URL: http://svn.apache.org/viewvc?rev=986371view=rev Log: VCL-254 Modified: incubator/vcl/trunk/managementnode/lib/VCL/blockrequest.pm Modified: incubator/vcl/trunk/managementnode/lib/VCL/blockrequest.pm URL: http

svn commit: r989138 - in /incubator/vcl/trunk/managementnode: etc/vcl/vcld.conf lib/VCL/utils.pm

2010-08-25 Thread fapeeler
Author: fapeeler Date: Wed Aug 25 14:41:01 2010 New Revision: 989138 URL: http://svn.apache.org/viewvc?rev=989138view=rev Log: VCL-224 Removed DEFAULTHELPADDRESS from vcld.conf set this value to vcl_h...@example.org in utils, it would only be used if the affiliation help address is not found

svn commit: r993391 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/vmware.pm

2010-09-07 Thread fapeeler
Author: fapeeler Date: Tue Sep 7 15:15:25 2010 New Revision: 993391 URL: http://svn.apache.org/viewvc?rev=993391view=rev Log: removed check for ls -1 of datastore contents - if datastore is empty it returns 0 and undefined value causing reservations to fail Modified: incubator/vcl/trunk

svn commit: r997760 - /incubator/vcl/trunk/managementnode/lib/VCL/blockrequest.pm

2010-09-16 Thread fapeeler
Author: fapeeler Date: Thu Sep 16 14:22:16 2010 New Revision: 997760 URL: http://svn.apache.org/viewvc?rev=997760view=rev Log: Changed wording for block allocatoin notice. Modified: incubator/vcl/trunk/managementnode/lib/VCL/blockrequest.pm Modified: incubator/vcl/trunk/managementnode/lib

svn commit: r997780 - /incubator/vcl/trunk/README

2010-09-16 Thread fapeeler
Author: fapeeler Date: Thu Sep 16 15:13:26 2010 New Revision: 997780 URL: http://svn.apache.org/viewvc?rev=997780view=rev Log: changes for 2.2 release Modified: incubator/vcl/trunk/README Modified: incubator/vcl/trunk/README URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/README?rev

svn commit: r998206 - /incubator/vcl/trunk/README

2010-09-17 Thread fapeeler
Author: fapeeler Date: Fri Sep 17 17:06:54 2010 New Revision: 998206 URL: http://svn.apache.org/viewvc?rev=998206view=rev Log: added Digest-SHA1 to requirement perl module list Modified: incubator/vcl/trunk/README Modified: incubator/vcl/trunk/README URL: http://svn.apache.org/viewvc

svn commit: r998217 - /incubator/vcl/trunk/managementnode/tools/Windows/Scripts/

2010-09-17 Thread fapeeler
Author: fapeeler Date: Fri Sep 17 17:36:37 2010 New Revision: 998217 URL: http://svn.apache.org/viewvc?rev=998217view=rev Log: set executable bit on Windows cmd vbs files Modified: incubator/vcl/trunk/managementnode/tools/Windows/Scripts/add_post_load_run_key.cmd (props changed

svn commit: r998229 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/vmware.pm

2010-09-17 Thread fapeeler
Author: fapeeler Date: Fri Sep 17 17:55:55 2010 New Revision: 998229 URL: http://svn.apache.org/viewvc?rev=998229view=rev Log: typo Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/vmware.pm Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning

svn commit: r998231 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/vmware.pm

2010-09-17 Thread fapeeler
Author: fapeeler Date: Fri Sep 17 18:09:37 2010 New Revision: 998231 URL: http://svn.apache.org/viewvc?rev=998231view=rev Log: changed legacy value identity to managenode_keys Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/vmware.pm Modified: incubator/vcl/trunk

svn commit: r1000047 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/vmware.pm

2010-09-22 Thread fapeeler
Author: fapeeler Date: Wed Sep 22 15:41:55 2010 New Revision: 147 URL: http://svn.apache.org/viewvc?rev=147view=rev Log: VCL-386 typo Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/vmware.pm Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module

svn commit: r1081425 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_1.pm

2011-03-14 Thread fapeeler
Author: fapeeler Date: Mon Mar 14 15:33:00 2011 New Revision: 1081425 URL: http://svn.apache.org/viewvc?rev=1081425view=rev Log: VCL-436 Extended a query to restrict which images can be loaded on the node based on the mappings of OSinstalltype and installtype Modified: incubator/vcl/trunk

svn commit: r1091419 - in /incubator/vcl/trunk/managementnode/lib/VCL: DataStructure.pm inuse.pm utils.pm

2011-04-12 Thread fapeeler
Author: fapeeler Date: Tue Apr 12 14:09:50 2011 New Revision: 1091419 URL: http://svn.apache.org/viewvc?rev=1091419view=rev Log: VCL-432 Added support to automatically capture an imaging reservation when time has expired. This only applies to reservations that have the imaging flag set

svn commit: r1099573 - in /incubator/vcl/trunk/managementnode/lib/VCL: DataStructure.pm utils.pm

2011-05-04 Thread fapeeler
Author: fapeeler Date: Wed May 4 19:50:59 2011 New Revision: 1099573 URL: http://svn.apache.org/viewvc?rev=1099573view=rev Log: VCL-463 adding serverrequest data to data structure - if data does not exist, zero out the values. This is to prevent get_data_ calls to not complain about

svn commit: r1127593 - in /incubator/vcl/trunk/managementnode: bin/vcld lib/VCL/Module/OS.pm lib/VCL/Module/OS/Linux.pm lib/VCL/inuse.pm

2011-05-25 Thread fapeeler
Author: fapeeler Date: Wed May 25 17:31:48 2011 New Revision: 1127593 URL: http://svn.apache.org/viewvc?rev=1127593view=rev Log: VCL-463 Server loads ability to process a reboot inuse module is calling os-reboot routine each OS module will be responsible for handling it If os module cannot

svn commit: r1127641 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows.pm

2011-05-25 Thread fapeeler
Author: fapeeler Date: Wed May 25 19:22:52 2011 New Revision: 1127641 URL: http://svn.apache.org/viewvc?rev=1127641view=rev Log: VCL-463 shorten reboot routine. removed waiting for reboot portion. using general routine now provided by OS.pm Modified: incubator/vcl/trunk/managementnode

  1   2   >