summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2009-01-26 20:54:03 +0000
committerSol Jerome <solj@ices.utexas.edu>2009-01-26 20:54:03 +0000
commitcf6e7476a65122b71e071947e01dc7c268b0ea2f (patch)
treef5027acda5e88bbceac230f4345f8d90e56c1c65 /doc
parent5f68f9f7ec75babf772f488a71e0a3b3f9d6b9b1 (diff)
downloadbcfg2-cf6e7476a65122b71e071947e01dc7c268b0ea2f.tar.gz
bcfg2-cf6e7476a65122b71e071947e01dc7c268b0ea2f.tar.bz2
bcfg2-cf6e7476a65122b71e071947e01dc7c268b0ea2f.zip
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 <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5044 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc')
-rw-r--r--doc/1.0-roadmap2
-rw-r--r--doc/plugin-roles7
2 files changed, 7 insertions, 2 deletions
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