diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2004-08-12 19:21:39 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2004-08-12 19:21:39 +0000 |
commit | 2e993abb84f742336fb63e142167a2de442a86af (patch) | |
tree | 37561b224bd7d5cc51d5f88d5e1c0da436405046 | |
parent | 940b4252629c00ecd9583f3031d2d0bc8c15d457 (diff) | |
download | bcfg2-2e993abb84f742336fb63e142167a2de442a86af.tar.gz bcfg2-2e993abb84f742336fb63e142167a2de442a86af.tar.bz2 bcfg2-2e993abb84f742336fb63e142167a2de442a86af.zip |
add tree layout info
2004/08/12 13:30:26-05:00 anl.gov!desai
update to current state
(Logical change 1.41)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@245 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | README | 26 |
1 files changed, 22 insertions, 4 deletions
@@ -1,5 +1,23 @@ -This is the BCFG2 repo. +Release 0.3 - $Id: $ -BCFG2 is a wholesale replacement of the BCFG1 codebase. -This is not even software yet, it is starting as a dumping -ground for design documents and initial code.
\ No newline at end of file +This is the Bcfg2 repo. It is a configuration management system +designed to ease the management of networks of heterogenous +systems. The system has been completely redesigned and reimplemented +from version 1. + +Currently, bcfg2 is in alpha-ish state. The server infrastructure can +produce configurations in clients based on the a set of structures and +generators. Generators can provide clients with probes to execute +(guiding the configuration generation process) and recieve the data +these probes generate. Client statistics are not currently generated. + +The bcfg2 client is a lot more rough. The client works, though its +adherence to bundle semantics is probably not what it should be. It +successfully one-way validates configurations. Two-way support is not +yet implemented. + +The source tree is structured in the following way: + +doc/ - documentation +src/ - source code +schemas/ - schemas defining the data format for configuration files |