From cf6e7476a65122b71e071947e01dc7c268b0ea2f Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Mon, 26 Jan 2009 20:54:03 +0000 Subject: Add Version plugin type The following changes were made: * Remove VCS logic out of the Core * Add Git/Svn plugins * Remove config file directive in bcfg2.conf Use of the plugins are enabled by adding Git or Svn (or both) to the plugins line of bcfg2.conf Signed-off-by: Sol Jerome git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5044 ce84e21b-d406-0410-9b95-82705330c041 --- doc/1.0-roadmap | 2 +- doc/plugin-roles | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/1.0-roadmap b/doc/1.0-roadmap index 2daebb9d5..840de3e85 100644 --- a/doc/1.0-roadmap +++ b/doc/1.0-roadmap @@ -8,8 +8,8 @@ server. *** Build a comprehensive server plugin architecture *** make out of tree plugins work *** properties switch to connector plugin -** Left *** Version Control Backend +** Left *** Fix the POSIX path problem *** Clean up client/server statistics data format *** Multithreaded server (sync from Cobalt) diff --git a/doc/plugin-roles b/doc/plugin-roles index 03207fd4f..c8c47aa93 100644 --- a/doc/plugin-roles +++ b/doc/plugin-roles @@ -14,6 +14,7 @@ This documents available plugin roles. | Statistics | Statistics | done | | Pull Source | PullSource | done | | Pull Target | PullTarget | done | +| Version | Version | started| | Decision | Decision | done | | Remote | Remote | none | | Syncing | Syncing | none | @@ -44,6 +45,10 @@ This documents available plugin roles. ** Plugin can provide entry information about clients * Pull Target ** Plugin can accept entry data and merge it into the specification +* Version +** Plugin can read revision information from VCS of choice +** Will provide an interface for producing commits made by the + bcfg2-server * Decision 3) Configuration of plugins @@ -82,4 +87,4 @@ Statistics (if used) should be listed in the plugins line of bcfg2.conf. 5) Notes -* Need to ensure bundle accumulation occurs with connector groups \ No newline at end of file +* Need to ensure bundle accumulation occurs with connector groups -- cgit v1.2.3-1-g7c22