svn commit: r738525 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/helloworld.pm

2009-01-28 Thread bmbouter
Author: bmbouter Date: Wed Jan 28 16:21:40 2009 New Revision: 738525 URL: http://svn.apache.org/viewvc?rev=738525&view=rev Log: VCL-70 Created helloworld.pm as a starting place for others to write provisioning modules from Added: incubator/vcl/trunk/managementnode/lib/VCL/Mo

svn commit: r738581 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/helloworld.pm

2009-01-29 Thread bmbouter
Author: bmbouter Date: Wed Jan 28 18:37:47 2009 New Revision: 738581 URL: http://svn.apache.org/viewvc?rev=738581&view=rev Log: VCL-70 Added installation instructions to the beginning of the moduel so others know how to install this module Modified: incubator/vcl/trunk/managementnode

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

2009-01-30 Thread bmbouter
Author: bmbouter Date: Fri Jan 30 18:42:13 2009 New Revision: 739371 URL: http://svn.apache.org/viewvc?rev=739371&view=rev Log: VCL-29 An working alpha version of the esx provsioning module. Includes instructions in the esx.README file Added: incubator/vcl/trunk/managementnode/lib

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

2009-02-01 Thread bmbouter
Author: bmbouter Date: Sun Feb 1 21:12:28 2009 New Revision: 739839 URL: http://svn.apache.org/viewvc?rev=739839&view=rev Log: VCL-29 This patch reworks how the module discovers the private IP address of VMs that it provisions to ESX and ESX 3i hosts. Specifically, it implements

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

2009-02-01 Thread bmbouter
Author: bmbouter Date: Sun Feb 1 21:55:44 2009 New Revision: 739855 URL: http://svn.apache.org/viewvc?rev=739855&view=rev Log: VCL-29 This patch removes my test variables from the esx.pm file. Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/esx.pm Modi

svn commit: r750554 - /incubator/vcl/trunk/managementnode/lib/VCL/reserved.pm

2009-03-05 Thread bmbouter
Author: bmbouter Date: Thu Mar 5 19:12:20 2009 New Revision: 750554 URL: http://svn.apache.org/viewvc?rev=750554&view=rev Log: VCL-101 Added an OS check when the $forimaging flag is set to 1. This new version ensures the username checked for login is "Administrator" for win

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

2009-03-05 Thread bmbouter
Author: bmbouter Date: Thu Mar 5 19:15:42 2009 New Revision: 750555 URL: http://svn.apache.org/viewvc?rev=750555&view=rev Log: VCL-29 This version now has working capture code. Creating a new image version, or creating a derivative image now works. Modified: incubator/vcl/t

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

2009-03-19 Thread bmbouter
Author: bmbouter Date: Thu Mar 19 20:32:33 2009 New Revision: 756176 URL: http://svn.apache.org/viewvc?rev=756176&view=rev Log: VCL-29 Removed all configuration which required the setting of variables inside the esx.pm file. These items have now been moved to the database in the vmhost t

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

2009-03-24 Thread bmbouter
Author: bmbouter Date: Tue Mar 24 16:00:12 2009 New Revision: 757868 URL: http://svn.apache.org/viewvc?rev=757868&view=rev Log: VCL-29 Added more robust debugging for the esx.pm as it interacts with the hypervisor. This debugging uses the 'DEBUG' level of logging. Modified:

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

2009-03-30 Thread bmbouter
Author: bmbouter Date: Mon Mar 30 18:55:20 2009 New Revision: 760101 URL: http://svn.apache.org/viewvc?rev=760101&view=rev Log: VCL-123 This commit adds basic Ubuntu support through an Ubuntu.pm OS module using the new OS module framework corresponding to the VCL-123 ticket. The Linu

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

2009-03-30 Thread bmbouter
Author: bmbouter Date: Mon Mar 30 18:57:34 2009 New Revision: 760104 URL: http://svn.apache.org/viewvc?rev=760104&view=rev Log: VCL-123 This version has the comments cleaned up. I should have submitted this version the first time; sorry for the confusion. Modified: incubator/vcl/t

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

2009-04-06 Thread bmbouter
Author: bmbouter Date: Mon Apr 6 17:30:07 2009 New Revision: 762427 URL: http://svn.apache.org/viewvc?rev=762427&view=rev Log: VCL-29 These modifications auto-install the esx.pm module as an available provisioning module by default. Modified: incubator/vcl/trunk/mysql/vcl.sql Modi

svn commit: r762431 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/esx.README

2009-04-06 Thread bmbouter
Author: bmbouter Date: Mon Apr 6 17:36:09 2009 New Revision: 762431 URL: http://svn.apache.org/viewvc?rev=762431&view=rev Log: VCL-29 Updating the module's setup instructions now that the installation has been moved to vcl.sql Modified: incubator/vcl/trunk/managementnode/lib/V

svn commit: r762444 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/esx.README

2009-04-06 Thread bmbouter
Author: bmbouter Date: Mon Apr 6 18:09:05 2009 New Revision: 762444 URL: http://svn.apache.org/viewvc?rev=762444&view=rev Log: VCL-29 Added a required step when adding an image for this module to use. This is a very small but important documentation fix. Modified: incubator/vcl/t

svn commit: r823520 - in /incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning: esxthin.README esxthin.pm

2009-10-09 Thread bmbouter
Author: bmbouter Date: Fri Oct 9 12:05:23 2009 New Revision: 823520 URL: http://svn.apache.org/viewvc?rev=823520&view=rev Log: Initial commit of the esxthin.pm module. This module is commited and working, but still needs the configuration variables placed in the database instead of

svn commit: r824817 - in /incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning: esxthin.README esxthin.pm

2009-10-13 Thread bmbouter
Author: bmbouter Date: Tue Oct 13 15:49:33 2009 New Revision: 824817 URL: http://svn.apache.org/viewvc?rev=824817&view=rev Log: Removed old vestiges of esx.pm, added configuration file options, updated documentation, added https support, more testing was done, and removed all hardcoded p

svn commit: r829652 - /incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/esxthin.pm

2009-10-25 Thread bmbouter
Author: bmbouter Date: Sun Oct 25 21:16:16 2009 New Revision: 829652 URL: http://svn.apache.org/viewvc?rev=829652&view=rev Log: This includes clone monitoring and management of thin versus thick efficiency. This functionality will be explained in a future commit to the esxthin.README

svn commit: r830043 - in /incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning: esxthin.README esxthin.pm

2009-10-26 Thread bmbouter
Author: bmbouter Date: Tue Oct 27 01:26:41 2009 New Revision: 830043 URL: http://svn.apache.org/viewvc?rev=830043&view=rev Log: refactored clone management logic, includes more configuration parameters in the config section, more testing, and updated documentation Modified: incubator