Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add yet another missing sys import | Torsten Rehn | 2011-06-14 | 1 | -0/+1 |
| | |||||
* | Upstart: Fix typo reported by justintime on IRC | Sol Jerome | 2011-06-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | add another missing sys import | Torsten Rehn | 2011-06-14 | 1 | -0/+1 |
| | |||||
* | DBStats: Stop duplicating data in reports_reason | Tim Laszlo | 2011-06-14 | 1 | -6/+3 |
| | |||||
* | log more useful error message if python-ldap is not installed | Torsten Rehn | 2011-06-14 | 1 | -1/+9 |
| | |||||
* | add missing sys import | Torsten Rehn | 2011-06-14 | 1 | -0/+1 |
| | |||||
* | Add missing import sys. | Raul Cuza | 2011-06-14 | 1 | -0/+1 |
| | |||||
* | Pass keypath to create_conf function. | Raul Cuza | 2011-06-14 | 1 | -2/+2 |
| | |||||
* | Add missing import. | Raul Cuza | 2011-06-14 | 1 | -0/+1 |
| | |||||
* | TCheetah: Fix local variable bug reported by trehn on IRC | Sol Jerome | 2011-06-14 | 1 | -3/+3 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Fix bcfg2-reports --badentry and --extraentry | Holger Weiß | 2011-06-14 | 1 | -4/+4 |
| | | | | | | | | | The reporting system schema has been changed. This change lead to exceptions such as | AttributeError: 'Entries_interactions' object has no attribute 'name' when running bcfg2-reports with the --badentry or --extraentry options. | ||||
* | Cfg: Fix the output encoding of Genshi templates | Holger Weiß | 2011-06-14 | 1 | -2/+3 |
| | | | | | | Encode the configuration files generated from Genshi templates according to the encoding setting from Options.py instead of unconditionally using UTF-8. | ||||
* | TGenshi: Fix local variable bug reported by trehn on IRC | Sol Jerome | 2011-05-06 | 1 | -3/+4 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | SSHbase: PY3K string join method fix | Sol Jerome | 2011-05-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Fixed several bugs with last commit. Sorry, I'm a doofus. | Chris St. Pierre | 2011-05-06 | 1 | -11/+10 |
| | |||||
* | Rewrote NagiosGen config to use NagiosGen/config.xml, which | Chris St. Pierre | 2011-05-06 | 2 | -89/+91 |
| | | | | | | | | | | | | understands <Group> and <Client> tags, rather than the client-specific Properties/NagiosGen.xml and the group-specific but limited NagiosGen/parents.xml. Includes schema and bcfg2-lint updates necessary. Wrote conversion tool, nagiosgen-convert.py, which converts everything but the <default/> tag in the old NagiosGen.xml, which cannot be reasonably converted to StructFile format. Also removed a _lot_ of string modification in NagiosGen.py, which should make it a fair bit faster. | ||||
* | Core: Raise error on failed lxml import (Reported by Raul Cuza on IRC) | Sol Jerome | 2011-05-05 | 1 | -1/+5 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | made bcfg2-lint error handling configurable on a much more granular level | Chris St. Pierre | 2011-05-05 | 9 | -96/+197 |
| | |||||
* | Packages: Solve byte string incompatibility in a different way | Sol Jerome | 2011-05-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Common: Fixes to get server to start with PY3K | Sol Jerome | 2011-05-03 | 2 | -25/+26 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Plugins: Handle builtin file type for PY3K | Sol Jerome | 2011-05-03 | 2 | -10/+19 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Fix regressions with new py3k code | Sol Jerome | 2011-05-03 | 2 | -1/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | bcfg2: Fix typos | Sol Jerome | 2011-04-29 | 1 | -2/+2 |
| | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> (cherry picked from commit beb08649193f2c799017024bb738dc31b3420cb2) | ||||
* | Client/Tools: Get rid of popen2 (in favor of subprocess) | Sol Jerome | 2011-04-28 | 1 | -45/+7 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Py3k Compat: Add fixes for various imports | Sol Jerome | 2011-04-27 | 1 | -8/+43 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Fix some syntax issues | Sol Jerome | 2011-04-27 | 2 | -3/+3 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | src/sbin: Add full PY3K compatibility | Sol Jerome | 2011-04-27 | 8 | -109/+128 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Common: Add full PY3K compatibility | Sol Jerome | 2011-04-27 | 7 | -30/+45 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Admin: Add full PY3K compatibility | Sol Jerome | 2011-04-26 | 7 | -15/+31 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Reports: Fix settings parser | Sol Jerome | 2011-04-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Snapshots: Fix missing colon (Reported by emias on IRC) | Sol Jerome | 2011-04-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Plugins: Fix import and indent errors | Sol Jerome | 2011-04-26 | 2 | -1/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Plugins: Add full PY3K compatibility | Sol Jerome | 2011-04-26 | 20 | -76/+169 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Consolidate PY3K compatibility libraries | Sol Jerome | 2011-04-26 | 5 | -9/+19 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Reports: Add full PY3K compatibility | Sol Jerome | 2011-04-26 | 8 | -20/+62 |
| | | | | | | | | Note that Django still doesn't yet support version 3 so this won't necessarily work until there is a compatible version of django available for use. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Better error messages when Svn2 fails for predictable reasons | Chris St. Pierre | 2011-04-26 | 1 | -10/+34 |
| | | | | Other misc. Svn2 tweaks and fixes | ||||
* | SvcTools: Change return from mode="manual" to false so the entries report a ↵ | Tim Laszlo | 2011-04-25 | 6 | -6/+6 |
| | | | | Bad state | ||||
* | SvcTool: adding interactive_only mode | Tim Laszlo | 2011-04-25 | 1 | -1/+3 |
| | |||||
* | Version bump to 1.2.0pre2v1.2.0pre2 | Sol Jerome | 2011-04-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Merge remote-tracking branch 'upstream/master' into removefix | Jonathan Billings | 2011-04-25 | 4 | -107/+117 |
|\ | |||||
| * | unexpanded vcs keywords raise warning, not error | Chris St. Pierre | 2011-04-25 | 1 | -2/+2 |
| | | |||||
| * | Various bcfg2-lint fixes: | Chris St. Pierre | 2011-04-25 | 4 | -105/+115 |
| | | | | | | | | | | | | | | | | * check for all plugins before referencing them, since in --stdin mode even plugins like Bundler may not be instantiated * formatting fixes * made Bundles plugin work with or without genshi installed * fixed name of plugin in example bcfg2-lint.conf | ||||
* | | Fix the bcfg2 client -r option | Jonathan Billings | 2011-04-25 | 2 | -3/+8 |
|/ | | | | | | | The man page for 'bcfg2' says to use -r 'all', 'Service' or 'Package', but the code only responded to -r 'all', 'service' or 'package'. Update the client to allow 'all', 'service', 'Service', 'package' and 'Package'. | ||||
* | changed [main] section of bcfg2-lint.conf to [lint] to make it possible to ↵ | Chris St. Pierre | 2011-04-25 | 1 | -6/+2 |
| | | | | | | combine config files get full stack trace from failed plugins for easier troubleshooting | ||||
* | Misc. bcfg2-lint fixes and tweaks: | Chris St. Pierre | 2011-04-21 | 4 | -10/+15 |
| | | | | | | * fixed bcfg2-lint bug with older pythons * made bcfg2-lint silent by default on success * adjusted bcfg2-lint defaults and alerting levels to work better out-of-the-box | ||||
* | Lots of cleanup for bcfg2-repo-validate rewrite: | Chris St. Pierre | 2011-04-21 | 3 | -21/+24 |
| | | | | | | | | | * Changed all references to bcfg2-repo-validate in the documentation to bcfg2-lint * Wrote man pages for bcfg2-lint and bcfg2-lint.conf * Cleaned up straggling references to bcfg2-repo-validate in Makefiles, spec files, and the POSIX tool * A few minor bug fixes | ||||
* | fixed duplicate group detection in Metadata | Chris St. Pierre | 2011-04-20 | 1 | -2/+1 |
| | |||||
* | short-circuit Pkgmgr lint checks if Pkgmgr plugin not enabled | Chris St. Pierre | 2011-04-20 | 1 | -0/+4 |
| | |||||
* | repo-validate: Recreate as a symlink to bcfg2-lint | Sol Jerome | 2011-04-20 | 1 | -0/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Rewrote bcfg2-repo-validate as bcfg2-lint, which uses a plugin | Chris St. Pierre | 2011-04-20 | 11 | -330/+910 |
| | | | | | | | | | interface to be lots more flexible and extensible. Added several more tests. If bcfg2-lint is run as bcfg2-repo-validate, it roughly emulates the functionality of that program. TODO: Need to figure out correct way to symlink bcfg2-repo-validate to bcfg2-lint on install. |