Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Probes: fixed default list of allowed probe groups | Chris St. Pierre | 2013-12-06 | 1 | -1/+1 |
| | |||||
* | testsuite: fixed unit tests for Probes allowed_groups option | Chris St. Pierre | 2013-11-14 | 1 | -0/+1 |
| | |||||
* | Add probes.allowed_groups option to restrict group assignments. | Simon Ruderich | 2013-11-14 | 1 | -1/+16 |
| | |||||
* | Options: make "public" default pgsql database schema | Chris St. Pierre | 2013-11-13 | 1 | -1/+1 |
| | |||||
* | Options: fix parsing of POSIX GID blacklist/whitelist | Chris St. Pierre | 2013-07-30 | 1 | -2/+2 |
| | |||||
* | settings: fixed db schema option | Chris St. Pierre | 2013-07-24 | 1 | -1/+2 |
| | |||||
* | settings: allow setting database schema | Chris St. Pierre | 2013-07-24 | 1 | -1/+4 |
| | |||||
* | Packages: Added timeout to bcfg2-yum-helper calls | Chris St. Pierre | 2013-07-22 | 1 | -1/+2 |
| | | | | | | | This involved making the Yum backend use Bcfg2.Utils.Executor to call bcfg2-yum-helper instead of subprocess.Popen directly. This was cherry-picked (kinda) from 3d06f311274d6b942ee89d8cdb13b2ecc99af1b0, so will likely break the maint -> master merge in spectacular ways. | ||||
* | Options: Fix typos | Sol Jerome | 2013-06-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Options: add database.options | Alexander Sulfrian | 2013-06-28 | 1 | -0/+7 |
| | | | | | | | With the options setting in the database section of the config file various database options for the django database could be set (like ssl mode for postgres). For more information, consult your django databse backend module's documentation. | ||||
* | Opitons: add cook function to parse a dict for the config file | Alexander Sulfrian | 2013-06-28 | 1 | -0/+22 |
| | |||||
* | Options: fixed typo in option | Chris St. Pierre | 2013-05-23 | 1 | -1/+1 |
| | |||||
* | added multiprocessing server core | Chris St. Pierre | 2013-05-20 | 1 | -1/+12 |
| | |||||
* | minor fixes for FAM blocking | Jason Kincl | 2013-05-01 | 1 | -0/+1 |
| | |||||
* | Adding option to force server to wait until all FAM events are processed | Jason Kincl | 2013-05-01 | 1 | -0/+5 |
| | |||||
* | Options: add environment var for config file | Chris St. Pierre | 2013-04-19 | 1 | -1/+2 |
| | |||||
* | Options: Fix PEP8 error | Sol Jerome | 2013-04-04 | 1 | -0/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Promote bcfg2-info to have it's own Options dict | Michael Fenn | 2013-04-01 | 1 | -0/+4 |
| | | | | | | | | | | 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. | ||||
* | Added option to periodically dump performance stats to logs | Chris St. Pierre | 2013-03-29 | 1 | -1/+12 |
| | |||||
* | testsuite: fixed issues found by latest version of pylint | Chris St. Pierre | 2013-03-26 | 1 | -3/+3 |
| | |||||
* | Merge branch '1.3.2' into maint | Chris St. Pierre | 2013-03-21 | 1 | -3/+58 |
|\ | | | | | | | | | | | | | | | | | 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 | ||||
| * | bcfg2-test: added option to spawn multiple child processes to run tests | Chris St. Pierre | 2013-02-25 | 1 | -1/+28 |
| | | |||||
| * | extended usage of Executor class, added client-side timeout options | Chris St. Pierre | 2013-02-14 | 1 | -1/+23 |
| | | |||||
| * | Metadata: allowed setting global default authentication type | Chris St. Pierre | 2013-02-14 | 1 | -1/+7 |
| | | |||||
* | | Reporting: Fix sections for reports settings | Sol Jerome | 2013-03-18 | 1 | -4/+6 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | fixed option description for bcfg2-crypt passphrase option | Chris St. Pierre | 2013-02-21 | 1 | -1/+1 |
|/ | |||||
* | POSIXUsers: set managed uid/gid range | Chris St. Pierre | 2013-01-18 | 1 | -1/+25 |
| | | | | | | | | Added options to set a range (whitelist or blacklist) of managed uids/gids so that accounts in LDAP (e.g.) do not get flagged as "extra" entries. Request: http://article.gmane.org/gmane.comp.sysutils.bcfg2.devel/4629 | ||||
* | read bcfg2-lint plugin list properly | Chris St. Pierre | 2013-01-14 | 1 | -0/+5 |
| | |||||
* | testsuite: test for exceptions raised without messages | Chris St. Pierre | 2012-12-10 | 1 | -2/+2 |
| | |||||
* | set default umask for server, added option to change it | Chris St. Pierre | 2012-11-14 | 1 | -0/+6 |
| | |||||
* | added Git.Update RMI, ability to base bcfg2 VCS repo at a different ↵ | Chris St. Pierre | 2012-10-30 | 1 | -1/+7 |
| | | | | directory than the repo root | ||||
* | Options: Add more vim tempfiles to ignore | Sol Jerome | 2012-10-21 | 1 | -2/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | fixed a few straggling perms -> mode changes | Chris St. Pierre | 2012-10-15 | 1 | -1/+1 |
| | |||||
* | Options: Update mdata option to use 'mode' | Sol Jerome | 2012-10-15 | 1 | -3/+3 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Change the default base for sqlite dbs to SERVER_REPOSITORY/etc/ | Tim Laszlo | 2012-10-11 | 1 | -1/+1 |
| | |||||
* | Lower reporting_file_limit to match 1.2, move web_prefix to reporting section | Tim Laszlo | 2012-10-11 | 1 | -2/+3 |
| | |||||
* | Reporting: Make transport configurable | Tim Laszlo | 2012-10-10 | 1 | -1/+8 |
| | | | | | | | Add routines to the setup to handle alternate transports. Make the default for new installs LocalFilesystem and existing installs DirectStore. Raise an error is DirectStore is used when loading bcfg-report-collector | ||||
* | fix pylint unit test errors | Chris St. Pierre | 2012-10-09 | 1 | -0/+3 |
| | |||||
* | Reporting: Merge new reporting data | Tim Laszlo | 2012-10-08 | 1 | -0/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | drop privs options added, works in CherryPy | Chris St. Pierre | 2012-10-04 | 1 | -1/+33 |
| | |||||
* | fixed default SSL CA cert, which is optional | Chris St. Pierre | 2012-10-03 | 1 | -1/+1 |
| | |||||
* | set default paths for ssl certs/keys according to SELinux policy | Chris St. Pierre | 2012-10-03 | 1 | -3/+3 |
| | |||||
* | made client runs abort on probe failure, added option to disable that | Chris St. Pierre | 2012-09-28 | 1 | -1/+9 |
| | |||||
* | deprecated YUM24 tool, renamed YUMng to YUM, RPMng to RPM | Chris St. Pierre | 2012-09-26 | 1 | -58/+72 |
| | |||||
* | updated bcfg2.conf man page | Chris St. Pierre | 2012-09-25 | 1 | -10/+0 |
| | |||||
* | expanded pylint coverage | Chris St. Pierre | 2012-09-25 | 1 | -30/+72 |
| | |||||
* | Allowing the assertion of a profile for a host to be supplied by the ↵ | Chris Brinker | 2012-09-19 | 1 | -1/+2 |
| | | | | bcfg2.conf file. This is useful if you have a dynamic system and only the client has information on which profile to use. | ||||
* | bcfg2-crypt: added -I option, made --stdout better, updated man page | Chris St. Pierre | 2012-09-13 | 1 | -8/+9 |
| | |||||
* | bcfg2-crypt: added --stdout option | Chris St. Pierre | 2012-09-11 | 1 | -0/+6 |
| | |||||
* | added server-side client metadata object caching | Chris St. Pierre | 2012-09-05 | 1 | -12/+0 |
| |