forked from ungleich-public/cdist
more details for design
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
0157f5a8bc
commit
7d214d1822
1 changed files with 6 additions and 4 deletions
2
design
2
design
|
@ -4,8 +4,10 @@ cdist using the push principle (triggered by server)
|
||||||
cdist-deploy-to <client-hostname>
|
cdist-deploy-to <client-hostname>
|
||||||
cdist-preprocess # fills up variables with content
|
cdist-preprocess # fills up variables with content
|
||||||
cdist-explore % client # explores client configuration
|
cdist-explore % client # explores client configuration
|
||||||
|
cdist-build
|
||||||
cdist-compile # parses configuration, creates internal state in cconfig format, verifies
|
cdist-compile # parses configuration, creates internal state in cconfig format, verifies
|
||||||
cdist-link # uses cconfig output, creates executable
|
cdist-link # uses cconfig output, creates executable
|
||||||
|
cdist-remote-exec #
|
||||||
cdist-transfer # transfer executable to client
|
cdist-transfer # transfer executable to client
|
||||||
cdist-execute % client # execute resulting executable
|
cdist-execute % client # execute resulting executable
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue