summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge branch 'master' into 1.4.xChris St. Pierre2013-02-204-225/+63
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/appendix/contributors.txt schemas/bundle.xsd src/lib/Bcfg2/Client/Tools/__init__.py src/lib/Bcfg2/Server/Encryption.py src/lib/Bcfg2/Server/Lint/Genshi.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/Decisions.py src/lib/Bcfg2/Server/Plugins/TemplateHelper.py src/sbin/bcfg2-test testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/Test__init.py testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIXUsers.py testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProperties.py tools/bcfg2-profile-templates.py
| * | added README for 1.4 upgrade toolsChris St. Pierre2013-02-051-0/+6
| | |
| * | Decisions: use StructFile instead of host- or group-specific XML filesChris St. Pierre2013-02-051-0/+82
| | |
| * | removed support for info/:info filesChris St. Pierre2013-01-171-9/+1
| | |
| * | removed deprecated plugins: TGenshi, TCheetah, Account, Hostbase, Snapshots, ↵Chris St. Pierre2013-01-176-502/+30
| | | | | | | | | | | | Statistics, Editor
* | | migrate_dbstats: Fix traceback found by jontenSol Jerome2013-03-221-0/+3
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | migrate_perms_to_mode.py: handle info.xml files for SSLCAChris St. Pierre2013-03-211-1/+1
| | |
* | | migrate_perms_to_mode.py: gracefully handle unparseable XML filesChris St. Pierre2013-03-201-2/+12
| | |
* | | migrate_perms_to_mode.py: really seriously handle nested Path tagsChris St. Pierre2013-03-201-1/+1
| | |
* | | migrate_perms_to_mode.py: migrate SSHbase/info.xmlChris St. Pierre2013-03-201-1/+1
| | |
* | | export: Be more consistent with naming guidelinesSol Jerome2013-03-181-11/+27
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | migrate_info.py: fixed import of info/:info parsing regexChris St. Pierre2013-03-151-2/+4
| | |
* | | migrate_perms_to_mode.py: fixed migration of nested BoundPath entries in bundlesChris St. Pierre2013-03-151-3/+1
| | |
* | | Core: properly handle Ctrl-CChris St. Pierre2013-02-251-15/+0
| |/ |/|
* | removed obsolete accounts2.xml.pyChris St. Pierre2013-02-042-157/+0
| |
* | bcfg2-profile-templates.py: various improvementsChris St. Pierre2013-01-291-60/+44
| |
* | add old schema to migrationTim Laszlo2013-01-291-0/+9
|/
* fixed return values from no-op methods in bcfg2_local.pyChris St. Pierre2012-12-201-2/+2
|
* added builtin support for creating users and groupsChris St. Pierre2012-12-032-0/+77
|
* added generate-manpages.bash to tools READMEChris St. Pierre2012-11-081-0/+3
|
* man: Migrate generate-manpages.bash to sphinxSol Jerome2012-11-0712-1609/+11
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* export.py: Add bcfg2-selinux spec file for changelogSol Jerome2012-10-301-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* export.py: Fix BuildRoot for prereleasesSol Jerome2012-10-301-0/+10
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* export.py: Add bcfg2-selinux spec file updatesSol Jerome2012-10-301-6/+33
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed names of bcfg2-lint comment typesChris St. Pierre2012-10-301-5/+5
|
* added Git.Update RMI, ability to base bcfg2 VCS repo at a different ↵Chris St. Pierre2012-10-301-0/+6
| | | | directory than the repo root
* Reporting: Allow interactions without a profileTim Laszlo2012-10-291-6/+0
|
* tools: Add migrate_perms_to_mode toolSol Jerome2012-10-262-0/+72
| | | | | | | Helps users to migrate their repositories from the perms attribute to mode. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* migrate_info: Remove trailing whitespaceSol Jerome2012-10-261-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Default to a url friendly group nameTim Laszlo2012-10-171-1/+1
|
* add a higher timeout for caching certain objectsTim Laszlo2012-10-171-1/+1
|
* Revert "migrate_db: skip db lookup since all should be known"Tim Laszlo2012-10-171-5/+5
| | | | | | | | | This caused data duplication on migration. This reverts commit 9707ee8e4c495133f329000d3e5b89d8b84e5998. Conflicts: src/lib/Bcfg2/Reporting/models.py
* added bcfg2_local.py, a tool to run bcfg2 against a local specificationChris St. Pierre2012-10-172-0/+81
|
* Remove perms use in migrate_dbstats.pyTim Laszlo2012-10-171-1/+1
|
* Options: Update mdata option to use 'mode'Sol Jerome2012-10-151-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Lint: Migrate Lint to 'mode' attributeSol Jerome2012-10-152-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* migrate_db: skip db lookup since all should be knownTim Laszlo2012-10-151-5/+5
|
* migrate_db: add timing for importsTim Laszlo2012-10-151-1/+8
|
* migrate_db: set the current interaction after importTim Laszlo2012-10-151-0/+8
|
* migrate: create FilePerms objects earlyTim Laszlo2012-10-121-17/+38
|
* Remove unnecessary transaction.commit_manuallyTim Laszlo2012-10-121-1/+0
|
* migration: fetch metadata in the main queryTim Laszlo2012-10-121-3/+3
|
* migrate: switch to BatchFetch and bypass save() overrideTim Laszlo2012-10-111-2/+4
|
* added migrate_dbstats.py to 1.3 upgrade tools READMEChris St. Pierre2012-10-091-0/+3
|
* made migrate_dbstats.py executableChris St. Pierre2012-10-091-0/+2
|
* add unknown group to groupsTim Laszlo2012-10-091-0/+1
|
* Reporting: Add a migration script for DBStats dataTim Laszlo2012-10-081-7/+29
|
* Admin.Reports: stop calling __call__ in parent classTim Laszlo2012-10-081-0/+230
|
* Reporting: Merge new reporting dataTim Laszlo2012-10-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0/+6
|