summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | added genshi support to StructFileChris St. Pierre2013-02-045-147/+138
| | |
| * | made genshi a requirementChris St. Pierre2013-01-229-276/+221
| | |
| * | fixed detection of default plugin list when loading django ORM modelsChris St. Pierre2013-01-181-1/+1
| | |
| * | Merge branch '1.3.1' into 1.4.xChris St. Pierre2013-01-187-24/+264
| |\ \
| | * | StructFile: fixed lax/strict decryption setting with no crypto libs installedChris St. Pierre2013-01-181-4/+1
| | | |
| | * | Merge branch 'master' into 1.3.1Chris St. Pierre2013-01-186-20/+263
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Server/Plugins/Properties.py
| * | | | removed straggling references to removed stuffChris St. Pierre2013-01-172-12/+0
| | | | |
| * | | | Merge branch '1.3.1' into 1.4.xChris St. Pierre2013-01-176-25/+22
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Server/Plugins/Packages/Collection.py src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py src/lib/Bcfg2/Server/Plugins/Packages/__init__.py
| | * | | removed passing of optionparser object amongst Packages pluginChris St. Pierre2013-01-176-23/+20
| | | | |
| * | | | Merge branch '1.3.1' into 1.4.xChris St. Pierre2013-01-172-2/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/server/plugins/generators/cfg.txt src/lib/Bcfg2/Server/Admin/Snapshots.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/FileProbes.py src/lib/Bcfg2/Server/Plugins/NagiosGen.py src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py src/lib/Bcfg2/Server/models.py testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py
| | * | | docs: removed stray reference to SETUP globalChris St. Pierre2013-01-171-1/+0
| | | | |
| | * | | Options: split loading a new OptionParser from fetching an existing parserChris St. Pierre2013-01-179-22/+27
| | | | |
| | * | | StructFile: minor cleanupChris St. Pierre2013-01-171-3/+3
| | | | |
| | * | | abstracted encryption support from Properties/CfgPrivateKeyCreator to StructFileChris St. Pierre2013-01-1714-309/+208
| | | | |
| | * | | added module-level OptionParser to avoid passing it as an argument or global ↵Chris St. Pierre2013-01-1744-549/+472
| | | | | | | | | | | | | | | | | | | | all over
| * | | | fixed unit tests from mergeChris St. Pierre2013-01-171-3/+2
| | | | |
| * | | | FAM: split loading a new FileMonitor from fetching an existing oneChris St. Pierre2013-01-172-15/+27
| | | | |
| * | | | fixed unit testsChris St. Pierre2013-01-172-7/+2
| | | | |
| * | | | removed magic groupsChris St. Pierre2013-01-1713-214/+59
| | | | |
| * | | | removed deprecated tools: RPMng, YUM24, YUMngChris St. Pierre2013-01-1718-640/+31
| | | | |
| * | | | fixed unit testsChris St. Pierre2013-01-178-99/+102
| | | | |
| * | | | added a module-level FAM object to avoid passing it as an argument a billion ↵Chris St. Pierre2013-01-1725-136/+141
| | | | | | | | | | | | | | | | | | | | times
| * | | | removed support for info/:info filesChris St. Pierre2013-01-177-158/+20
| | | | |
| * | | | removed support for .cat/.diff filesChris St. Pierre2013-01-174-146/+1
| | | | |
| * | | | removed mode="inherit" supportChris St. Pierre2013-01-172-10/+1
| | | | |
| * | | | removed deprecated plugins: TGenshi, TCheetah, Account, Hostbase, Snapshots, ↵Chris St. Pierre2013-01-1797-7510/+94
| | | | | | | | | | | | | | | | | | | | Statistics, Editor
| * | | | removed deprecated FAM filemonitorChris St. Pierre2013-01-177-126/+13
| | | | |
| * | | | removed deprecated PostInstall supportChris St. Pierre2013-01-177-44/+6
| | | | |
| * | | | Options: split loading a new OptionParser from fetching an existing parserChris St. Pierre2013-01-179-22/+27
| | | | |
| * | | | StructFile: minor cleanupChris St. Pierre2013-01-171-3/+3
| | | | |
| * | | | abstracted encryption support from Properties/CfgPrivateKeyCreator to StructFileChris St. Pierre2013-01-1714-309/+208
| | | | |
| * | | | added module-level OptionParser to avoid passing it as an argument or global ↵Chris St. Pierre2013-01-1744-547/+472
| | | | | | | | | | | | | | | | | | | | all over
* | | | | Merge pull request #69 from kincl/block-while-event-processingChris St. Pierre2013-04-172-1/+2
|\ \ \ \ \ | | | | | | | | | | | | minor fixes for FAM blocking
| * | | | | minor fixes for FAM blockingJason Kincl2013-04-172-1/+2
| | | | | |
* | | | | | Merge pull request #68 from kincl/block-while-event-processingChris St. Pierre2013-04-172-0/+10
|\| | | | | | | | | | | | | | | | | Adding option to force server to wait until all FAM events are processed
| * | | | | Adding option to force server to wait until all FAM events are processedJason Kincl2013-04-172-0/+10
|/ / / / /
* | | | | Merge pull request #67 from fennm/bcfg2-info-client-optionsChris St. Pierre2013-04-012-2/+5
|\ \ \ \ \ | | | | | | | | | | | | Update bcfg2-info OptionParser to use client options
| * | | | | Promote bcfg2-info to have it's own Options dictMichael Fenn2013-03-292-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | Revert "Update bcfg2-info OptionParser to use client options"Michael Fenn2013-03-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3de72bb8c3bb0f0e71357657a256fe33cb65c168.
| * | | | | Update bcfg2-info OptionParser to use client optionsMichael Fenn2013-03-291-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bcfg2-info uses CLI_COMMON_OPTIONS which is a subset of the full CLIENT_COMMON_OPTIONS that the bcfg2 client uses. This causes bcfg2-info to fail on the builddir comand with the following traceback > builddir drdws0056.nyc.desres.deshaw.com /tmp/drdws0056 Command failure Traceback (most recent call last): File "/usr/sbin/bcfg2-info", line 157, in do_loop self.cmdloop('Welcome to bcfg2-info\n' File "/usr/lib64/python2.4/cmd.py", line 142, in cmdloop stop = self.onecmd(line) File "/usr/lib64/python2.4/cmd.py", line 219, in onecmd return func(arg) File "/usr/sbin/bcfg2-info", line 283, in do_builddir client_config) File "/usr/lib/python2.4/site-packages/Bcfg2/Client/Tools/POSIX/__init__.py", line 19, in __init__ self.ppath = setup['ppath'] KeyError: 'ppath' ppath is included in CLIENT_COMMON_OPTIONS, but not CLI_COMMON_OPTIONS so this commit changes bcfg2-info to parse the fuller CLIENT_COMMON_OPTIONS.
* | | | | Merge pull request #66 from fennm/bcfg2-init-retval-fixesChris St. Pierre2013-03-286-10/+33
|\ \ \ \ \ | | | | | | | | | | | | Pass through retval from start, stop, status, etc. in init scripts
| * | | | | Pass through retval from start, stop, status, etc.Michael Fenn2013-03-286-10/+33
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The various init scripts have the usual start, stop, and status functions which are called from a case statement. The functions even nicely return various values for success and failure. Unfortunately, those values were not passed all the way back to the calling shell. Previously, the init scripts would return 0 if any of start, stop, or status failed. This commit ensures that they they pass the return value back to the caller. Why does this matter? Well, beyond just being generally good citizens, bcfg2's own chkconfig client tool expects stopped services to return a non-zero exit code when their status function is called. Otherwise it flags the service state as incorrect and tries to stop it on every run.
* | | | | Merge branch 'maint'Chris St. Pierre2013-03-254-5/+11
|\ \ \ \ \
| * | | | | Packages: expose full source list via Connector interfaceChris St. Pierre2013-03-251-1/+3
| | | | | |
| * | | | | client: actually return probe data to serverChris St. Pierre2013-03-251-0/+1
| | | | | |
| * | | | | Try to update the ticket #1147DongInn Kim2013-03-231-1/+2
| | | | | |
| * | | | | Added trailing / on MEDIA_URL to get rid of deprecated warningsJon Norman2013-03-231-1/+1
| | | | | |
| * | | | | migrate_dbstats: Fix traceback found by jontenSol Jerome2013-03-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | | | | Reports: Fix deprecated Django settings (reported by jonten)Sol Jerome2013-03-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | | | | Merge branch 'maint'Chris St. Pierre2013-03-2416-139/+196
|\ \ \ \ \ \