diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2009-01-15 03:11:16 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2009-01-15 03:11:16 +0000 |
commit | da1065ef071514f97d6bfbe104bd1040503da4aa (patch) | |
tree | b148ce4c4facc7e6dcfd4f8ef961b33f94e30df2 /doc/plugin-roles | |
parent | 6b0fd34ab8c5e4f76835eb5d59a57ec3337cbeb0 (diff) | |
download | bcfg2-da1065ef071514f97d6bfbe104bd1040503da4aa.tar.gz bcfg2-da1065ef071514f97d6bfbe104bd1040503da4aa.tar.bz2 bcfg2-da1065ef071514f97d6bfbe104bd1040503da4aa.zip |
add GBundler plugin (like SGenshi, but works like Bundler)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5025 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc/plugin-roles')
-rw-r--r-- | doc/plugin-roles | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/plugin-roles b/doc/plugin-roles index cc96717b7..c23b2a236 100644 --- a/doc/plugin-roles +++ b/doc/plugin-roles @@ -33,6 +33,8 @@ This documents available plugin roles. * Structure ** Produce a list of configuration entries that should be included in client configurations +** Each structure plugin is produces a list of structures +** Core verifies that each bundle listed has been constructed * Structure Validation ** Validate a client entry list's internal consistency, modifying if needed * Generator @@ -81,3 +83,4 @@ bcfg2.conf. 5) Notes * Need to fix host specific probe behavior (with basenames) +* Need to ensure bundle accumulation occurs with connector groups
\ No newline at end of file |