Changes between Version 2 and Version 3 of RefactorClient


Ignore:
Timestamp:
09/07/06 21:39:30 (17 years ago)
Author:
desai
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RefactorClient

    v2 v3  
    99 1. create a module Bcfg2.Client.Tool.!BaseTool that defines an API for all tools (things like Bcfg2.Client.Tool.RPM and Bcfg2.Client.Tool.SMF, etc) 
    1010 1. build a set of error types that can be raised during tool instantiation and operation 
    11  1. modify the base client Toolset code to figure out what methods to call for entry verification, installation and removal. 
     11 1. modify the Bcfg2.Client.Frame code to figure out what methods to call tools for entry verification, installation and removal. 
    1212 1. is things like schema updates and metadata code updates 
    1313Desai might try to hack up a baseline for the !BaseTool class soon. 
     14 
     15== Implementation Status ==  
     16 
     17This work is happening at: 
     18{{{ 
     19https://svn.mcs.anl.gov/repos/bcfg/branches/refactor/client 
     20}}} 
     21 
     22Bcfg2.Client.Frame is nearly completely finished. (It mainly redirects calls to underlying tools.) 
     23 
     24||Tool||Status||Who|| 
     25||RPM||Verify-Only||NLD|| 
     26||POSIX||Verify-Only||NLD|| 
     27||Encap||||DC|| 
     28||APT|||||| 
     29||SYSV|||||| 
     30||ChkConfig|||||| 
     31||Update-RC.d|||||| 
     32||SMF||||||