summaryrefslogtreecommitdiffstats
path: root/config-db
Commit message (Collapse)AuthorAgeFilesLines
* * tested and improved writing of configuration filesOliver Tappe2006-08-231-51/+109
| | | | | | | * implemented writing of PXE-files, not yet working properly, though git-svn-id: http://svn.openslx.org/svn/openslx/trunk@327 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added slightly changed copy of testConfDB.pl which will morph into aOliver Tappe2006-08-231-0/+196
| | | | | | | real testing script later git-svn-id: http://svn.openslx.org/svn/openslx/trunk@326 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added protection against concurrent executionOliver Tappe2006-08-211-17/+69
| | | | | | | | * implemented --dry-run option * some cleanup git-svn-id: http://svn.openslx.org/svn/openslx/trunk@322 95ad53e4-c205-0410-b2fa-d234c58c8868
* * now that project name is fixed, we use it: 'ODLX' => 'OpenSLX' and 'odlx' ↵Oliver Tappe2006-08-2113-156/+156
| | | | | | => 'openslx' git-svn-id: http://svn.openslx.org/svn/openslx/trunk@321 95ad53e4-c205-0410-b2fa-d234c58c8868
* * largish step towards a working demuxer: demuxing and packing of tars works Oliver Tappe2006-08-181-29/+194
| | | | | | | now, but PXE-stuff is still missing git-svn-id: http://svn.openslx.org/svn/openslx/trunk@316 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added more testdata, this file will be changed into aOliver Tappe2006-08-181-6/+62
| | | | | | | proper test-script later git-svn-id: http://svn.openslx.org/svn/openslx/trunk@315 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added temp-basepath configuration optionOliver Tappe2006-08-181-5/+8
| | | | | | | * slightly changed handling of base-paths git-svn-id: http://svn.openslx.org/svn/openslx/trunk@314 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added missing creation of table group_system_refOliver Tappe2006-08-181-0/+6
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@313 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed two typos and remove superfluous debug outputOliver Tappe2006-08-181-2/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@312 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed several typosOliver Tappe2006-08-181-4/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@311 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added devel version of config-demuxer.pl, doesn't do anything usefulOliver Tappe2006-08-171-0/+112
| | | | | | | yet, though. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@309 95ad53e4-c205-0410-b2fa-d234c58c8868
* * interface cleanupOliver Tappe2006-08-173-56/+57
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@308 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added several new base-paths (private, public and shared)Oliver Tappe2006-08-171-2/+13
| | | | | | | * db-path default is now dependent on private base-path git-svn-id: http://svn.openslx.org/svn/openslx/trunk@307 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added all vendor_os-related functions to DB-interface andOliver Tappe2006-08-165-25/+255
| | | | | | | | -implementation * more cleanup git-svn-id: http://svn.openslx.org/svn/openslx/trunk@305 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed bug with automatic ID-creation not working as it shouldOliver Tappe2006-08-161-5/+17
| | | | | | | * added informative comment about why no SQL-placeholders are used git-svn-id: http://svn.openslx.org/svn/openslx/trunk@304 95ad53e4-c205-0410-b2fa-d234c58c8868
* * now creates some groups, too.Oliver Tappe2006-08-161-1/+16
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@303 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added group-related functions I missed yesterdayOliver Tappe2006-08-162-2/+113
| | | | | | | * cleanup git-svn-id: http://svn.openslx.org/svn/openslx/trunk@302 95ad53e4-c205-0410-b2fa-d234c58c8868
* * completed group-related interface and implementationOliver Tappe2006-08-154-33/+412
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@298 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added confiurable attributes (shared between system, client and group)Oliver Tappe2006-08-141-2/+31
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@296 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added table 'vendor_os' which represents an os-"image" as provided byOliver Tappe2006-08-141-10/+44
| | | | | | | | | the os vendor. Each system now refers to one vendor_os. * improved comments somewhat, still not complete, though git-svn-id: http://svn.openslx.org/svn/openslx/trunk@295 95ad53e4-c205-0410-b2fa-d234c58c8868
* Check-in of basic configuration database design:Unknown2006-07-2313-0/+2322
- MetaDB database abstraction should be pretty complete, there already are special backends for CSV, SQLite and mysql, as well as a common DBI-backend which should work with most DBMSs. - the configDB DB-layer is more or less done, accessing and modification of data is done as well as transparent schema upgrading between different DB-schema versions. Systems and clients are cared for, groups exist in the schema but aren't finished yet. - simnple translation and logging services are provided and the mechanism for automatic evaluation of cmdline arguments and global/user-specific configuration files works. - documentation has started but isn't complete yet (well, this is OSS after all... >;o) git-svn-id: http://svn.openslx.org/svn/openslx/ld4@284 95ad53e4-c205-0410-b2fa-d234c58c8868