summaryrefslogtreecommitdiffstats
path: root/src/sbin
Commit message (Collapse)AuthorAgeFilesLines
* took out testing hacksJoey Hagedorn2005-08-021-2/+1
| | | | | | | (Logical change 1.275) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1113 ce84e21b-d406-0410-9b95-82705330c041
* took out hacks for testingJoey Hagedorn2005-08-021-27/+22
| | | | | | | | | | 2005/08/02 15:30:36-05:00 anl.gov!joey removes unnecessary code, checks to see GenerateHostInfo is being properly run every 24 hrs (Logical change 1.275) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1111 ce84e21b-d406-0410-9b95-82705330c041
* Added Pretty PrintJoey Hagedorn2005-08-011-0/+73
| | | | | | | | | | | | | | | 2005/07/19 17:21:35-05:00 anl.gov!joey write hostinfo.xml to disk 2005/07/19 16:15:08-05:00 anl.gov!joey Initial version of GenerateHostInfo, a file that should be run regularly to update a file that contains information about hosts, including FQDN index as well as pingability 2005/07/19 12:47:36-05:00 anl.gov!joey (Logical change 1.272) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1104 ce84e21b-d406-0410-9b95-82705330c041
* Major revision-- uses new XSLT transform system to create reports instead of ↵Joey Hagedorn2005-08-011-216/+237
| | | | | | | | | | | | | | old text-only reports. sends mail directly to /usr/sbin/sendmail xml intermediate data more fault tolerant Pretty Print (Logical change 1.272) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1102 ce84e21b-d406-0410-9b95-82705330c041
* Initial revisionJoey Hagedorn2005-08-011-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1100 ce84e21b-d406-0410-9b95-82705330c041
* fix schemadir problemNarayan Desai2005-07-141-4/+1
| | | | | | | (Logical change 1.266) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1086 ce84e21b-d406-0410-9b95-82705330c041
* Rename: src/sbin/StatReports.py -> src/sbin/StatReportsNarayan Desai2005-07-141-0/+323
| | | | | | | (Logical change 1.264) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1082 ce84e21b-d406-0410-9b95-82705330c041
* Rename: src/sbin/StatReports.py -> src/sbin/StatReportsNarayan Desai2005-07-141-323/+0
| | | | | | | }(Logical change 1.264) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1077 ce84e21b-d406-0410-9b95-82705330c041
* Initial revisionNarayan Desai2005-07-141-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1075 ce84e21b-d406-0410-9b95-82705330c041
* fix file name typoNarayan Desai2005-07-141-1/+1
| | | | | | | (Logical change 1.263) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1074 ce84e21b-d406-0410-9b95-82705330c041
* fixed variable name bugJoey Hagedorn2005-07-141-1/+1
| | | | | | | (Logical change 1.262) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1072 ce84e21b-d406-0410-9b95-82705330c041
* Rename: tools/ValidateBcfg2Repo -> src/sbin/ValidateBcfg2RepoNarayan Desai2005-07-131-0/+40
| | | | | | | (Logical change 1.257) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1060 ce84e21b-d406-0410-9b95-82705330c041
* Initial revisionNarayan Desai2005-07-131-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1055 ce84e21b-d406-0410-9b95-82705330c041
* fixed bug where machines provided in lessrestrictive to more restrictive ↵Joey Hagedorn2005-07-131-4/+8
| | | | | | | | | | | lists would provide unexpected results fixed bug when "good" attribute is ommitted from config XML (Logical change 1.256) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1054 ce84e21b-d406-0410-9b95-82705330c041
* fixed a bug, if all nodes were good.Joey Hagedorn2005-07-131-3/+3
| | | | | | | | | fixed a debuggging message (Logical change 1.254) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1048 ce84e21b-d406-0410-9b95-82705330c041
* fixed bug related to pinging stale hostsJoey Hagedorn2005-07-121-124/+171
| | | | | | | | | | | | | 2005/06/30 14:16:36-05:00 anl.gov!joey fixed problem with pinging nonexistant hosts 2005/06/27 14:04:46-05:00 anl.gov!joey Major cleanup: changed tabs to spaces, PyLinted the code round 2, fixed all conflicting variable names, got rid of unnecessary code (Logical change 1.249) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1032 ce84e21b-d406-0410-9b95-82705330c041
* bug fix, extra lineJoey Hagedorn2005-06-291-9/+5
| | | | | | | (Logical change 1.243) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1015 ce84e21b-d406-0410-9b95-82705330c041
* print package versions for incorrect entriesNarayan Desai2005-06-281-1/+4
| | | | | | | (Logical change 1.241) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1006 ce84e21b-d406-0410-9b95-82705330c041
* used pylint to clean up code.Joey Hagedorn2005-06-231-86/+93
| | | | | | | (Logical change 1.240) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1001 ce84e21b-d406-0410-9b95-82705330c041
* added command line options to specify alternate config and statistics filesJoey Hagedorn2005-06-221-5/+16
| | | | | | | (Logical change 1.238) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@995 ce84e21b-d406-0410-9b95-82705330c041
* add error handling if server connection failure occursNarayan Desai2005-06-221-1/+5
| | | | | | | (Logical change 1.237) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@994 ce84e21b-d406-0410-9b95-82705330c041
* removed some extraneous codeJoey Hagedorn2005-06-211-121/+0
| | | | | | | (Logical change 1.234) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@979 ce84e21b-d406-0410-9b95-82705330c041
* (Logical change 1.233)Joey Hagedorn2005-06-211-0/+379
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@972 ce84e21b-d406-0410-9b95-82705330c041
* Initial revisionJoey Hagedorn2005-06-211-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@971 ce84e21b-d406-0410-9b95-82705330c041
* handle xml parse failure.Narayan Desai2005-06-011-1/+6
| | | | | | | (Logical change 1.229) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@955 ce84e21b-d406-0410-9b95-82705330c041
* pylint fixupsNarayan Desai2005-05-121-18/+19
| | | | | | | (Logical change 1.225) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@944 ce84e21b-d406-0410-9b95-82705330c041
* fixup error messageNarayan Desai2005-04-011-4/+4
| | | | | | | (Logical change 1.217) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@911 ce84e21b-d406-0410-9b95-82705330c041
* minor cleanupsNarayan Desai2005-03-171-0/+14
| | | | | | | | | | 2005/03/17 10:49:10-06:00 anl.gov!desai add more commands (Logical change 1.212) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@899 ce84e21b-d406-0410-9b95-82705330c041
* change paranoid mode flagNarayan Desai2005-02-161-1/+1
| | | | | | | (Logical change 1.205) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@875 ce84e21b-d406-0410-9b95-82705330c041
* add better error handingNarayan Desai2005-02-011-3/+7
| | | | | | | | | | 2005/02/01 11:25:01-06:00 anl.gov!desai Change mode to -rwxr-xr-x (Logical change 1.200) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@856 ce84e21b-d406-0410-9b95-82705330c041
* add error handling for CoreInitErrorNarayan Desai2005-02-011-2/+6
| | | | | | | | | | 2005/02/01 11:30:34-06:00 anl.gov!desai fix Core usage (Logical change 1.200) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@852 ce84e21b-d406-0410-9b95-82705330c041
* add -c supportNarayan Desai2005-02-011-1/+6
| | | | | | | (Logical change 1.199) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@850 ce84e21b-d406-0410-9b95-82705330c041
* add remove optionNarayan Desai2005-02-011-1/+1
| | | | | | | (Logical change 1.198) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@846 ce84e21b-d406-0410-9b95-82705330c041
* update docNarayan Desai2005-01-311-5/+30
| | | | | | | | | | | | | 2005/01/30 23:05:27-06:00 anl.gov!desai add a few more functions 2005/01/30 22:52:50-06:00 anl.gov!desai add more useful features (Logical change 1.197) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@842 ce84e21b-d406-0410-9b95-82705330c041
* move code into Core.pyNarayan Desai2005-01-311-40/+17
| | | | | | | (Logical change 1.196) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@840 ce84e21b-d406-0410-9b95-82705330c041
* (Logical change 1.196)Narayan Desai2005-01-311-0/+25
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@835 ce84e21b-d406-0410-9b95-82705330c041
* Initial revisionNarayan Desai2005-01-311-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@834 ce84e21b-d406-0410-9b95-82705330c041
* updates for Cory's tg problemsNarayan Desai2005-01-191-7/+14
| | | | | | | (Logical change 1.192) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@814 ce84e21b-d406-0410-9b95-82705330c041
* (Logical change 1.190)Narayan Desai2005-01-121-0/+13
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@808 ce84e21b-d406-0410-9b95-82705330c041
* Initial revisionNarayan Desai2005-01-121-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@805 ce84e21b-d406-0410-9b95-82705330c041
* Allow client to report revision.Brian Pellin2005-01-111-1/+1
| | | | | | | (Logical change 1.186) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@796 ce84e21b-d406-0410-9b95-82705330c041
* Added statistics hooks.Brian Pellin2005-01-111-0/+22
| | | | | | | (Logical change 1.186) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@792 ce84e21b-d406-0410-9b95-82705330c041
* Added support for the read config from file (-f) flag.Brian Pellin2005-01-061-31/+43
| | | | | | | (Logical change 1.175) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@764 ce84e21b-d406-0410-9b95-82705330c041
* Added runtime toolset selection.Brian Pellin2005-01-061-2/+21
| | | | | | | (Logical change 1.174) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@759 ce84e21b-d406-0410-9b95-82705330c041
* Added toolset support.Brian Pellin2005-01-061-0/+1
| | | | | | | (Logical change 1.174) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@756 ce84e21b-d406-0410-9b95-82705330c041
* fix early loggingNarayan Desai2004-11-111-1/+2
| | | | | | | (Logical change 1.151) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@675 ce84e21b-d406-0410-9b95-82705330c041
* use Element instead of XMLNarayan Desai2004-11-021-1/+1
| | | | | | | (Logical change 1.139) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@633 ce84e21b-d406-0410-9b95-82705330c041
* fix bundle stuffNarayan Desai2004-11-021-1/+1
| | | | | | | (Logical change 1.138) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@626 ce84e21b-d406-0410-9b95-82705330c041
* fix package removal caseNarayan Desai2004-10-291-1/+3
| | | | | | | (Logical change 1.124) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@560 ce84e21b-d406-0410-9b95-82705330c041
* remove debug printNarayan Desai2004-10-271-1/+0
| | | | | | | (Logical change 1.121) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@535 ce84e21b-d406-0410-9b95-82705330c041