summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Admin/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Metadata and other improvements:Chris St. Pierre2012-07-301-0/+1
| | | | | | | | | | * Added support for Client tag in groups.xml * Added support for nested Group tags in groups.xml * Added support for negated groups in groups.xml * Added DatabaseBacked plugin mixin to easily allow plugins to connect to a database specified in global database settings in bcfg2.conf * Added DBMetadata plugin that uses relational DB to store client records instead of writing to clients.xml
* fixed instantiation of bcfg2-admin coreChris St. Pierre2012-07-201-1/+1
|
* added CherryPy-based server coreChris St. Pierre2012-07-191-8/+1
|
* added option groupsChris St. Pierre2012-05-211-2/+1
|
* moved plugin-specific configs to main config file; propagate "setup" object ↵Chris St. Pierre2012-05-111-1/+2
| | | | to server Core
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+136
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>