summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Admin/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Options: migrated bcfg2-admin to new parserChris St. Pierre2013-06-271-142/+0
|
* 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-251-2/+2
| |
* | Merge branch 'maint'Chris St. Pierre2013-04-241-23/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * 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-261-22/+20
| |
* | removed deprecated plugins: TGenshi, TCheetah, Account, Hostbase, Snapshots, ↵Chris St. Pierre2013-01-171-1/+0
| | | | | | | | Statistics, Editor
* | added module-level OptionParser to avoid passing it as an argument or global ↵Chris St. Pierre2013-01-171-10/+10
|/ | | | all over
* set up bcfg2-info logging just like bcfg2-adminChris St. Pierre2012-10-171-1/+1
|
* expanded pylint coverage to Admin modes, removed some old/broken admin modesChris St. Pierre2012-10-171-5/+25
|
* prompt for locations of bcfg2 keypair in Init, using sane OS defaultsChris St. Pierre2012-10-031-17/+23
|
* bcfg2-admin: Switch to pseudo file monitorTim Laszlo2012-09-241-1/+3
|
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
|
* Metadata and other improvements:Chris St. Pierre2012-07-301-0/+1
| | | | | | | | | | * Added support for Client tag in groups.xml * Added support for nested Group tags in groups.xml * Added support for negated groups in groups.xml * Added DatabaseBacked plugin mixin to easily allow plugins to connect to a database specified in global database settings in bcfg2.conf * Added DBMetadata plugin that uses relational DB to store client records instead of writing to clients.xml
* fixed instantiation of bcfg2-admin coreChris St. Pierre2012-07-201-1/+1
|
* added CherryPy-based server coreChris St. Pierre2012-07-191-8/+1
|
* added option groupsChris St. Pierre2012-05-211-2/+1
|
* moved plugin-specific configs to main config file; propagate "setup" object ↵Chris St. Pierre2012-05-111-1/+2
| | | | to server Core
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+136
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>