summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2009-01-10 18:31:28 +0000
committerNarayan Desai <desai@mcs.anl.gov>2009-01-10 18:31:28 +0000
commit4bb58ec3525ac58b9cda6f42df1a46af25361b92 (patch)
treeb86eeba184da4eb77fc73ef1459bfb338946b359 /doc
parente5a25e5f5170ba06d5482877b57df132d0df465f (diff)
downloadbcfg2-4bb58ec3525ac58b9cda6f42df1a46af25361b92.tar.gz
bcfg2-4bb58ec3525ac58b9cda6f42df1a46af25361b92.tar.bz2
bcfg2-4bb58ec3525ac58b9cda6f42df1a46af25361b92.zip
Finish up PullSource plugin work
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5010 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc')
-rw-r--r--doc/plugin-roles19
1 files changed, 13 insertions, 6 deletions
diff --git a/doc/plugin-roles b/doc/plugin-roles
index 8941bd6cc..5552c0545 100644
--- a/doc/plugin-roles
+++ b/doc/plugin-roles
@@ -6,15 +6,15 @@ This documents available plugin roles.
|---------------+--------------------+---------------|
| Metadata | Metadata | done |
| Connector | Connector | done |
-| Generator | Generator | done |
-| Structure | Structure | done |
-| Pull | PullSource | class defined |
| Probing | Probing | done |
-| Decision | Decision | done |
-| Remote | Remote | none |
-| Statistics | Statistics | class defined |
+| Structure | Structure | done |
| Structure Val | StructureValidator | done |
+| Generator | Generator | done |
| Goals Val | GoalValidator | done |
+| Statistics | Statistics | class defined |
+| Pull | PullSource | done |
+| Decision | Decision | done |
+| Remote | Remote | none |
| Syncing | Syncing | none |
|---------------+--------------------+---------------|
@@ -27,6 +27,13 @@ This documents available plugin roles.
** Introspection interface (for bcfg2-info & co)
* Connector
** Provide additional data for ClientMetadata instances
+* Probing
+* Structure
+* Structure Validation
+* Generator
+* Goals Validation
+* Pull
+* Decision
3) Configuration of plugins