summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Admin
Commit message (Collapse)AuthorAgeFilesLines
* Options: migrated bcfg2-admin to new parserChris St. Pierre2013-06-2712-1385/+0
|
* Merge branch 'maint'Chris St. Pierre2013-06-277-46/+27
|\ | | | | | | | | | | | | | | | | Conflicts: doc/server/plugins/generators/cfg.txt doc/server/plugins/generators/tcheetah.txt src/lib/Bcfg2/Server/Admin/Xcmd.py src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py
| * Server/Admin/Syncdb: add missing importAlexander Sulfrian2013-06-181-0/+1
| |
| * fixed unit testsChris St. Pierre2013-06-033-4/+3
| |
| * bcfg2-admin: set appropriate return values on errorChris St. Pierre2013-06-037-54/+23
| |
| * Revert "bcfg2-admin: set appropriate return values on error"Chris St. Pierre2013-06-037-23/+54
| | | | | | | | | | | | This reverts commit dae8f399151052fd2a0ce43ac61a56f399a28252. Splitting this into two commits.
| * bcfg2-admin: set appropriate return values on errorChris St. Pierre2013-06-037-54/+23
| |
* | Merge branch 'maint'Chris St. Pierre2013-05-211-0/+1
|\|
| * bcfg2-admin client: Only load Metadata pluginChris St. Pierre2013-05-201-0/+1
| |
* | Merge branch 'maint'Chris St. Pierre2013-05-171-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/appendix/guides/centos.txt doc/server/plugins/grouping/metadata.txt setup.py src/lib/Bcfg2/Client/Frame.py src/lib/Bcfg2/Client/Proxy.py src/lib/Bcfg2/Server/Lint/Genshi.py src/lib/Bcfg2/Server/Lint/Validate.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/SSHbase.py src/sbin/bcfg2-lint
| * added remaining required Core.load_plugins() callsChris St. Pierre2013-05-071-0/+1
| |
* | Fixing unit testsChris St. Pierre2013-04-252-12/+13
| |
* | Merge branch 'maint'Chris St. Pierre2013-04-246-37/+24
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Client/Client.py src/lib/Bcfg2/Client/Frame.py src/lib/Bcfg2/Client/Tools/YUM.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Admin/Perf.py src/lib/Bcfg2/Server/Admin/Xcmd.py src/lib/Bcfg2/Server/Admin/__init__.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/FileMonitor/Fam.py src/lib/Bcfg2/Server/Lint/RequiredAttrs.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Base.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/Cfg/CfgPrivateKeyCreator.py src/lib/Bcfg2/Server/Plugins/Cvs.py src/lib/Bcfg2/Server/Plugins/Darcs.py src/lib/Bcfg2/Server/Plugins/Decisions.py src/lib/Bcfg2/Server/Plugins/FileProbes.py src/lib/Bcfg2/Server/Plugins/Fossil.py src/lib/Bcfg2/Server/Plugins/Git.py src/lib/Bcfg2/Server/Plugins/Metadata.py src/lib/Bcfg2/Server/Plugins/NagiosGen.py src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py src/lib/Bcfg2/Server/Plugins/Packages/Source.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py src/lib/Bcfg2/Server/Plugins/Properties.py src/lib/Bcfg2/Server/Plugins/__init__.py src/lib/Bcfg2/Server/__init__.py src/sbin/bcfg2-build-reports src/sbin/bcfg2-crypt testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestMetadata.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProperties.py
| * Core: load plugins after daemonization so files/dirs created at plugin init ↵Chris St. Pierre2013-04-162-5/+8
| | | | | | | | time have proper permissions
| * testsuite: fixed issues found by latest version of pylintChris St. Pierre2013-03-261-18/+3
| |
| * testsuite: fixed issues found by latest version of pep8Chris St. Pierre2013-03-266-35/+31
| |
* | Merge branch '1.4.x'Chris St. Pierre2013-04-2310-298/+127
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: debian/bcfg2-server.install doc/server/plugins/grouping/metadata.txt src/lib/Bcfg2/Client/Client.py src/lib/Bcfg2/Client/Tools/Portage.py src/lib/Bcfg2/Client/Tools/RcUpdate.py src/lib/Bcfg2/Client/Tools/YUM24.py src/lib/Bcfg2/Client/Tools/__init__.py src/lib/Bcfg2/Client/Tools/launchd.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Metadata.py src/lib/Bcfg2/Server/models.py src/lib/Bcfg2/Utils.py src/sbin/bcfg2-info src/sbin/bcfg2-test testsuite/Testsrc/Testlib/TestClient/TestTools/Test_init.py testsuite/Testsrc/test_code_checks.py
| * use Executor class for better subprocess calling on serverChris St. Pierre2013-03-142-49/+43
| |
| * fixed some option parsing bugsChris St. Pierre2013-02-121-1/+1
| |
| * removed deprecated Base pluginChris St. Pierre2013-02-082-5/+4
| |
| * moved some libraries in Bcfg2/ into more specific (Server/ or Client/) placesChris St. Pierre2013-02-052-18/+18
| |
| * removed deprecated plugins: TGenshi, TCheetah, Account, Hostbase, Snapshots, ↵Chris St. Pierre2013-01-173-167/+3
| | | | | | | | Statistics, Editor
| * removed deprecated PostInstall supportChris St. Pierre2013-01-171-2/+1
| |
| * added module-level OptionParser to avoid passing it as an argument or global ↵Chris St. Pierre2013-01-179-60/+61
| | | | | | | | all over
* | fixed some pylint errorsChris St. Pierre2013-03-191-1/+1
| |
* | Admin/Init: Fix traceback due to missing importSol Jerome2013-03-191-0/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | init: fixed creation of repo directory for real this timeChris St. Pierre2013-03-151-11/+10
| |
* | init: fixed creation of repo directoryChris St. Pierre2013-03-151-2/+2
| |
* | bcfg2-admin init: create specification directory if it doesn't existChris St. Pierre2013-03-151-0/+1
| |
* | Admin: Fix __call__ method in bcfg2-admin initSol Jerome2013-03-151-3/+1
|/ | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* removed bogus print statementsChris St. Pierre2012-11-161-1/+1
|
* flush input buffers before accepting stdinChris St. Pierre2012-11-122-25/+42
|
* set up bcfg2-info logging just like bcfg2-adminChris St. Pierre2012-10-172-2/+2
|
* remove remaining calls to Bcfg2.Server.Admin.MetadataCore.__call__Tim Laszlo2012-10-173-3/+0
|
* expanded pylint coverage to Admin modes, removed some old/broken admin modesChris St. Pierre2012-10-1716-398/+154
|
* remove call to super __call__ in minestructTim Laszlo2012-10-161-1/+0
|
* fixed a few straggling perms -> mode changesChris St. Pierre2012-10-152-3/+3
|
* Reports.Admin: Update prune for new schemaTim Laszlo2012-10-111-6/+7
|
* Admin.Reports: Add database stats methodTim Laszlo2012-10-111-2/+13
|
* Reversed the count on printStatsTim Laszlo2012-10-111-1/+1
|
* Admin.Reports: Fix printStats decoratorTim Laszlo2012-10-111-13/+10
|
* Reporting: Make transport configurableTim Laszlo2012-10-101-0/+3
| | | | | | | 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
* Admin.Reports: Map syncdb to update as the migration command is now required ↵Tim Laszlo2012-10-091-3/+5
| | | | with south
* bcfg2-admin: fixed syncdbChris St. Pierre2012-10-091-4/+2
|
* Add prune routinesTim Laszlo2012-10-091-50/+14
|
* Admin.Reports: Fix django command proxyTim Laszlo2012-10-091-2/+2
|
* Admin.Reports: stop calling __call__ in parent classTim Laszlo2012-10-081-1/+0
|
* Reporting: Merge new reporting dataTim Laszlo2012-10-082-71/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* prompt for locations of bcfg2 keypair in Init, using sane OS defaultsChris St. Pierre2012-10-032-136/+123
|
* various pylint fixesChris St. Pierre2012-09-251-1/+1
|