summaryrefslogtreecommitdiffstats
path: root/doc/arch.txt
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2006-01-23 22:35:40 +0000
committerNarayan Desai <desai@mcs.anl.gov>2006-01-23 22:35:40 +0000
commitedca0b698637c3fd0a70af7e4752a46afca938d3 (patch)
tree658fad717833200ccb4e3725c811ccce7c10fc8d /doc/arch.txt
parent8ca8a153dfc6bd81ede9f5cff1ee3f111ae053ee (diff)
downloadbcfg2-edca0b698637c3fd0a70af7e4752a46afca938d3.tar.gz
bcfg2-edca0b698637c3fd0a70af7e4752a46afca938d3.tar.bz2
bcfg2-edca0b698637c3fd0a70af7e4752a46afca938d3.zip
last step of repo switches
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1716 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc/arch.txt')
-rw-r--r--doc/arch.txt25
1 files changed, 0 insertions, 25 deletions
diff --git a/doc/arch.txt b/doc/arch.txt
deleted file mode 100644
index 73da91b53..000000000
--- a/doc/arch.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-The BCFG2 Architecture consists of four main parts:
-
-The core is the component containing shared data:
- - file alteration monitor
- - metadata store
- - generators
- - structuring agents
- - change notification mechanism
-
-Generators: configuration atom construction mechanism
- - configuration repository
- - package management
- - service management
- - ssh key management
- - hostbase
-
-Structuring Agents - code that forms the configuration into
- independant and dependant clauses
- - Bundler
- - Translator
- - Literal
- - Image data
-
-Client - state transition engine that runs on clients.
- \ No newline at end of file