summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Options.py
Commit message (Collapse)AuthorAgeFilesLines
* removed in-place modification of "states" dict in client toolsChris St. Pierre2013-02-211-3/+3
|
* extended usage of Executor class, added client-side timeout optionsChris St. Pierre2013-02-141-1/+23
|
* Metadata: allowed setting global default authentication typeChris St. Pierre2013-02-141-1/+7
|
* fixed some option parsing bugsChris St. Pierre2013-02-121-8/+10
|
* Merge branch '1.3.1' into 1.4.xChris St. Pierre2013-01-181-1/+25
|\
| * Merge branch 'master' into 1.3.1Chris St. Pierre2013-01-181-1/+25
| |\ | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Server/Plugins/Properties.py
| | * POSIXUsers: set managed uid/gid rangeChris St. Pierre2013-01-181-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
| * | Options: split loading a new OptionParser from fetching an existing parserChris St. Pierre2013-01-171-13/+18
| | |
| * | added module-level OptionParser to avoid passing it as an argument or global ↵Chris St. Pierre2013-01-171-9/+59
| |/ | | | | | | all over
* | removed deprecated tools: RPMng, YUM24, YUMngChris St. Pierre2013-01-171-89/+13
| |
* | Options: split loading a new OptionParser from fetching an existing parserChris St. Pierre2013-01-171-13/+18
| |
* | added module-level OptionParser to avoid passing it as an argument or global ↵Chris St. Pierre2013-01-171-9/+59
|/ | | | all over
* read bcfg2-lint plugin list properlyChris St. Pierre2013-01-141-0/+5
|
* testsuite: test for exceptions raised without messagesChris St. Pierre2012-12-101-2/+2
|
* set default umask for server, added option to change itChris St. Pierre2012-11-141-0/+6
|
* added Git.Update RMI, ability to base bcfg2 VCS repo at a different ↵Chris St. Pierre2012-10-301-1/+7
| | | | directory than the repo root
* Options: Add more vim tempfiles to ignoreSol Jerome2012-10-211-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed a few straggling perms -> mode changesChris St. Pierre2012-10-151-1/+1
|
* Options: Update mdata option to use 'mode'Sol Jerome2012-10-151-3/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Change the default base for sqlite dbs to SERVER_REPOSITORY/etc/Tim Laszlo2012-10-111-1/+1
|
* Lower reporting_file_limit to match 1.2, move web_prefix to reporting sectionTim Laszlo2012-10-111-2/+3
|
* Reporting: Make transport configurableTim Laszlo2012-10-101-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 errorsChris St. Pierre2012-10-091-0/+3
|
* Reporting: Merge new reporting dataTim Laszlo2012-10-081-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 CherryPyChris St. Pierre2012-10-041-1/+33
|
* fixed default SSL CA cert, which is optionalChris St. Pierre2012-10-031-1/+1
|
* set default paths for ssl certs/keys according to SELinux policyChris St. Pierre2012-10-031-3/+3
|
* made client runs abort on probe failure, added option to disable thatChris St. Pierre2012-09-281-1/+9
|
* deprecated YUM24 tool, renamed YUMng to YUM, RPMng to RPMChris St. Pierre2012-09-261-58/+72
|
* updated bcfg2.conf man pageChris St. Pierre2012-09-251-10/+0
|
* expanded pylint coverageChris St. Pierre2012-09-251-30/+72
|
* Allowing the assertion of a profile for a host to be supplied by the ↵Chris Brinker2012-09-191-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 pageChris St. Pierre2012-09-131-8/+9
|
* bcfg2-crypt: added --stdout optionChris St. Pierre2012-09-111-0/+6
|
* added server-side client metadata object cachingChris St. Pierre2012-09-051-12/+0
|
* Options.py: Preserve config file option name caseJohn Morris2012-09-031-0/+5
| | | | | | | | | | | | | | | | | | | | | See this link: http://docs.python.org/library/configparser.html#ConfigParser.RawConfigParser.optionxform By default, RawConfigParser squashes option names to lower case. The ZBCA plugin, before plugin configuration was moved from data directories to /etc/bcfg2.conf, relied on option name case to be preserved because X509v3 extension names use mixed case. Moving the ZBCA config into bcfg2.conf breaks the plugin because pyOpenSSL no longer recognizes the extension names. This patch causes RawConfigParser to preserve option name case. This is anticipated to break things if users have placed upper-case characters in config file option names. (cherry picked from commit 043706ab10034461f64a53060d8ba54f278c2e0c) Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Options: misc. minor fixesChris St. Pierre2012-08-281-2/+7
|
* better stringification of Option objectsChris St. Pierre2012-08-281-2/+25
|
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
|
* fixed broken XML-RPC retries, made delay configurableChris St. Pierre2012-08-201-0/+7
|
* added --version argument to everything that uses Bcfg2.Options (#1044)Chris St. Pierre2012-08-201-1/+23
|
* fixed some egregiously wrong Options testsChris St. Pierre2012-08-161-11/+10
|
* Bcfg2.settings: bcfg2-web.conf is the default, unless bcfg2-web.conf doesn't ↵Chris St. Pierre2012-08-161-0/+17
| | | | exit and bcfg2.conf does
* removed print statementsChris St. Pierre2012-08-151-2/+3
|
* Options: swap deprecation warning valuesTim Laszlo2012-08-151-1/+1
|
* made logging to syslog configurable and default for all loggingChris St. Pierre2012-08-151-1/+7
|
* POSIX:Chris St. Pierre2012-08-151-0/+2
| | | | | | refactored POSIX tool into multiple files to make it more manageable Added unit tests for POSIX tool and sub-tools fixed ACL handling for filesystems mounted noacl
* Options: Change default ENGINE settingSol Jerome2012-08-141-1/+1
| | | | | | | This helps reduce the amount of typing the user needs to do and also corresponds with our existing documentation for setting up reports. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Options: Suppress warnings in bcfg2-admin initSol Jerome2012-08-121-6/+13
| | | | | | | | The warning for missing bcfg2.conf is just ugly when trying to initialize your bcfg2-server via bcfg2-admin init. This commit prevents us from spamming the new user with irrelevant information. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Bcfg2.Options: Add support for deprecated optionsTim Laszlo2012-08-091-7/+24
|