summaryrefslogtreecommitdiffstats
path: root/doc/server/index.txt
blob: ce751f2ae24ceb0497b9fe5174d205c36cb0602d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.. -*- mode: rst -*-

.. _server-index:

================
The Bcfg2 Server
================

The Bcfg2 server is responsible for taking a comprehensive infrastructure
description and turning it into a series of configuration specifications
for particular clients. It also manages probed data and tracks statistics
for clients.

The Bcfg2 server takes information from two sources when generating client
configuration specifications. The first is a pool of metadata that describes
clients as members of an aspect-based classing system. That is, clients are
defined in terms of aspects of their behavior. The other is a file system
repository that contains mappings from metadata to literal configuration.
These are combined to form the literal configuration specifications for
clients.

.. toctree::
   :maxdepth: 2

   plugins/index
   admin/index
   configurationentries
   info
   bcfg2-info
   selinux
   configuration
   database
   caching
   encryption
   xml-common
   acl