Changes between Version 2 and Version 3 of RefactorClient
- Timestamp:
- 09/07/06 21:39:30 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RefactorClient
v2 v3 9 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 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 callfor 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. 12 12 1. is things like schema updates and metadata code updates 13 13 Desai might try to hack up a baseline for the !BaseTool class soon. 14 15 == Implementation Status == 16 17 This work is happening at: 18 {{{ 19 https://svn.mcs.anl.gov/repos/bcfg/branches/refactor/client 20 }}} 21 22 Bcfg2.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||||||