diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2009-01-10 15:19:13 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2009-01-10 15:19:13 +0000 |
commit | d2bd788bdbe51463f82fda61d32d822e8c7a396e (patch) | |
tree | f88d6f172be36515f1cb3fe9917e9debb1182153 /doc/1.0-roadmap | |
parent | d922822bbe23387577e9e8c9f60131ac00a24c9f (diff) | |
download | bcfg2-d2bd788bdbe51463f82fda61d32d822e8c7a396e.tar.gz bcfg2-d2bd788bdbe51463f82fda61d32d822e8c7a396e.tar.bz2 bcfg2-d2bd788bdbe51463f82fda61d32d822e8c7a396e.zip |
More Plugin rework (Structure Validator implementation complete)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5007 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc/1.0-roadmap')
-rw-r--r-- | doc/1.0-roadmap | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/1.0-roadmap b/doc/1.0-roadmap index 2d90d6f66..dc2236879 100644 --- a/doc/1.0-roadmap +++ b/doc/1.0-roadmap @@ -1,12 +1,12 @@ This document details the major work needed before Bcfg2 is ready for -a 1.0 release. +a 1.0 release. The high-level goal for 1.0 is to fix long-standing +architecture warts and provide a reasonable internal API for the +server. * Goals for 1.0 ** Fix the POSIX path problem ** Build a comprehensive server plugin architecture -*** Metadata Connectors (done) -*** Multi-stats -*** Structure Verifier/Modifier -*** Configuration Validator/Modifier +*** see plugin-roles for details and implementation status ** Version Control Backend ** Clean up client/server statistics data format +** Multithreaded server (sync from Cobalt) |