summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2005-09-02 15:24:33 +0000
committerNarayan Desai <desai@mcs.anl.gov>2005-09-02 15:24:33 +0000
commit7ccdac34aad2a01a324777e15e242de2f3290ead (patch)
tree3202f6894759f6af2be7048340deaf6a7c7b62a9 /doc
parent2ef5727c2b3c6d44a212ba3f16d5839509e59868 (diff)
downloadbcfg2-7ccdac34aad2a01a324777e15e242de2f3290ead.tar.gz
bcfg2-7ccdac34aad2a01a324777e15e242de2f3290ead.tar.bz2
bcfg2-7ccdac34aad2a01a324777e15e242de2f3290ead.zip
Delete: doc/client.tex
}(Logical change 1.294) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1171 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc')
-rw-r--r--doc/client.tex34
1 files changed, 0 insertions, 34 deletions
diff --git a/doc/client.tex b/doc/client.tex
deleted file mode 100644
index a9cf42062..000000000
--- a/doc/client.tex
+++ /dev/null
@@ -1,34 +0,0 @@
-\documentclass[11pt]{article}
-
-\title{Bcfg2 Client Design}
-\author{Narayan Desai \\ desai@mcs.anl.gov}
-
-\setlength{\oddsidemargin}{0in}
-\setlength{\evensidemargin}{0in}
-\setlength{\topmargin}{0.0in}
-\setlength{\headheight}{0in}
-\setlength{\headsep}{0.5in}
-\setlength{\textwidth}{6.5in}
-\setlength{\textheight}{8.5in}
-\setlength{\parskip}{0.05in}
-
-\begin{document}
-\maketitle
-
-\section{Overview}
-The client model in BCFG2 remains much the same as the client model in
-BCFG1. This assumptions in place are as follows:
-\begin{itemize}
-\item{BCFG is the source of all client configuration.}
-\item{Skew from the configuration determined by BCFG is defined to be
- incorrect.}
-\item{Local state isn't trusted. All client metadata is determined on
- the server side.}
-\end{itemize}
-
-The client configuration consists of a complete software inventory,
-extra filesystem modifications, and configuration file changes. The
-client configuration will be augmented in BCFG2 to also include state
-information about process profiles and normal usage.
-
-\end{document} \ No newline at end of file