From d887ad88674aef96f96ab0ff97c54617b8d715e7 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Tue, 6 Jan 2009 17:32:51 +0000 Subject: Implement generic structure validators and reimplement Deps as one git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5005 ce84e21b-d406-0410-9b95-82705330c041 --- doc/1.0-roadmap | 1 + doc/plugin-roles | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 doc/plugin-roles (limited to 'doc') diff --git a/doc/1.0-roadmap b/doc/1.0-roadmap index ac5e4334e..2d90d6f66 100644 --- a/doc/1.0-roadmap +++ b/doc/1.0-roadmap @@ -9,3 +9,4 @@ a 1.0 release. *** Structure Verifier/Modifier *** Configuration Validator/Modifier ** Version Control Backend +** Clean up client/server statistics data format diff --git a/doc/plugin-roles b/doc/plugin-roles new file mode 100644 index 000000000..d34a88c77 --- /dev/null +++ b/doc/plugin-roles @@ -0,0 +1,30 @@ +This documents available plugin roles. + +1) list of plugin roles + +| Role | Class | Status | +|---------------+--------------------+---------------| +| Generator | Generator | done | +| Structure | Structure | done | +| Pull | PullSource | class defined | +| Metadata | Metadata | done | +| Connector | Connector | class defined | +| Probing | Probing | done | +| Decision | Decision | done | +| Remote | Remote | none | +| Statistics | Statistics | class defined | +| Structure Val | StructureValidator | done | +| Goals Val | GoalValidator | class defined | +| Syncing | Syncing | none | +|---------------+--------------------+---------------| + + +2) Configuration of plugins + +3) Implementation Plan + +* Switch Plugin.__name__ => Plugin.name (Fix spurious pylint errors) [done] +* Switch all plugins to new class hierarchy [done] +* Fix Core to use memberships in new classes + + -- cgit v1.2.3-1-g7c22