summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2009-01-12 01:07:34 +0000
committerNarayan Desai <desai@mcs.anl.gov>2009-01-12 01:07:34 +0000
commit80e4765f7cb7f1ebfa963af653b8e01da3333bd0 (patch)
tree82e946b7e4a08ae2739acafc5a8708549957c83a /doc
parent1affc07c26fad2528a5847a77db33a9baabb9fc8 (diff)
downloadbcfg2-80e4765f7cb7f1ebfa963af653b8e01da3333bd0.tar.gz
bcfg2-80e4765f7cb7f1ebfa963af653b8e01da3333bd0.tar.bz2
bcfg2-80e4765f7cb7f1ebfa963af653b8e01da3333bd0.zip
Finish up Pull Source and multi-Statistics code
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5012 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc')
-rw-r--r--doc/plugin-roles36
1 files changed, 20 insertions, 16 deletions
diff --git a/doc/plugin-roles b/doc/plugin-roles
index 8cb6fb76c..cc96717b7 100644
--- a/doc/plugin-roles
+++ b/doc/plugin-roles
@@ -2,22 +2,22 @@ This documents available plugin roles.
1) list of plugin roles
-| Role | Class | Status |
-|---------------+--------------------+---------------|
-| Metadata | Metadata | done |
-| Connector | Connector | done |
-| Probing | Probing | done |
-| Structure | Structure | done |
-| Structure Val | StructureValidator | done |
-| Generator | Generator | done |
-| Goals Val | GoalValidator | done |
-| Statistics | Statistics | class defined |
-| Pull Source | PullSource | class defined |
-| Pull Target | PullTarget | done |
-| Decision | Decision | done |
-| Remote | Remote | none |
-| Syncing | Syncing | none |
-|---------------+--------------------+---------------|
+| Role | Class | Status |
+|---------------+--------------------+--------|
+| Metadata | Metadata | done |
+| Connector | Connector | done |
+| Probing | Probing | done |
+| Structure | Structure | done |
+| Structure Val | StructureValidator | done |
+| Generator | Generator | done |
+| Goals Val | GoalValidator | done |
+| Statistics | Statistics | done |
+| Pull Source | PullSource | done |
+| Pull Target | PullTarget | done |
+| Decision | Decision | done |
+| Remote | Remote | none |
+| Syncing | Syncing | none |
+|---------------+--------------------+--------|
2) Plugin Capabilities
@@ -75,5 +75,9 @@ Plugin configuration will change. A single field "plugins" in
bcfg2.conf will supercede the combination of the "generators" and
"structures" fields.
+Default loading of needed plugins is now explicit; this means that
+Statistics (if used) should be listed in the plugins line of
+bcfg2.conf.
+
5) Notes
* Need to fix host specific probe behavior (with basenames)