summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'maint'Chris St. Pierre2013-06-272-9/+48
|\ | | | | | | | | | | | | | | | | 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
| * Revert "Core: properly handle Ctrl-C"Sol Jerome2013-06-261-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 4568c44372c99ba809826e016680da9b881bd8e8. Trying to handle ^c in the core is difficult and can break STDOUT for interactive programs that invoke the core. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> Conflicts: src/lib/Bcfg2/Server/Core.py src/sbin/bcfg2-test tools/bcfg2-profile-templates.py
| * export: Update all solaris-ips versionsSol Jerome2013-06-051-15/+30
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * Update export.py to version tag IPS manifestsDan Foster2013-06-021-0/+9
| |
* | Merge branch 'maint'Sol Jerome2013-06-023-1/+78
|\| | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> Conflicts: doc/installation/distributions.txt doc/server/snapshots/index.txt src/lib/Bcfg2/Server/Plugin/helpers.py src/sbin/bcfg2-server
| * Merge pull request #81 from kincl/jasons-hackingChris St. Pierre2013-05-282-0/+73
| |\ | | | | | | Upgrade script to move from XML to DB for Probes
| | * adding docJason Kincl2013-05-222-0/+10
| | |
| | * 1.3 Upgrade Tools: Added script to facilitate upgrading from Probe XML to ↵Jason Kincl2013-05-221-0/+63
| | | | | | | | | | | | database backend
| * | tools: make migrate_info.py migrate "perms" ↵Chris St. Pierre2013-05-221-1/+5
| |/ | | | | | | (http://trac.mcs.anl.gov/projects/bcfg2/ticket/1150)
* | Merge branch 'maint'Chris St. Pierre2013-05-177-53/+78
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Merge branch 'maint' of https://github.com/lukecyca/bcfg2 into maintSol Jerome2013-05-131-3/+0
| |\
| | * Removed genshi as dependency, and setup.py manipulation in tools/export.py.Luke Cyca2013-05-111-3/+0
| | |
| * | tools: Fix python2 syntax errorSol Jerome2013-05-101-1/+1
| |/ | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * tools: pylint/pep8 fixesSol Jerome2013-05-101-10/+9
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * POSIXUsers: allow better <MemberOf group="foo"/> syntaxChris St. Pierre2013-05-071-2/+2
| |
| * added remaining required Core.load_plugins() callsChris St. Pierre2013-05-071-1/+2
| |
| * selinux: Don't create Bound entries for SEModulesSol Jerome2013-05-041-1/+4
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * bcfg2-profile-templates.py: lots of improvementsChris St. Pierre2013-05-011-35/+60
| | | | | | | | | | | | | | | | calculate mean, median, and standard deviation display templates with high stdev properly calculate rendering times of templates on multiple clients better logging make number of runs per template configurable
* | Merge branch 'maint'Chris St. Pierre2013-04-243-3/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * tools: write all changed files when migrating perms to modeChris St. Pierre2013-04-161-2/+3
| |
| * selinux: Fix selinux_baseline.pySol Jerome2013-04-041-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * fix bogus bundle_quick option handling in bcfg2_local.pyChris St. Pierre2013-04-021-1/+2
| |
| * bcfg2_local.py: remove duplicate -Q optionsChris St. Pierre2013-03-281-0/+5
| |
* | Merge branch '1.4.x'Chris St. Pierre2013-04-238-479/+89
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * 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