diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2009-01-26 20:54:03 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2009-01-26 20:54:03 +0000 |
commit | cf6e7476a65122b71e071947e01dc7c268b0ea2f (patch) | |
tree | f5027acda5e88bbceac230f4345f8d90e56c1c65 /doc/plugin-roles | |
parent | 5f68f9f7ec75babf772f488a71e0a3b3f9d6b9b1 (diff) | |
download | bcfg2-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/plugin-roles')
-rw-r--r-- | doc/plugin-roles | 7 |
1 files changed, 6 insertions, 1 deletions
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 |