summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Admin/Client.py
Commit message (Collapse)AuthorAgeFilesLines
* bcfg2-admin: added missing docstringChris St. Pierre2013-11-251-1/+2
|
* bcfg2-admin: Restored missing "bcfg2-admin client add ... attrib=val" ↵Chris St. Pierre2013-11-251-3/+20
| | | | functionality
* bcfg2-admin: set appropriate return values on errorChris St. Pierre2013-06-031-8/+4
|
* Revert "bcfg2-admin: set appropriate return values on error"Chris St. Pierre2013-06-031-4/+8
| | | | | | This reverts commit dae8f399151052fd2a0ce43ac61a56f399a28252. Splitting this into two commits.
* bcfg2-admin: set appropriate return values on errorChris St. Pierre2013-06-031-8/+4
|
* bcfg2-admin client: Only load Metadata pluginChris St. Pierre2013-05-201-0/+1
|
* 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>