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-350/+0
|
* Merge branch 'maint'Chris St. Pierre2013-04-241-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 pep8Chris St. Pierre2013-03-261-2/+2
| |
* | Merge branch '1.4.x'Chris St. Pierre2013-04-231-29/+33
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-141-18/+20
| |
| * added module-level OptionParser to avoid passing it as an argument or global ↵Chris St. Pierre2013-01-171-11/+13
| | | | | | | | 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>
* flush input buffers before accepting stdinChris St. Pierre2012-11-121-24/+35
|
* expanded pylint coverage to Admin modes, removed some old/broken admin modesChris St. Pierre2012-10-171-3/+0
|
* 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
* prompt for locations of bcfg2 keypair in Init, using sane OS defaultsChris St. Pierre2012-10-031-119/+100
|
* Admin/Init: Remove leading newlineSol Jerome2012-09-191-2/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
|
* Init: comment out database setting by defaultTim Laszlo2012-08-231-6/+6
|
* Admin/Init: Fix auto-generated clients.xmlSol Jerome2012-08-161-3/+4
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Removed deprecated plugins BB, Svcmgr, SGenshiChris St. Pierre2012-08-151-1/+0
|
* Admin/Init: Fix path to sqlite db fileSol Jerome2012-08-141-1/+1
| | | | | | Option changed in 8b438fda. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Admin/Init: Update initial bcfg2.conf fileTim Laszlo2012-08-071-6/+10
|
* Metadata and other improvements:Chris St. Pierre2012-07-301-3/+2
| | | | | | | | | | * 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
* PY3K: Refactor input codeSol Jerome2012-06-051-28/+22
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* DBStats: Remove ping dataTim Laszlo2012-06-041-1/+1
|
* Include arch as one of the possible choices when user beginsCalvin Cheng2012-04-301-1/+3
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+357
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>