Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | improved error/debugging messages from YUMng | Chris St. Pierre | 2011-11-29 | 1 | -4/+9 | |
| | ||||||
* | Use new python-apt API and fall back to the old API when new API isn't available | Jeroen Dekkers | 2011-11-23 | 1 | -23/+52 | |
| | ||||||
* | made error handling from bcfg2 client more consistent; avoid some | Chris St. Pierre | 2011-11-23 | 2 | -30/+63 | |
| | | | | backtraces | |||||
* | fixed url for all historical runs for a client | Chris St. Pierre | 2011-11-21 | 1 | -1/+1 | |
| | ||||||
* | Client: Include xincluded files in list | Sol Jerome | 2011-11-18 | 1 | -0/+1 | |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | |||||
* | added support for default/mandatory/optional package groups | Chris St. Pierre | 2011-11-17 | 5 | -15/+40 | |
| | ||||||
* | Packages: Fix md5 import | Rob Lemley | 2011-11-11 | 2 | -2/+2 | |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | |||||
* | Chkconfig: Minor PEP8 fix | Sol Jerome | 2011-11-10 | 1 | -1/+1 | |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | |||||
* | SSLCA: Fix hang when calling openssl | Jake Davis | 2011-11-07 | 1 | -1/+1 | |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | |||||
* | Portage: Turn off pipe detection in equery | Sol Jerome | 2011-11-06 | 1 | -2/+3 | |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | |||||
* | Portage: Add globbing to produce old gentoolkit behavior | Sol Jerome | 2011-11-04 | 1 | -1/+1 | |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | |||||
* | Show prompt when only the permissions of a file have changed, and not | Joe Digilio | 2011-11-04 | 1 | -0/+6 | |
| | | | | the contents. | |||||
* | SSLCA: Fix ConfigParser() calls | Sol Jerome | 2011-11-04 | 1 | -2/+2 | |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | |||||
* | VCS: Fix traceback when destination directory exists | Sol Jerome | 2011-11-04 | 1 | -0/+13 | |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | |||||
* | SSHbase: Sort ssh_known_host entries by hostname | Holger Weiß | 2011-11-02 | 1 | -1/+2 | |
| | | | | | Sort the (non-static) public keys in the auto-generated ssh_known_hosts files by hostname (or group). | |||||
* | SSHbase: Add missing newline | Holger Weiß | 2011-11-02 | 1 | -1/+1 | |
| | | | | | A newline character was missing before the first localhost entry in the ssh_known_hosts files created by SSHbase. | |||||
* | avoid backtrace if bcfg2-yum-helper fails to resolve a group | Chris St. Pierre | 2011-11-01 | 1 | -1/+5 | |
| | ||||||
* | removed unnecessary caching from Yum Packages handler | Chris St. Pierre | 2011-11-01 | 1 | -131/+4 | |
| | ||||||
* | Some housekeeping in Logger.py | Kamil Kisiel | 2011-10-31 | 1 | -128/+45 | |
| | | | | | Removed apparently unused functions (checked via grep) Refactored setup_logging in to several functions for clarity. | |||||
* | properly initialize content so that non-existant files don't get read | Chris St. Pierre | 2011-10-31 | 1 | -0/+1 | |
| | ||||||
* | catch XML syntax error in xinclude routines | Chris St. Pierre | 2011-10-31 | 1 | -1/+7 | |
| | ||||||
* | Version bump to 1.2.0rc2v1.2.0rc2 | Sol Jerome | 2011-10-28 | 1 | -1/+1 | |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | |||||
* | initialize longtime correctly | Chris St. Pierre | 2011-10-28 | 1 | -1/+1 | |
| | ||||||
* | Made Verifyfile() much more efficient and resilient: | Chris St. Pierre | 2011-10-28 | 1 | -99/+148 | |
| | | | | | | | | | | * Use file size to do an initial comparison to see if the file on disk differs from the data in the config; * Only do diffs if necessary: unified diff if -I is used, ndiff if a file is not sensitive or binary; * Both diffs have timeouts; * Fixed edge case where null-content binary files would produce stack traces, not errors. | |||||
* | fixed several bugs with creation of new ssh host keys | Chris St. Pierre | 2011-10-28 | 1 | -12/+30 | |
| | ||||||
* | got a little overzealous with the .rstrip() | Chris St. Pierre | 2011-10-28 | 1 | -1/+1 | |
| | ||||||
* | fixed bug with inclusion of bogus ssh host keys in ssh_known_hosts | Chris St. Pierre | 2011-10-27 | 1 | -0/+2 | |
| | ||||||
* | Add a number of features to SSHbase: | Chris St. Pierre | 2011-10-27 | 4 | -153/+228 | |
| | | | | | | | * Support for group-specific host keys * Support for fully static host- and group-specific ssh_known_hosts * (Support for totally generic host keys and ssh_known_hosts, too, but that's pretty useless.) * Support for info.xml, info, and :info files; only info.xml is likely to be useful, with the <Path> directive | |||||
* | ensure that source cache files do not get cleared on server startup | Chris St. Pierre | 2011-10-24 | 1 | -2/+3 | |
| | ||||||
* | added timestamp attribute to Probe data | Chris St. Pierre | 2011-10-24 | 1 | -7/+20 | |
| | ||||||
* | SSHbase: ECDSA key support from ticket #1063 | Sol Jerome | 2011-10-20 | 1 | -2/+10 | |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | |||||
* | Don't cache StructFile entries | Holger Weiß | 2011-10-20 | 1 | -8/+4 | |
| | | | | | | Re-parse the contents of a StructFile each time they are requested, instead of caching them. This makes sure that any group membership changes are taken into account when <Group> tags are parsed. | |||||
* | avoid backtrace when bcfg2-yum-helper does not exist | Chris St. Pierre | 2011-10-19 | 1 | -1/+8 | |
| | ||||||
* | Various Packages plugin fixes: | Chris St. Pierre | 2011-10-19 | 7 | -367/+543 | |
| | | | | | | | | | | | | | * Added bcfg2-yum-helper to offload Yum API calls to a short-lived process. As absurd as this is, it appears to be the standard way to get around Yum's atrocious memory handling (cf. yum-updatesd). * Added SourceInitError for non-fatal errors instantiating new sources. * Fixed bug that caused all cached data to be removed on server startup (reported by mikemccllstr on IRC). * Fixed a number of overly aggressive caching issues. * Fixed the way sources are loaded at server startup. * Fixed handling of Yum package groups. | |||||
* | Improve error handling of Packages plugin. | Mike McCallister | 2011-10-15 | 7 | -40/+42 | |
| | | | | | | | | | | | | Provide a descriptive error message that avoids logging a traceback. Error out (instead of continuing) upon receiving an HTTP error or an indication that the URL is malformed. Only write data to the cache file if it was successfully retrieved from the URL. Make log messages for Packages plugin use consistent "Packages:" prefix. | |||||
* | Use urlopen from urllib2 instead of urllib so that HTTP errors will be caught. | Mike McCallister | 2011-10-15 | 1 | -1/+1 | |
| | | | | | When using urllib.urlopen, no exception is thrown when the URL request receives a 403 error, for example. | |||||
* | Replaced print statements in Packages with logger calls. | Mike McCallister | 2011-10-15 | 2 | -4/+4 | |
| | ||||||
* | Merge branch 'fix_default_logging_level' of ↵ | Sol Jerome | 2011-10-15 | 1 | -3/+4 | |
|\ | | | | | | | https://github.com/mikemccllstr/bcfg2 | |||||
| * | Pass logging level to Bcfg2.Logger.setup_logging() INFO is set as default | Mike McCallister | 2011-10-14 | 1 | -3/+4 | |
| | | | | | | | | | | | | Prior to this changeset, the Bcfg2.Logger.setup_logging() method was called without passing level, so it defaulted to 0, which appears to be DEBUG. | |||||
* | | Implement the preceeding change for SGenshi, too. | Mike McCallister | 2011-10-15 | 1 | -1/+2 | |
| | | | | | | | | This is where the mistaken Bundle names were being generated. | |||||
* | | Avoid reporting Genshi bundles as missing | Mike McCallister | 2011-10-15 | 1 | -1/+2 | |
|/ | | | | | | | | | | | | | Genshi bundles were reported as missing in the configuration with error messages like the following: Client CLIENTNAME configuration missing bundles: GBUNDLE1:GBUNDLE2 This seems to be caused by the Bundle name being derived from the filename, which was assumed to end in a four character extension of ".xml". When the extension was actually ".genshi", the ".ge" portion was left behind, and the code couldn't match up the requested bundles with the generated bundles. | |||||
* | Merge branch 'plugin/ldap/dev/trehn' of https://github.com/trehn/bcfg2 | Sol Jerome | 2011-10-13 | 1 | -7/+14 | |
|\ | ||||||
| * | improve error logging during LDAP query processing | Torsten Rehn | 2011-10-13 | 1 | -7/+14 | |
| | | | | | | | | | | | | | | | | This replaces the mostly useless error messages likes LdapPlugin error: list index out of range with information about which query failed and a traceback for debugging | |||||
* | | Proxy: Provide proper error message for misconfigured CA (#1059) | Sol Jerome | 2011-10-13 | 1 | -0/+3 | |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | |||||
* | | SSLServer: Fix traceback in xcmd toggle_debug | Sol Jerome | 2011-10-13 | 1 | -1/+2 | |
|/ | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | |||||
* | fixed inclusion of group packages | Chris St. Pierre | 2011-10-12 | 2 | -4/+12 | |
| | | | | fixed loading of sources at server startup | |||||
* | Cfg: Add support for .cheetah files | Joe Digilio | 2011-10-12 | 1 | -1/+30 | |
| | ||||||
* | only cache packages from a package set, not unknowns | Chris St. Pierre | 2011-10-12 | 1 | -5/+7 | |
| | ||||||
* | APK: Pylint/PEP8 fixes | Sol Jerome | 2011-10-11 | 1 | -8/+12 | |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | |||||
* | Merge branch 'apk' of https://github.com/fabaff/bcfg2 | Sol Jerome | 2011-10-11 | 3 | -4/+62 | |
|\ |