summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* update to use proper classNarayan Desai2004-08-101-2/+2
| | | | | | | (Logical change 1.29) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@147 ce84e21b-d406-0410-9b95-82705330c041
* (Logical change 1.29)Narayan Desai2004-08-101-0/+57
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@146 ce84e21b-d406-0410-9b95-82705330c041
* Initial revisionNarayan Desai2004-08-101-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@145 ce84e21b-d406-0410-9b95-82705330c041
* get config file stuff workingNarayan Desai2004-08-101-2/+10
| | | | | | | (Logical change 1.28) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@142 ce84e21b-d406-0410-9b95-82705330c041
* add metadatastore classNarayan Desai2004-08-101-8/+18
| | | | | | | (Logical change 1.27) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@140 ce84e21b-d406-0410-9b95-82705330c041
* handle nonexistent bundles properlyNarayan Desai2004-08-101-1/+6
| | | | | | | (Logical change 1.27) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@139 ce84e21b-d406-0410-9b95-82705330c041
* improve error handlingNarayan Desai2004-08-101-44/+21
| | | | | | | (Logical change 1.27) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@137 ce84e21b-d406-0410-9b95-82705330c041
* fix SingleXMLFileBacked fam usageNarayan Desai2004-08-101-0/+6
| | | | | | | | | | 2004/08/09 15:56:45-05:00 anl.gov!desai added SingleXMLFileBacked for out of repo cases (Logical change 1.27) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@136 ce84e21b-d406-0410-9b95-82705330c041
* make probes work and establish linkage for probe-dataNarayan Desai2004-08-091-68/+0
| | | | | | | }(Logical change 1.26) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@135 ce84e21b-d406-0410-9b95-82705330c041
* bundles hardcoded, but metadata works with new datastoreNarayan Desai2004-08-091-51/+8
| | | | | | | (Logical change 1.26) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@133 ce84e21b-d406-0410-9b95-82705330c041
* make probes work and establish linkage for probe-dataNarayan Desai2004-08-091-0/+125
| | | | | | | | | | 2004/08/03 16:45:00-05:00 anl.gov!desai Rename: src/BcfgServer.py -> src/Bcfg2Server.py (Logical change 1.26) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@130 ce84e21b-d406-0410-9b95-82705330c041
* update prototypeNarayan Desai2004-08-091-1/+1
| | | | | | | (Logical change 1.26) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@129 ce84e21b-d406-0410-9b95-82705330c041
* add MetadataNarayan Desai2004-08-091-1/+1
| | | | | | | (Logical change 1.26) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@128 ce84e21b-d406-0410-9b95-82705330c041
* Initial revisionNarayan Desai2004-08-091-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@126 ce84e21b-d406-0410-9b95-82705330c041
* updatesNarayan Desai2004-08-031-7/+13
| | | | | | | (Logical change 1.25) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@125 ce84e21b-d406-0410-9b95-82705330c041
* readd AppliesNarayan Desai2004-08-031-4/+5
| | | | | | | | | | 2004/08/03 16:36:32-05:00 anl.gov!desai update Metadata to new set of data (Logical change 1.25) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@122 ce84e21b-d406-0410-9b95-82705330c041
* add probe function prototypesNarayan Desai2004-08-021-0/+5
| | | | | | | (Logical change 1.24) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@115 ce84e21b-d406-0410-9b95-82705330c041
* basically workingNarayan Desai2004-08-021-7/+22
| | | | | | | (Logical change 1.24) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@113 ce84e21b-d406-0410-9b95-82705330c041
* fix sharing issueNarayan Desai2004-07-231-61/+48
| | | | | | | | | | | | | | | | 2004/07/22 10:49:45-05:00 anl.gov!desai the bundler now works and produces elementtree documents 2004/07/20 14:13:17-05:00 anl.gov!desai last checkin before gutting 2004/07/08 13:59:20-05:00 anl.gov!desai add Dependent clause support (Logical change 1.23) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@110 ce84e21b-d406-0410-9b95-82705330c041
* building configs based on the bundler structure worksNarayan Desai2004-07-231-14/+21
| | | | | | | (Logical change 1.23) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@109 ce84e21b-d406-0410-9b95-82705330c041
* Add __iter__ methodsNarayan Desai2004-07-231-0/+6
| | | | | | | (Logical change 1.23) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@108 ce84e21b-d406-0410-9b95-82705330c041
* move to using toxml for xml serialization methodNarayan Desai2004-07-231-2/+29
| | | | | | | | | | | | | 2004/07/08 15:01:40-05:00 anl.gov!desai add Package Type 2004/07/08 13:59:38-05:00 anl.gov!desai add Dependent and Independent classes (Logical change 1.23) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@107 ce84e21b-d406-0410-9b95-82705330c041
* add more stuffNarayan Desai2004-07-231-2/+10
| | | | | | | (Logical change 1.23) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@105 ce84e21b-d406-0410-9b95-82705330c041
* bundler name updateNarayan Desai2004-06-301-0/+39
| | | | | | | | | | | | 2004/06/29 02:19:01-05:00 (none)!desai add structure call to Core constructor 2004/06/14 11:14:11-05:00 anl.gov!desai (Logical change 1.22) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@101 ce84e21b-d406-0410-9b95-82705330c041
* add support for structuresNarayan Desai2004-06-301-1/+5
| | | | | | | (Logical change 1.22) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@100 ce84e21b-d406-0410-9b95-82705330c041
* (Logical change 1.22)Narayan Desai2004-06-302-0/+100
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@98 ce84e21b-d406-0410-9b95-82705330c041
* fix XMLBacked confusionNarayan Desai2004-06-301-2/+12
| | | | | | | | | | 2004/06/10 14:41:56-05:00 anl.gov!desai remove debug print (Logical change 1.22) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@97 ce84e21b-d406-0410-9b95-82705330c041
* Initial revisionNarayan Desai2004-06-303-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@95 ce84e21b-d406-0410-9b95-82705330c041
* add Image to Metadata classNarayan Desai2004-06-091-10/+40
| | | | | | | (Logical change 1.21) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@92 ce84e21b-d406-0410-9b95-82705330c041
* fix constructorNarayan Desai2004-06-091-0/+4
| | | | | | | (Logical change 1.21) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@91 ce84e21b-d406-0410-9b95-82705330c041
* Switch to better api for fam handingNarayan Desai2004-06-091-11/+17
| | | | | | | (Logical change 1.21) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@88 ce84e21b-d406-0410-9b95-82705330c041
* remove extra fam argument; it is contained in the core argumentNarayan Desai2004-06-011-2/+1
| | | | | | | (Logical change 1.20) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@83 ce84e21b-d406-0410-9b95-82705330c041
* add Generator argument for famNarayan Desai2004-05-271-3/+4
| | | | | | | (Logical change 1.19) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@81 ce84e21b-d406-0410-9b95-82705330c041
* kill other importsNarayan Desai2004-05-271-58/+45
| | | | | | | | | | | | | | | | | | | | | | 2004/05/27 14:16:14-05:00 anl.gov!desai kill fam import 2004/05/27 14:15:32-05:00 anl.gov!desai remove fam object 2004/05/27 14:13:15-05:00 anl.gov!desai update to use fam 2004/05/25 15:41:20-05:00 anl.gov!desai change __constructor__ to __child__ for readability 2004/05/25 15:40:29-05:00 anl.gov!desai add constructor class data to DirectoryBacked (Logical change 1.19) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@79 ce84e21b-d406-0410-9b95-82705330c041
* add fam classNarayan Desai2004-05-271-5/+37
| | | | | | | | | | 2004/05/24 14:35:41-05:00 anl.gov!desai fix GetConfigFile (Logical change 1.19) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@77 ce84e21b-d406-0410-9b95-82705330c041
* (Logical change 1.19)Narayan Desai2004-05-271-0/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@76 ce84e21b-d406-0410-9b95-82705330c041
* Initial revisionNarayan Desai2004-05-271-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@73 ce84e21b-d406-0410-9b95-82705330c041
* ditch Build methodNarayan Desai2004-03-011-12/+4
| | | | | | | | | | 2004/01/20 10:40:02-06:00 anl.gov!desai clean up datastore usage (Logical change 1.18) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@70 ce84e21b-d406-0410-9b95-82705330c041
* move to using Generator.__provides__ from __build__Narayan Desai2004-03-011-5/+12
| | | | | | | | | | 2004/01/20 10:40:13-06:00 anl.gov!desai add datastore usage (Logical change 1.18) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@67 ce84e21b-d406-0410-9b95-82705330c041
* add Service typeNarayan Desai2004-03-011-0/+10
| | | | | | | (Logical change 1.18) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@66 ce84e21b-d406-0410-9b95-82705330c041
* (Logical change 1.16)Narayan Desai2004-01-071-0/+13
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@59 ce84e21b-d406-0410-9b95-82705330c041
* Initial revisionNarayan Desai2004-01-071-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@57 ce84e21b-d406-0410-9b95-82705330c041
* (Logical change 1.13)Andrew Lusk2004-01-061-0/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@49 ce84e21b-d406-0410-9b95-82705330c041
* Initial revisionAndrew Lusk2004-01-061-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@46 ce84e21b-d406-0410-9b95-82705330c041
* allow FileBacked to create filesNarayan Desai2004-01-061-6/+14
| | | | | | | | | | 2004/01/05 23:43:58-06:00 anl.gov!desai make FileBacked Read-Write (Logical change 1.12) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@43 ce84e21b-d406-0410-9b95-82705330c041
* change setup steps a bitNarayan Desai2004-01-061-4/+5
| | | | | | | (Logical change 1.12) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@42 ce84e21b-d406-0410-9b95-82705330c041
* Rename: src/sshbase.py -> generators/sshbase.pyNarayan Desai2004-01-061-66/+0
| | | | | | | }(Logical change 1.11) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@39 ce84e21b-d406-0410-9b95-82705330c041
* (Logical change 1.10)Narayan Desai2004-01-062-0/+111
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@38 ce84e21b-d406-0410-9b95-82705330c041
* move GeneratorContainer -> Core.py:CoreNarayan Desai2004-01-061-54/+5
| | | | | | | (Logical change 1.10) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@37 ce84e21b-d406-0410-9b95-82705330c041
* Initial revisionNarayan Desai2004-01-062-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@35 ce84e21b-d406-0410-9b95-82705330c041