|
|
|
@ -14,13 +14,16 @@ When using cdist with the push principle, the execution tree looks likes this: |
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------------------- |
|
|
|
|
% server |
|
|
|
|
cdist-deploy-to(1) |
|
|
|
|
cdist-build(1) |
|
|
|
|
cdist-deploy-to(1) # main tool for deployment |
|
|
|
|
cdist-config(1) # setup environment |
|
|
|
|
cdist-build(1) # coordinates build process / dummy otherwise |
|
|
|
|
cdist-preprocess(1) # fills up variables with content |
|
|
|
|
cdist-explore(1) % client # explores client configuration |
|
|
|
|
cdist-compile(1) # parses configuration, creates internal state in cconfig format, verifies |
|
|
|
|
cdist-compile(1) # parses configuration, |
|
|
|
|
# creates internal state in cconfig format, |
|
|
|
|
# verifies configuration |
|
|
|
|
cdist-link(1) # uses cconfig output, creates executable |
|
|
|
|
cdist-remote-exec(1) # |
|
|
|
|
cdist-remote-exec(1) # coordinates remote execution, dummy otherwise |
|
|
|
|
cdist-transfer(1) # transfer executable to client |
|
|
|
|
cdist-execute(1) % client # execute resulting executable |
|
|
|
|
-------------------------------------------------------------------------------- |
|
|
|
|