[ 
https://issues.apache.org/jira/browse/VCL-170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14147873#comment-14147873
 ] 

ASF subversion and git services commented on VCL-170:
-----------------------------------------------------

Commit 1627559 from [~jfthomps] in branch 'vcl/trunk'
[ https://svn.apache.org/r1627559 ]

VCL-170 - option to power off blades after reservation - new reload module
VCL-780 - combine new reservation and current reservations pages

computer.php:
-modified fieldWidth, fieldDisplayName, addEditDialogHTML, AJsaveResource, 
validateResourceData, and addResource: added predictive loading module
-modified extraResourceFilters: added section to change predictive loading 
module; reordered items to be alphabetical
-added AJcompPredictiveModuleChange
-added AJsubmitCompPredictiveModuleChange

managementnode.php: modified fieldWidth, fieldDisplayName, addEditDialogHTML, 
AJsaveResource, validateResourceData, and addResource: removed predictive 
loading module

states.php: added AJcompPredictiveModuleChange and 
AJsubmitCompPredictiveModuleChange to resource section

utils.php:
-modified getManagementNodes: removed predictive loading module
-modified getComputers: added predictive loading module
-modified addSublogEntry: get predictivemoduleid from computer table instead of 
managementnode table

computer.js:
-modified inlineEditResourceCB, resetEditResource, saveResource, and 
saveResourceCB: added predictive loading module
-added confirmPredictiveModuleChange

managementnode.js: modified inlineEditResourceCB, resetEditResource, 
saveResource, and saveResourceCB: removed predictive loading module

resources.js: modified initViewResources: added setTimeout to call 
resourcegrid.sort - was still seeing times when the data was not properly sorted

> option to power off blades after reservation - new reload module
> ----------------------------------------------------------------
>
>                 Key: VCL-170
>                 URL: https://issues.apache.org/jira/browse/VCL-170
>             Project: VCL
>          Issue Type: New Feature
>          Components: database, vcld (backend), web gui (frontend)
>    Affects Versions: 2.2
>            Reporter: Aaron Peeler
>             Fix For: 2.4
>
>
> Changed to provide similar functionality by using the predictive reload 
> modules. Create a Level_2.pm which returns unload / power off node. 
> Major change as part of this is to move the predictive module setting from 
> the management node to the computer table. This will allow for finer control 
> over single or groups of computers. 
> changes:
> - add unload routine to each provisioning module
> DB - move predictivemoduleid to computer table from managementnode table, 
> update module table
> Backend - create Level_2.pm.
> - add an action return value to the array that is returned from the 
> predictive modules. (unload, reload) 
> - update code in Datastructure to pull predictive module info from request 
> data hash, instead of management hash.
> - frontend - add predictive reload module to computer information, remove 
> from management node interface
> - add code to the upgrade script to move the predictivemoduleid from the 
> management node table to the computer table
> Original:
> Add support for general power management.  power off idle blades based on 
> current usage levels
> Through the web-interface allow site admins to define a policy based on some 
> usage level value when and how many blades to shutdown. 
> requires a new computer state "offavailable" or something like it
> the backend would need to figure out the current load on the given system, 
> either locally or through xmlrpc calls.
> These are initial thoughts and should be discussed more



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to