Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed some pylint errors | Chris St. Pierre | 2013-03-19 | 1 | -1/+1 |
| | |||||
* | Admin/Init: Fix traceback due to missing import | Sol Jerome | 2013-03-19 | 1 | -0/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | init: fixed creation of repo directory for real this time | Chris St. Pierre | 2013-03-15 | 1 | -11/+10 |
| | |||||
* | init: fixed creation of repo directory | Chris St. Pierre | 2013-03-15 | 1 | -2/+2 |
| | |||||
* | bcfg2-admin init: create specification directory if it doesn't exist | Chris St. Pierre | 2013-03-15 | 1 | -0/+1 |
| | |||||
* | Admin: Fix __call__ method in bcfg2-admin init | Sol Jerome | 2013-03-15 | 1 | -3/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | removed bogus print statements | Chris St. Pierre | 2012-11-16 | 1 | -1/+1 |
| | |||||
* | flush input buffers before accepting stdin | Chris St. Pierre | 2012-11-12 | 2 | -25/+42 |
| | |||||
* | set up bcfg2-info logging just like bcfg2-admin | Chris St. Pierre | 2012-10-17 | 2 | -2/+2 |
| | |||||
* | remove remaining calls to Bcfg2.Server.Admin.MetadataCore.__call__ | Tim Laszlo | 2012-10-17 | 3 | -3/+0 |
| | |||||
* | expanded pylint coverage to Admin modes, removed some old/broken admin modes | Chris St. Pierre | 2012-10-17 | 16 | -398/+154 |
| | |||||
* | remove call to super __call__ in minestruct | Tim Laszlo | 2012-10-16 | 1 | -1/+0 |
| | |||||
* | fixed a few straggling perms -> mode changes | Chris St. Pierre | 2012-10-15 | 2 | -3/+3 |
| | |||||
* | Reports.Admin: Update prune for new schema | Tim Laszlo | 2012-10-11 | 1 | -6/+7 |
| | |||||
* | Admin.Reports: Add database stats method | Tim Laszlo | 2012-10-11 | 1 | -2/+13 |
| | |||||
* | Reversed the count on printStats | Tim Laszlo | 2012-10-11 | 1 | -1/+1 |
| | |||||
* | Admin.Reports: Fix printStats decorator | Tim Laszlo | 2012-10-11 | 1 | -13/+10 |
| | |||||
* | Reporting: Make transport configurable | Tim Laszlo | 2012-10-10 | 1 | -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 Laszlo | 2012-10-09 | 1 | -3/+5 |
| | | | | with south | ||||
* | bcfg2-admin: fixed syncdb | Chris St. Pierre | 2012-10-09 | 1 | -4/+2 |
| | |||||
* | Add prune routines | Tim Laszlo | 2012-10-09 | 1 | -50/+14 |
| | |||||
* | Admin.Reports: Fix django command proxy | Tim Laszlo | 2012-10-09 | 1 | -2/+2 |
| | |||||
* | Admin.Reports: stop calling __call__ in parent class | Tim Laszlo | 2012-10-08 | 1 | -1/+0 |
| | |||||
* | Reporting: Merge new reporting data | Tim Laszlo | 2012-10-08 | 2 | -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 defaults | Chris St. Pierre | 2012-10-03 | 2 | -136/+123 |
| | |||||
* | various pylint fixes | Chris St. Pierre | 2012-09-25 | 1 | -1/+1 |
| | |||||
* | run pylint for errors on almost everything, full runs on some selected stuff | Chris St. Pierre | 2012-09-25 | 1 | -1/+1 |
| | |||||
* | bcfg2-admin: Switch to pseudo file monitor | Tim Laszlo | 2012-09-24 | 1 | -1/+3 |
| | |||||
* | bcfg2-admin: Blacklist unused plugins in query mode | Tim Laszlo | 2012-09-24 | 1 | -0/+2 |
| | | | | | | When the server has high iowait the Cfg and Packages plugins can slow the bcfg2-admin query command down. This blacklists them. Also DBStats is unused and can cause problems due to the threading. | ||||
* | added json, md5 to Bcfg2.Compat | Chris St. Pierre | 2012-09-20 | 1 | -8/+1 |
| | |||||
* | Admin/Init: Remove leading newline | Sol Jerome | 2012-09-19 | 1 | -2/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | bcfg2-admin: sort perf output | Chris St. Pierre | 2012-08-30 | 1 | -3/+4 |
| | |||||
* | bcfg2-admin: Fix query mode | Sol Jerome | 2012-08-29 | 1 | -1/+1 |
| | | | | | | Access to metadata.clients changed in 8b438fda. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | bcfg2-admin: Fix traceback in client mode | Sol Jerome | 2012-08-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Bcfg2.settings: Fixed config file reading: | Chris St. Pierre | 2012-08-28 | 1 | -8/+1 |
| | | | | | | | | | | | | | | | | | | | | * If -W is given on the command line, the config file given by -W is read. * If /etc/bcfg2-web.conf does not exist, and -C was given on the command line, the config file given by -C is read. * If /etc/bcfg2-web.conf does not exist and -C was not given on the command line, the default /etc/bcfg2.conf is read. * If /etc/bcfg2-web.conf exists, and neither -W nor -C was given on the command line, then /etc/bcfg2-web.conf is read. This will produce errors if: * A bogus (non-existent, unreadable) file was given by -W; or * A bogus file was given by -C and /etc/bcfg2-web.conf does not exist; or * No -W was given and /etc/bcfg2-web.conf exists but is unreadable; or * No -W was given, /etc/bcfg2-web.conf does not exist, and /etc/bcfg2.conf is bogus. | ||||
* | renamed Bcfg2Py3k to Compat | Chris St. Pierre | 2012-08-27 | 7 | -7/+7 |
| | |||||
* | fixed import/usage of MetadataConsistencyError | Chris St. Pierre | 2012-08-27 | 2 | -2/+2 |
| | |||||
* | Init: comment out database setting by default | Tim Laszlo | 2012-08-23 | 1 | -6/+6 |
| | |||||
* | fixed lxml.etree.tostring invocations | Chris St. Pierre | 2012-08-22 | 1 | -2/+0 |
| | |||||
* | Admin/Init: Fix auto-generated clients.xml | Sol Jerome | 2012-08-16 | 1 | -3/+4 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Bcfg2.settings: bcfg2-web.conf is the default, unless bcfg2-web.conf doesn't ↵ | Chris St. Pierre | 2012-08-16 | 1 | -5/+2 |
| | | | | exit and bcfg2.conf does | ||||
* | removed print statements | Chris St. Pierre | 2012-08-15 | 2 | -2/+0 |
| | |||||
* | Removed deprecated plugins BB, Svcmgr, SGenshi | Chris St. Pierre | 2012-08-15 | 3 | -3/+2 |
| | |||||
* | made logging to syslog configurable and default for all logging | Chris St. Pierre | 2012-08-15 | 1 | -1/+2 |
| | |||||
* | Merge branch 'tests' | Chris St. Pierre | 2012-08-15 | 2 | -3/+3 |
|\ | |||||
| * | print function fixes | Chris St. Pierre | 2012-08-15 | 2 | -3/+3 |
| | | |||||
* | | Admin/Init: Fix path to sqlite db file | Sol Jerome | 2012-08-14 | 1 | -1/+1 |
|/ | | | | | | Option changed in 8b438fda. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Admin/Init: Update initial bcfg2.conf file | Tim Laszlo | 2012-08-07 | 1 | -6/+10 |
| | |||||
* | Merge reporting configuration with main server configuration | Tim Laszlo | 2012-08-07 | 2 | -10/+14 |
| | | | | | | Admin/Syncdb: Use SchemaUpdater Move the schema update routines from reports to Bcfg2.Server Move Reports.settings into Bcfg2.settings | ||||
* | Metadata and other improvements: | Chris St. Pierre | 2012-07-30 | 6 | -116/+48 |
| | | | | | | | | | | * 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 |