summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Deregister Cfg entries in case of overall deletion (Resolves Ticket #481)Narayan Desai2007-10-301-0/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3887 ce84e21b-d406-0410-9b95-82705330c041
* Implement bcfg2-admin pull support for info files/metadata changes (Resolves ↵Narayan Desai2007-10-303-10/+38
| | | | | | Ticket #480) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3886 ce84e21b-d406-0410-9b95-82705330c041
* Implement cmdlook resumption in bcfg2-infoNarayan Desai2007-10-301-12/+18
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3885 ce84e21b-d406-0410-9b95-82705330c041
* Fix reports traceback with mysql (Resolves Ticket #487)Narayan Desai2007-10-301-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3884 ce84e21b-d406-0410-9b95-82705330c041
* Fix error reporting in bcfg2-remoteNarayan Desai2007-10-291-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3883 ce84e21b-d406-0410-9b95-82705330c041
* ensure that client_list_a is always filled before client_list_bNarayan Desai2007-10-291-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3879 ce84e21b-d406-0410-9b95-82705330c041
* print errors when they occurNarayan Desai2007-10-291-0/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3878 ce84e21b-d406-0410-9b95-82705330c041
* Handle fam/gamin overall failure betterNarayan Desai2007-10-261-1/+7
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3873 ce84e21b-d406-0410-9b95-82705330c041
* Improve pull error handlingNarayan Desai2007-10-261-0/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3872 ce84e21b-d406-0410-9b95-82705330c041
* Fix refactor importscript breakage and add optparsing patch from TimLNarayan Desai2007-10-261-35/+45
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3871 ce84e21b-d406-0410-9b95-82705330c041
* Fix DebInit traceback (Resolves Ticket #486)Narayan Desai2007-10-151-2/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3806 ce84e21b-d406-0410-9b95-82705330c041
* Make importscript even more efficientNarayan Desai2007-10-111-12/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3795 ce84e21b-d406-0410-9b95-82705330c041
* Pass through modlist data for non package entriesNarayan Desai2007-10-111-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3794 ce84e21b-d406-0410-9b95-82705330c041
* Add sparse client updates (should speed up runs with big databases _a lot_)Narayan Desai2007-10-111-22/+25
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3792 ce84e21b-d406-0410-9b95-82705330c041
* switch last data hashes over to django objectsNarayan Desai2007-10-111-29/+25
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3788 ce84e21b-d406-0410-9b95-82705330c041
* Continue changes to use django datatypes (further reduces resource consumption)Narayan Desai2007-10-101-40/+30
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3787 ce84e21b-d406-0410-9b95-82705330c041
* Fix importscript.py performance problemsNarayan Desai2007-10-101-45/+38
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3786 ce84e21b-d406-0410-9b95-82705330c041
* Move apt-get update call (in -k mode) to Install, so that changes to ↵Narayan Desai2007-10-101-6/+7
| | | | | | sources.list get immediately used for package installs git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3785 ce84e21b-d406-0410-9b95-82705330c041
* Plugin updates: Account sudoers perms, Cfg recreate bug, Deps error pathNarayan Desai2007-10-103-5/+10
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3784 ce84e21b-d406-0410-9b95-82705330c041
* Implement prune mode for directories (only bundle entries are allowed in the ↵Narayan Desai2007-10-021-7/+39
| | | | | | directory) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3772 ce84e21b-d406-0410-9b95-82705330c041
* fixed a type mismatch on line 183 url=None was failing when the proxy Rick Bradshow2007-09-061-1/+1
| | | | | | | | would init cause it was expecting url={}. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3668 ce84e21b-d406-0410-9b95-82705330c041
* RPMng/YUMng: Added check to canInstall to make sure that the Package entry ↵Mike Brady2007-08-291-0/+7
| | | | | | was verifiable git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3656 ce84e21b-d406-0410-9b95-82705330c041
* Fix comments in pkglists with FuzzyDictNarayan Desai2007-08-281-6/+10
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3655 ce84e21b-d406-0410-9b95-82705330c041
* Supress package reverification if packages are incomplete (in YUMng)Narayan Desai2007-08-281-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3651 ce84e21b-d406-0410-9b95-82705330c041
* typo fix from jcollieNarayan Desai2007-08-271-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3650 ce84e21b-d406-0410-9b95-82705330c041
* Implement persistent probe data (so that templates can be debugged in ↵Narayan Desai2007-08-262-0/+34
| | | | | | bcfg2-info) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3647 ce84e21b-d406-0410-9b95-82705330c041
* Add infoxml support to TGenshiNarayan Desai2007-08-261-3/+15
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3646 ce84e21b-d406-0410-9b95-82705330c041
* Implement better error reporting for TCheetahNarayan Desai2007-08-261-1/+6
| | | | | | | | | | | Cheetah template errors now display: NotFound: cannot find 'hostn' while searching for 'self.metadata.hostn' Failed to template /bcfg2.conf git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3645 ce84e21b-d406-0410-9b95-82705330c041
* Implement infoxml support for TCheetahNarayan Desai2007-08-261-2/+14
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3644 ce84e21b-d406-0410-9b95-82705330c041
* Add altsrc crosscheckingNarayan Desai2007-08-261-0/+12
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3643 ce84e21b-d406-0410-9b95-82705330c041
* RPMng: Improved debug output when required attributes are not present.Mike Brady2007-08-111-3/+7
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3624 ce84e21b-d406-0410-9b95-82705330c041
* Fix posix error pathsNarayan Desai2007-08-091-3/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3622 ce84e21b-d406-0410-9b95-82705330c041
* Fix diff displays for non-binary files in interactive modeNarayan Desai2007-08-081-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3618 ce84e21b-d406-0410-9b95-82705330c041
* finish sshbase class changeNarayan Desai2007-08-081-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3617 ce84e21b-d406-0410-9b95-82705330c041
* Add bind support for virtual package remappingsNarayan Desai2007-08-081-0/+13
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3613 ce84e21b-d406-0410-9b95-82705330c041
* First chunk of the Pkgmgr altsrc changes (no affect on existing setups)Narayan Desai2007-08-082-2/+50
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3612 ce84e21b-d406-0410-9b95-82705330c041
* Fix minor pkgmgr XMLSrc bug introduced by info.xml changesNarayan Desai2007-08-081-5/+7
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3611 ce84e21b-d406-0410-9b95-82705330c041
* Make bcfg2-query usable as nodeattr for pdshNarayan Desai2007-08-071-2/+11
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3610 ce84e21b-d406-0410-9b95-82705330c041
* Implement basic info.xml supportNarayan Desai2007-08-072-9/+25
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3609 ce84e21b-d406-0410-9b95-82705330c041
* turn down write coalescing for nowNarayan Desai2007-08-071-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3608 ce84e21b-d406-0410-9b95-82705330c041
* fix for Cfg file pullNarayan Desai2007-08-011-1/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3590 ce84e21b-d406-0410-9b95-82705330c041
* Fix binary config file stats uploadNarayan Desai2007-08-014-20/+27
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3589 ce84e21b-d406-0410-9b95-82705330c041
* Revert mistaken Pkgmgr matchesNarayan Desai2007-08-012-50/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3588 ce84e21b-d406-0410-9b95-82705330c041
* Client side of improved support for binary files in statisticsNarayan Desai2007-08-016-37/+104
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3587 ce84e21b-d406-0410-9b95-82705330c041
* Improve statistics location routines for bcfg2-admin pullNarayan Desai2007-07-311-6/+13
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3586 ce84e21b-d406-0410-9b95-82705330c041
* Implement part 1 of (optional) probe result cachingNarayan Desai2007-07-311-4/+9
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3585 ce84e21b-d406-0410-9b95-82705330c041
* remove spurious -q from RPM.py (resolves Ticket #473)Narayan Desai2007-07-301-3/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3580 ce84e21b-d406-0410-9b95-82705330c041
* Change incomplete entry reason to be an error, and include all missing ↵Narayan Desai2007-07-301-4/+11
| | | | | | attributes (Resolves Ticket #474) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3579 ce84e21b-d406-0410-9b95-82705330c041
* Child proc fixNarayan Desai2007-07-271-2/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3576 ce84e21b-d406-0410-9b95-82705330c041
* backingout accidental changes to reporting systemJoey Hagedorn2007-07-261-28/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3571 ce84e21b-d406-0410-9b95-82705330c041