summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Core.py
Commit message (Collapse)AuthorAgeFilesLines
...
* made bcfg2-admin perf work againChris St. Pierre2012-08-291-0/+7
|
* Bcfg2.settings: Fixed config file reading:Chris St. Pierre2012-08-281-2/+1
| | | | | | | | | | | | | | | | | | | | * If -W is given on the command line, the config file given by -W is read. * If /etc/bcfg2-web.conf does not exist, and -C was given on the command line, the config file given by -C is read. * If /etc/bcfg2-web.conf does not exist and -C was not given on the command line, the default /etc/bcfg2.conf is read. * If /etc/bcfg2-web.conf exists, and neither -W nor -C was given on the command line, then /etc/bcfg2-web.conf is read. This will produce errors if: * A bogus (non-existent, unreadable) file was given by -W; or * A bogus file was given by -C and /etc/bcfg2-web.conf does not exist; or * No -W was given and /etc/bcfg2-web.conf exists but is unreadable; or * No -W was given, /etc/bcfg2-web.conf does not exist, and /etc/bcfg2.conf is bogus.
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
|
* removed or fixed functools importsChris St. Pierre2012-08-231-4/+1
|
* fixed xml stringification in core, bcfg2Chris St. Pierre2012-08-211-2/+4
|
* lots of various py3k fixesChris St. Pierre2012-08-211-4/+2
|
* py3k xml fixesChris St. Pierre2012-08-201-2/+2
|
* Bcfg2.settings: bcfg2-web.conf is the default, unless bcfg2-web.conf doesn't ↵Chris St. Pierre2012-08-161-1/+2
| | | | exit and bcfg2.conf does
* increase default console log level for bcfg2-serverChris St. Pierre2012-08-161-1/+6
|
* Core: fixed error message bugChris St. Pierre2012-08-161-1/+1
|
* made logging levels more consistent in a few placesChris St. Pierre2012-08-151-4/+5
|
* SchemaUpdater: improved error handlingChris St. Pierre2012-08-151-1/+2
|
* Core: Catch attribute errors. Allow loading submodulesTim Laszlo2012-08-151-2/+6
|
* Core: add database_available flag to allow plugins to see availabilityTim Laszlo2012-08-151-1/+8
|
* made logging to syslog configurable and default for all loggingChris St. Pierre2012-08-151-1/+1
|
* Merge branch 'tests'Chris St. Pierre2012-08-151-14/+11
|\
| * move MetadataConsistency/RuntimeError exceptions into Plugin.py so we don't ↵Chris St. Pierre2012-08-091-14/+11
| | | | | | | | depend on a particular Metadata plugin
* | Core: move UpdaterError into the try blockTim Laszlo2012-08-071-4/+5
|/
* Merge reporting configuration with main server configurationTim Laszlo2012-08-071-0/+17
| | | | | | Admin/Syncdb: Use SchemaUpdater Move the schema update routines from reports to Bcfg2.Server Move Reports.settings into Bcfg2.settings
* fixed logging of plugin instantiation failureChris St. Pierre2012-08-071-1/+2
|
* Metadata and other improvements:Chris St. Pierre2012-07-301-4/+11
| | | | | | | | | | * 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
* added CherryPy-based server coreChris St. Pierre2012-07-191-108/+177
|
* added feature to allow clients to declare their version to serverChris St. Pierre2012-07-111-40/+49
|
* merged maintChris St. Pierre2012-06-191-5/+3
|
* added end_statistics hook to ClientRunHooks; added calls to Packages and ↵Chris St. Pierre2012-06-121-0/+2
| | | | PuppetENC to clean cache after statistics, too
* added ClientRunHooks plugin roleChris St. Pierre2012-06-121-0/+18
|
* added option groupsChris St. Pierre2012-05-211-2/+0
|
* Added inotify filemonitor driverChris St. Pierre2012-05-181-4/+16
| | | | Moved list of files to ignore into config
* merged maintChris St. Pierre2012-05-151-2/+5
|
* moved plugin-specific configs to main config file; propagate "setup" object ↵Chris St. Pierre2012-05-111-1/+7
| | | | to server Core
* modularized CfgChris St. Pierre2012-05-081-2/+2
|
* PY3K: Get server code working againSol Jerome2012-05-051-3/+8
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* better error message from bcfg2-info on no matching generatorChris St. Pierre2012-05-011-1/+2
|
* fixed confusing error messageChris St. Pierre2012-04-231-2/+2
|
* improved error reporting in a few placesChris St. Pierre2012-04-131-2/+4
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+479
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>