Changes between Version 1 and Version 2 of RefactorClient


Ignore:
Timestamp:
09/06/06 16:03:57 (17 years ago)
Author:
dclark
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RefactorClient

    v1 v2  
    55A mailing list thread with more discussion of this is here: 
    66 * http://www-unix.mcs.anl.gov/web-mail-archive/lists/bcfg-dev/2006/07/msg00084.html 
     7 
     8== Desai's 4-Step Plan == 
     9 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) 
     10 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. 
     12 1. is things like schema updates and metadata code updates 
     13Desai might try to hack up a baseline for the !BaseTool class soon.