summaryrefslogtreecommitdiffstats
path: root/doc/index.txt
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-03-02 03:22:47 +0000
committerSol Jerome <solj@ices.utexas.edu>2010-03-02 03:22:47 +0000
commitec7cfaf543a693649a98e163895a49a2a9ef96f6 (patch)
treef5235b1fb2db7e295e76851d949385979de8923f /doc/index.txt
parentb9f58ef4bb2ac57d03e5f79b3a8a29e53ed1ed03 (diff)
downloadbcfg2-ec7cfaf543a693649a98e163895a49a2a9ef96f6.tar.gz
bcfg2-ec7cfaf543a693649a98e163895a49a2a9ef96f6.tar.bz2
bcfg2-ec7cfaf543a693649a98e163895a49a2a9ef96f6.zip
doc: Clarify dynamic reports installation/documentation
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5744 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc/index.txt')
-rw-r--r--doc/index.txt20
1 files changed, 13 insertions, 7 deletions
diff --git a/doc/index.txt b/doc/index.txt
index c9a8efc73..54c8176c2 100644
--- a/doc/index.txt
+++ b/doc/index.txt
@@ -41,18 +41,24 @@ Architecture
------------
Bcfg2 provides a declarative interface to system configuration. It was
-designed and implemented in-house at Argonne National Laboratory, but has matured to the
-point that external sites have begun using it. Its configuration
-specifications describe a literal configuration goal state for
-clients. In this architecture, the Bcfg2 client tool is responsible
+designed and implemented in-house at Argonne National Laboratory, but
+has matured to the point that external sites have begun using it. Its
+configuration specifications describe a literal configuration goal state
+for clients. In this architecture, the Bcfg2 client tool is responsible
for determining what, if any, configuration operations must occur and
-then performing those operations. The client also uploads statistics and client
-configuration state information. The design and implementation of the reporting system is described in a separate [wiki:Reports page].
+then performing those operations. The client also uploads statistics and
+client configuration state information. The design and implementation
+of the reporting system is described in a separate
+:ref:`page <server-reports-index>`.
Server
^^^^^^
-The role of the bcfg2 server is rendering a client-specific target configuration description from a global specification. The specification consists of a directory structure containing data for a variety of server plugins. The bcfg2 server has a plugin interface that can be used to interpret parts configuration specification.
+The role of the bcfg2 server is rendering a client-specific target
+configuration description from a global specification. The specification
+consists of a directory structure containing data for a variety of server
+plugins. The bcfg2 server has a plugin interface that can be used to
+interpret parts configuration specification.
Client
^^^^^^