summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Core.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix case where generators or structures line in cf file are empty (Resolves ↵Narayan Desai2006-11-211-0/+1
| | | | | | Ticket #274) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2507 ce84e21b-d406-0410-9b95-82705330c041
* Make the configuration file permanently accessibleNarayan Desai2006-09-281-7/+7
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2340 ce84e21b-d406-0410-9b95-82705330c041
* Fix typoNarayan Desai2006-09-151-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2265 ce84e21b-d406-0410-9b95-82705330c041
* Implement upstream event suppression with logging (Resolves Ticket #111)Narayan Desai2006-09-151-4/+12
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2264 ce84e21b-d406-0410-9b95-82705330c041
* Add basic dependency processing codeNarayan Desai2006-07-101-0/+5
| | | | | | | | | * To enable, add a Deps directory and enable the Deps plugin * schema validation works * prerequisites are automatically added to configurations git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1924 ce84e21b-d406-0410-9b95-82705330c041
* Fix revision handing code when things don't workNarayan Desai2006-06-301-3/+5
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1906 ce84e21b-d406-0410-9b95-82705330c041
* enable entry binding of SymLink, Directory, and Permissions entriesNarayan Desai2006-04-101-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1829 ce84e21b-d406-0410-9b95-82705330c041
* * Add error handling for svn revision checkNarayan Desai2006-03-301-4/+9
| | | | | | | * Add documentation to the bcfg2.conf man page git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1823 ce84e21b-d406-0410-9b95-82705330c041
* * Fix fam integration with svnNarayan Desai2006-03-291-6/+3
| | | | | | | * Fix traceback handing in logging infrastructure (from Cobalt repo) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1816 ce84e21b-d406-0410-9b95-82705330c041
* * Implement configuration specification revision passing between client and ↵Narayan Desai2006-03-171-1/+1
| | | | | | server git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1807 ce84e21b-d406-0410-9b95-82705330c041
* * Implement svn repository revision detectionNarayan Desai2006-03-171-1/+17
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1806 ce84e21b-d406-0410-9b95-82705330c041
* Supress fam events for subversion directories.Narayan Desai2006-02-221-0/+6
| | | | | | | Bcfg2 repositories can now be maintained under svn without any bad side effects. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1763 ce84e21b-d406-0410-9b95-82705330c041
* Introduce the new logging infrastructure and convert the server (and ↵Narayan Desai2006-01-251-46/+33
| | | | | | bcfg2-info) over to using it git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1717 ce84e21b-d406-0410-9b95-82705330c041
* last step of repo switchesNarayan Desai2006-01-231-11/+7
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1716 ce84e21b-d406-0410-9b95-82705330c041
* change to event coalescingNarayan Desai2005-12-011-28/+71
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1605 ce84e21b-d406-0410-9b95-82705330c041
* Handle fam event processing failures, and fix another case where xml ↵Narayan Desai2005-12-011-20/+16
| | | | | | comments cause problems git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1604 ce84e21b-d406-0410-9b95-82705330c041
* add timing info to fam/gaminNarayan Desai2005-11-281-1/+11
| | | | | | | (Logical change 1.368) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1545 ce84e21b-d406-0410-9b95-82705330c041
* switch to lxmlNarayan Desai2005-11-121-1/+1
| | | | | | | (Logical change 1.357) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1488 ce84e21b-d406-0410-9b95-82705330c041
* kill metadata pathNarayan Desai2005-11-091-3/+3
| | | | | | | (Logical change 1.352) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1465 ce84e21b-d406-0410-9b95-82705330c041
* one char typoNarayan Desai2005-10-241-1/+1
| | | | | | | (Logical change 1.342) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1408 ce84e21b-d406-0410-9b95-82705330c041
* add in Gamin supportNarayan Desai2005-10-181-5/+79
| | | | | | | | | Change around fam API so that monitor specific junk is abstracted (Logical change 1.337) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1386 ce84e21b-d406-0410-9b95-82705330c041
* remove debug junkNarayan Desai2005-09-121-2/+3
| | | | | | | | | | | | | 2005/09/09 11:01:41-05:00 anl.gov!desai really fix thinko 2005/09/09 10:54:35-05:00 anl.gov!desai fix thinko (Logical change 1.304) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1249 ce84e21b-d406-0410-9b95-82705330c041
* Report offenders when multiple generators offer the same config entriesNarayan Desai2005-09-081-26/+10
| | | | | | | | | | 2005/09/07 14:21:15-05:00 anl.gov!desai fixes from pylint (Logical change 1.302) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1234 ce84e21b-d406-0410-9b95-82705330c041
* finish switch to new plugin APINarayan Desai2005-09-071-44/+30
| | | | | | | (Logical change 1.301) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1230 ce84e21b-d406-0410-9b95-82705330c041
* Auto mergedNarayan Desai2005-09-071-36/+17
| | | | | | | | | | | | | 2005/09/07 12:35:11-05:00 anl.gov!desai Kill old useful publication logic 2005/09/06 22:02:04-05:00 anl.gov!desai switch structures over to new scheme (Logical change 1.300) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1209 ce84e21b-d406-0410-9b95-82705330c041
* add support for Cron and Stats writeback to Core.ServiceNarayan Desai2005-09-071-0/+17
| | | | | | | | | | | | | 2005/09/03 15:13:17-05:00 anl.gov!desai change name to Service 2005/09/03 15:12:05-05:00 anl.gov!desai add HandleChanges method (Logical change 1.299) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1196 ce84e21b-d406-0410-9b95-82705330c041
* fix PermissionsNarayan Desai2005-08-021-1/+1
| | | | | | | (Logical change 1.277) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1116 ce84e21b-d406-0410-9b95-82705330c041
* make PostInstall elements not bindNarayan Desai2005-06-291-1/+1
| | | | | | | (Logical change 1.244) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1019 ce84e21b-d406-0410-9b95-82705330c041
* add permission to unbound typesNarayan Desai2005-06-291-1/+1
| | | | | | | (Logical change 1.242) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1011 ce84e21b-d406-0410-9b95-82705330c041
* fix error messageNarayan Desai2005-06-221-4/+8
| | | | | | | | | | | | | 2005/06/22 17:02:52-05:00 anl.gov!desai fix double def 2005/06/22 17:01:33-05:00 anl.gov!desai add CoreInitError (Logical change 1.237) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@991 ce84e21b-d406-0410-9b95-82705330c041
* add CoreInitError and add error handling for the "no metadata" caseNarayan Desai2005-02-011-2/+9
| | | | | | | | | | 2005/02/01 11:29:28-06:00 anl.gov!desai loose default setting for cfile (Logical change 1.200) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@853 ce84e21b-d406-0410-9b95-82705330c041
* incorporate Bcfg2Server code into Core for easier instantiationNarayan Desai2005-01-311-9/+55
| | | | | | | | | outside of servers (Logical change 1.196) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@836 ce84e21b-d406-0410-9b95-82705330c041
* fix generator consistency errorsNarayan Desai2005-01-271-1/+1
| | | | | | | (Logical change 1.194) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@827 ce84e21b-d406-0410-9b95-82705330c041
* add commented fam debugging codeNarayan Desai2004-12-161-0/+2
| | | | | | | (Logical change 1.162) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@718 ce84e21b-d406-0410-9b95-82705330c041
* pylint cleanupsNarayan Desai2004-12-151-5/+5
| | | | | | | (Logical change 1.161) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@717 ce84e21b-d406-0410-9b95-82705330c041
* remove debuggingNarayan Desai2004-12-151-11/+19
| | | | | | | | | | | | | 2004/12/14 19:28:04-06:00 anl.gov!desai add error reporting for generator instantiation errors 2004/12/14 19:08:32-06:00 anl.gov!desai switch to GeneratorError (Logical change 1.160) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@709 ce84e21b-d406-0410-9b95-82705330c041
* kill !# lineNarayan Desai2004-10-301-3/+0
| | | | | | | (Logical change 1.129) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@582 ce84e21b-d406-0410-9b95-82705330c041
* pylint fixupsNarayan Desai2004-10-261-20/+36
| | | | | | | (Logical change 1.118) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@522 ce84e21b-d406-0410-9b95-82705330c041
* pylintNarayan Desai2004-10-221-1/+1
| | | | | | | (Logical change 1.109) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@487 ce84e21b-d406-0410-9b95-82705330c041
* typoNarayan Desai2004-10-221-1/+1
| | | | | | | (Logical change 1.108) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@485 ce84e21b-d406-0410-9b95-82705330c041
* fix to ignore SymLink and Directory for nowNarayan Desai2004-10-211-1/+1
| | | | | | | (Logical change 1.106) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@480 ce84e21b-d406-0410-9b95-82705330c041
* fix startup failureNarayan Desai2004-10-191-4/+12
| | | | | | | (Logical change 1.103) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@472 ce84e21b-d406-0410-9b95-82705330c041
* pylint cleanupsNarayan Desai2004-10-191-41/+49
| | | | | | | (Logical change 1.100) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@456 ce84e21b-d406-0410-9b95-82705330c041
* K is a tuple which didn't print right with the extra %s. this is a quick fix.Rick Bradshow2004-09-291-1/+1
| | | | | | | (Logical change 1.65) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@341 ce84e21b-d406-0410-9b95-82705330c041
* add better error reportingNarayan Desai2004-09-291-1/+4
| | | | | | | (Logical change 1.63) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@336 ce84e21b-d406-0410-9b95-82705330c041
* remove code duplicationNarayan Desai2004-08-311-3/+2
| | | | | | | (Logical change 1.45) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@274 ce84e21b-d406-0410-9b95-82705330c041
* move Exceptions inlineNarayan Desai2004-08-191-1/+15
| | | | | | | | | | 2004/08/19 10:23:18-05:00 anl.gov!desai add Cron support (Logical change 1.44) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@267 ce84e21b-d406-0410-9b95-82705330c041
* fix module import stuffNarayan Desai2004-08-121-2/+4
| | | | | | | (Logical change 1.39) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@232 ce84e21b-d406-0410-9b95-82705330c041
* fix new path for importsNarayan Desai2004-08-121-2/+2
| | | | | | | (Logical change 1.38) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@230 ce84e21b-d406-0410-9b95-82705330c041
* Rename: src/Core.py -> src/lib/Server/Core.pyNarayan Desai2004-08-111-0/+111
| | | | | | | (Logical change 1.33) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@191 ce84e21b-d406-0410-9b95-82705330c041