summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Admin/Client.py
Commit message (Collapse)AuthorAgeFilesLines
* set up bcfg2-info logging just like bcfg2-adminChris St. Pierre2012-10-171-1/+1
|
* remove remaining calls to Bcfg2.Server.Admin.MetadataCore.__call__Tim Laszlo2012-10-171-1/+0
|
* expanded pylint coverage to Admin modes, removed some old/broken admin modesChris St. Pierre2012-10-171-9/+9
|
* bcfg2-admin: Fix traceback in client modeSol Jerome2012-08-291-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed import/usage of MetadataConsistencyErrorChris St. Pierre2012-08-271-1/+1
|
* Metadata and other improvements:Chris St. Pierre2012-07-301-35/+10
| | | | | | | | | | * 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
* Admin/Client: Can't index when missing argsSol Jerome2012-06-041-3/+0
| | | | | | | There is already a check at the top of the code for missing args. Also, you can't ever reach this code (in the failure case). Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+64
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>