diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2009-01-21 03:53:02 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2009-01-21 03:53:02 +0000 |
commit | 70f8e63f9d51f5610361b6509c2239d6f976a742 (patch) | |
tree | f4cb3e6cdc7bfbf6141f86744cdbc4ab26569398 | |
parent | 1d1b5be0efae5e543a5d3708a125f72eacaccb5a (diff) | |
download | bcfg2-70f8e63f9d51f5610361b6509c2239d6f976a742.tar.gz bcfg2-70f8e63f9d51f5610361b6509c2239d6f976a742.tar.bz2 bcfg2-70f8e63f9d51f5610361b6509c2239d6f976a742.zip |
1.0 roadmap update
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5032 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | doc/1.0-roadmap | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/doc/1.0-roadmap b/doc/1.0-roadmap index e0c45cfcd..6a7e9e70a 100644 --- a/doc/1.0-roadmap +++ b/doc/1.0-roadmap @@ -4,18 +4,22 @@ architecture warts and provide a reasonable internal API for the server. * Major Goals -** Build a comprehensive server plugin architecture [done] -** Version Control Backend -** Fix the POSIX path problem -** Clean up client/server statistics data format -** Multithreaded server (sync from Cobalt) -** Reporting System and Database -*** Schema fixes -*** Performance +** Done +*** Build a comprehensive server plugin architecture +*** make out of tree plugins work +** Left +*** Version Control Backend +*** Fix the POSIX path problem +*** Clean up client/server statistics data format +*** Multithreaded server (sync from Cobalt) +*** Reporting System and Database +**** Schema fixes +**** Performance + * Other Goals ** properties switch to connector plugin ** ticket triage -** make out of tree plugins work + ** bind failure annotations ** plugin self-bootstrap (get out of bcfg2-admin init) -** core plugin filtering (for bcfg2-admin & co)
\ No newline at end of file +** core plugin filtering (for bcfg2-admin & co) |