Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Promote bcfg2-info to have it's own Options dict | Michael Fenn | 2013-04-01 | 1 | -2/+1 |
| | | | | | | | | | | Turns out that CLIENT_COMMON_OPTIONS and SERVER_COMMON_OPTIONS conflict. Adding ppath and max_copies (turns out the latter is also necessary) to the bcfg2-info code directly seemed like a maintenance problem waiting to happen, so I factored that out into a new INFO_COMMON_OPTIONS dict. That will keep any options parsing special cases out of the bcfg2-info code hopefully be more maintainable going forward. | ||||
* | testsuite: more text fixes | Chris St. Pierre | 2013-03-26 | 1 | -1/+1 |
| | |||||
* | testsuite: fixed issues found by latest version of pep8 | Chris St. Pierre | 2013-03-26 | 3 | -24/+21 |
| | |||||
* | bcfg2-info: fixed building help message on 2.4 (from Michael Fenn) | Chris St. Pierre | 2013-03-22 | 1 | -4/+7 |
| | |||||
* | bcfg2-info: made packageresolve use code from Packages instead of ↵ | Chris St. Pierre | 2013-03-22 | 1 | -13/+16 |
| | | | | reinventing the wheel | ||||
* | Merge branch '1.3.2' into maint | Chris St. Pierre | 2013-03-21 | 6 | -36/+190 |
|\ | | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Client/Tools/__init__.py src/sbin/bcfg2-test testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/Test__init.py testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIXUsers.py testsuite/Testsrc/test_code_checks.py | ||||
| * | added PEP-8 style checks to test suite | Chris St. Pierre | 2013-03-11 | 6 | -9/+16 |
| | | |||||
| * | bcfg2-test: added option to spawn multiple child processes to run tests | Chris St. Pierre | 2013-02-25 | 1 | -37/+177 |
| | | |||||
* | | bcfg2-reports: fixed name of database config section | Chris St. Pierre | 2013-03-20 | 1 | -6/+6 |
| | | |||||
* | | bcfg2-test: apply ignore list to unknown packages | Chris St. Pierre | 2013-03-18 | 1 | -1/+3 |
| | | |||||
* | | bcfg2-test: fixed test for missing bundles | Chris St. Pierre | 2013-03-04 | 1 | -2/+1 |
| | | |||||
* | | bcfg2-test: added checks for missing bundles and unknown packages | Chris St. Pierre | 2013-03-04 | 1 | -0/+14 |
| | | |||||
* | | Core: properly handle Ctrl-C | Chris St. Pierre | 2013-02-25 | 1 | -15/+0 |
|/ | |||||
* | bcfg2-test: test for clients with no entries | Chris St. Pierre | 2013-02-08 | 1 | -0/+3 |
| | |||||
* | fixed unit tests | Chris St. Pierre | 2013-01-29 | 1 | -2/+7 |
| | |||||
* | bcfg2-test: various improvements | Chris St. Pierre | 2013-01-28 | 1 | -11/+40 |
| | | | | | - avoided hang on Ctrl-C - better output formatting and verbosity | ||||
* | fixed syntax errors for py < 2.5 | Chris St. Pierre | 2013-01-18 | 1 | -1/+2 |
| | |||||
* | Made a few encryption things simpler: | Chris St. Pierre | 2013-01-17 | 1 | -8/+11 |
| | | | | | | * Only one strict/lax setting, in [encryption], rather than separate settings in [properties] and [sshkeys] * No longer necessary to enable encryption on each Properties file | ||||
* | bcfg2-lint: removed unused import | Chris St. Pierre | 2013-01-15 | 1 | -1/+0 |
| | |||||
* | set default bcfg2-lint plugin list | Chris St. Pierre | 2013-01-14 | 1 | -1/+3 |
| | |||||
* | read bcfg2-lint plugin list properly | Chris St. Pierre | 2013-01-14 | 1 | -5/+3 |
| | |||||
* | removed Duplicates plugin from bcfg2-lint docs | Chris St. Pierre | 2013-01-14 | 1 | -1/+1 |
| | |||||
* | bcfg2-lint: automatically load lint plugins that are part of enabled bcfg2 ↵ | Chris St. Pierre | 2013-01-03 | 1 | -1/+17 |
| | | | | server plugins | ||||
* | bcfg2-crypt: fixed edge case where value is decrypted with the wrong key to ↵ | Chris St. Pierre | 2012-12-13 | 1 | -1/+11 |
| | | | | produce gibberish | ||||
* | fixed bcfg2-info buildbundle to use code from Bundler plugin | Chris St. Pierre | 2012-11-27 | 1 | -27/+17 |
| | |||||
* | removed bogus print statements | Chris St. Pierre | 2012-11-16 | 1 | -4/+3 |
| | |||||
* | flush input buffers before accepting stdin | Chris St. Pierre | 2012-11-12 | 1 | -7/+12 |
| | |||||
* | bcfg2-build-reports: Remove deprecated ping options | Sol Jerome | 2012-11-05 | 1 | -15/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | bcfg2-crypt: improved error message | Chris St. Pierre | 2012-10-22 | 1 | -1/+1 |
| | |||||
* | fixed bcfg2-crypt bug with single passphrase and algorithm specified | Chris St. Pierre | 2012-10-22 | 1 | -8/+15 |
| | |||||
* | bcfg2-info: Remove extraneous strip() call | Sol Jerome | 2012-10-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | bcfg2-info query: Query all hosts if none specified | Sol Jerome | 2012-10-17 | 1 | -2/+5 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | set up bcfg2-info logging just like bcfg2-admin | Chris St. Pierre | 2012-10-17 | 1 | -4/+10 |
| | |||||
* | fixed tests on new client class | Chris St. Pierre | 2012-10-17 | 1 | -1/+1 |
| | |||||
* | added bcfg2_local.py, a tool to run bcfg2 against a local specification | Chris St. Pierre | 2012-10-17 | 2 | -333/+13 |
| | |||||
* | expanded pylint coverage to Admin modes, removed some old/broken admin modes | Chris St. Pierre | 2012-10-17 | 2 | -15/+35 |
| | |||||
* | bcfg2-reports: dangling reference to old schema | Tim Laszlo | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | bcfg2-reports: updated to new schema | Tim Laszlo | 2012-10-15 | 1 | -22/+20 |
| | |||||
* | bcfg2-info: added probes subcommand to list probes for a client | Chris St. Pierre | 2012-10-15 | 1 | -6/+44 |
| | |||||
* | bcfg2-report-collector: Raise SystemExit instead of SystemError | Tim Laszlo | 2012-10-10 | 1 | -2/+2 |
| | | | | This is causing a hang on shutdown when not daemonized. | ||||
* | bcfg2-lint: shut down server core when done running server lint plugins | Chris St. Pierre | 2012-10-09 | 1 | -4/+7 |
| | |||||
* | fixed more pylint checks | Chris St. Pierre | 2012-10-09 | 1 | -5/+11 |
| | |||||
* | Reporting: Merge new reporting data | Tim Laszlo | 2012-10-08 | 1 | -0/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move reporting data to a new schema Use south for django migrations Add bcfg2-report-collector daemon Conflicts: doc/development/index.txt doc/server/plugins/connectors/properties.txt doc/server/plugins/generators/packages.txt setup.py src/lib/Bcfg2/Client/Tools/SELinux.py src/lib/Bcfg2/Compat.py src/lib/Bcfg2/Encryption.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Admin/Init.py src/lib/Bcfg2/Server/Admin/Reports.py src/lib/Bcfg2/Server/BuiltinCore.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/FileMonitor/Inotify.py src/lib/Bcfg2/Server/Plugin/base.py src/lib/Bcfg2/Server/Plugin/interfaces.py src/lib/Bcfg2/Server/Plugins/Cfg/CfgEncryptedGenerator.py src/lib/Bcfg2/Server/Plugins/FileProbes.py src/lib/Bcfg2/Server/Plugins/Ohai.py src/lib/Bcfg2/Server/Plugins/Packages/Collection.py src/lib/Bcfg2/Server/Plugins/Packages/Source.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py src/lib/Bcfg2/Server/Plugins/Packages/__init__.py src/lib/Bcfg2/Server/Plugins/Probes.py src/lib/Bcfg2/Server/Plugins/Properties.py src/lib/Bcfg2/Server/Reports/backends.py src/lib/Bcfg2/Server/Reports/manage.py src/lib/Bcfg2/Server/Reports/nisauth.py src/lib/Bcfg2/settings.py src/sbin/bcfg2-crypt src/sbin/bcfg2-yum-helper testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProbes.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestSEModules.py | ||||
* | bcfg2-lint: fixed confusion about variables named "errors" | Chris St. Pierre | 2012-10-04 | 1 | -1/+1 |
| | |||||
* | testsuite: expanded pylint coverage | Chris St. Pierre | 2012-10-03 | 1 | -217/+213 |
| | |||||
* | fixed missing error when probe download fails | Chris St. Pierre | 2012-10-03 | 1 | -0/+1 |
| | |||||
* | made client runs abort on probe failure, added option to disable that | Chris St. Pierre | 2012-09-28 | 1 | -114/+133 |
| | |||||
* | made full pylint checks the default, expanded pylint coverage to lots of tools | Chris St. Pierre | 2012-09-26 | 1 | -1/+0 |
| | |||||
* | updated bcfg2.conf man page | Chris St. Pierre | 2012-09-25 | 1 | -1/+0 |
| | |||||
* | expanded pylint coverage | Chris St. Pierre | 2012-09-25 | 3 | -108/+130 |
| |