document stuff for next release
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
76725c1b0d
commit
652c0c1615
3 changed files with 7 additions and 21 deletions
2
build.sh
2
build.sh
|
@ -86,7 +86,7 @@ case "$1" in
|
||||||
man7)
|
man7)
|
||||||
for man in cdist.text cdist-best-practice.text cdist-hacker.text \
|
for man in cdist.text cdist-best-practice.text cdist-hacker.text \
|
||||||
cdist-quickstart.text cdist-reference.text cdist-stages.text \
|
cdist-quickstart.text cdist-reference.text cdist-stages.text \
|
||||||
cdist-type.text
|
cdist-type.text cdist-cache.text
|
||||||
do
|
do
|
||||||
ln -sf ../$man ${MAN7DSTDIR}
|
ln -sf ../$man ${MAN7DSTDIR}
|
||||||
done
|
done
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
1.5.0:
|
||||||
|
* Add cache functionality
|
||||||
|
|
||||||
1.4.1: 2011-03-25
|
1.4.1: 2011-03-25
|
||||||
* New type __key_value (Steven Armstrong)
|
* New type __key_value (Steven Armstrong)
|
||||||
* New type __apt_ppa (Steven Armstrong)
|
* New type __apt_ppa (Steven Armstrong)
|
||||||
|
@ -41,7 +44,6 @@
|
||||||
* Document cdist-object-gencode-all
|
* Document cdist-object-gencode-all
|
||||||
* Document cdist-manifest-run
|
* Document cdist-manifest-run
|
||||||
|
|
||||||
|
|
||||||
1.1.0: 2011-03-16
|
1.1.0: 2011-03-16
|
||||||
* Replace type __file with __file, __directory, __link
|
* Replace type __file with __file, __directory, __link
|
||||||
* Document cdist-env
|
* Document cdist-env
|
||||||
|
|
|
@ -15,25 +15,9 @@ cdist-cache TARGET_HOST
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
cdist-cache moves away the objects created during last run so the
|
||||||
Assume you want to configure stuff one host ("monitor node"),
|
next run can use the previous information and compare them with
|
||||||
depending on the configuration of other hosts ("cluster nodes").
|
the current status.
|
||||||
|
|
||||||
For instance, the monitor host would like to know,
|
|
||||||
which hosts are configured with the provider
|
|
||||||
"apache" and option --start true.
|
|
||||||
|
|
||||||
This requires the monitor node to be able to
|
|
||||||
query all other configured nodes. It can't
|
|
||||||
ask for all hosts, because cdist does not
|
|
||||||
know which hosts are configured or may exist.
|
|
||||||
|
|
||||||
Example implementation
|
|
||||||
|
|
||||||
If cdist keeps ("caches") the configuration of every
|
|
||||||
node it configures, each new node can query the
|
|
||||||
cache for existing nodes that acquired the given
|
|
||||||
configuration.
|
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
|
|
Loading…
Reference in a new issue