2011-01-14 12:46:23 +01:00
|
|
|
This document defines how to continue work on cdist:
|
|
|
|
|
|
|
|
x Define how to get information from clients
|
|
|
|
x Create shell script that creates code to run on client (cdist-build-explorer)
|
|
|
|
x Create configuration tree from manifest
|
|
|
|
x write binaries, which create the tree when called from manifest (cdist_tree_wrapper)
|
2011-02-02 14:02:06 +01:00
|
|
|
x Define configuration paths (doc/internal/config-layout)
|
2011-02-04 23:01:39 +01:00
|
|
|
x Redo explorers (see manpage)
|
2011-02-02 22:24:21 +01:00
|
|
|
/ Write at least one type
|
2011-02-04 23:01:39 +01:00
|
|
|
|
|
|
|
- Parse configuration tree/objects recursively
|
2011-02-02 14:02:06 +01:00
|
|
|
- can/may types modify tree?
|
2011-01-15 01:23:18 +01:00
|
|
|
- may open door for getting information from manifest / other stuff
|
2011-02-04 23:01:39 +01:00
|
|
|
- generate code to be executed on client
|
|
|
|
- check return codes
|
|
|
|
- abort on first error?
|
2011-01-14 12:47:44 +01:00
|
|
|
|
2011-02-04 23:02:28 +01:00
|
|
|
- Cleanup directories, cleanly document, what's possible
|
|
|
|
|
2011-02-04 23:01:39 +01:00
|
|
|
-> 1.0
|