forked from ungleich-public/cdist
begin to create sections in cdist-stages manpage
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
f3600bc5dd
commit
0e71028b4b
1 changed files with 10 additions and 6 deletions
|
@ -11,13 +11,17 @@ cdist-stages - How the configuration is built
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
Starting the execution of deployment with cdist-deploy-to(1),
|
Starting the execution of deployment with cdist-deploy-to(1),
|
||||||
cdist passes through different stages:
|
cdist passes through different stages, each can be triggered
|
||||||
|
and debugged on its own.
|
||||||
|
|
||||||
- First stage: Get information about target
|
STAGE 1: TARGET INFORMATION RETRIEVAL
|
||||||
Every existing explorer is run on the target and the results
|
--------------------------------------
|
||||||
are copied back into the local cache.
|
In this stage information is collected about target using
|
||||||
The results can be used by manifests and types.
|
so called explorers.
|
||||||
See cdist-explorers(7) and see cdist-cache(7).
|
Every existing explorer is run on the target and the output
|
||||||
|
of all explorers are copied back into the local cache.
|
||||||
|
The results can be used by manifests and types.
|
||||||
|
See cdist-explorers(7) and see cdist-cache(7).
|
||||||
|
|
||||||
- Second stage: Initial manifest run
|
- Second stage: Initial manifest run
|
||||||
The initial manifest (see cdist-manifests(7) is run,
|
The initial manifest (see cdist-manifests(7) is run,
|
||||||
|
|
Loading…
Reference in a new issue