much less todo
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
d44fd92dbd
commit
771d1f9e6f
2 changed files with 4 additions and 9 deletions
8
TODO-1.0
8
TODO-1.0
|
@ -2,8 +2,9 @@ This document defines how to continue work on cdist:
|
|||
|
||||
x general stuff
|
||||
x Define configuration paths (doc/internal/config-layout)
|
||||
- check whether remote and local view of objects can be the same,
|
||||
x check whether remote and local view of objects can be the same,
|
||||
i.e. local:/outdir == remote:/var/lib/cdist
|
||||
x similar, but not the same
|
||||
|
||||
x get information from target (stage 1)
|
||||
x Define how to get information from targets
|
||||
|
@ -24,8 +25,8 @@ x be able to run manifest of types (stage 3)
|
|||
x rename $__object_dir to $__object_base_dir
|
||||
x use $type/manifest instead of $type/init
|
||||
x find $object_id in recursive runner (before merge)
|
||||
- move attributes of object to subdir attributes
|
||||
- run explorers for every object
|
||||
x move parameters of object to subdir parameter
|
||||
x run explorers for every object
|
||||
|
||||
x generate code to be executed on clients (stage 4)
|
||||
x for one object
|
||||
|
@ -77,4 +78,3 @@ x execute code on client (stage 5)
|
|||
--> create cdist-variables document?
|
||||
|
||||
- include generation in makefile
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
add explorers per type/object
|
||||
- change exec directory for all stages
|
||||
- create cdist-remote-explorer-run that sets
|
||||
- iterate over all stages again
|
||||
- ensure discussed variables are in place
|
Loading…
Reference in a new issue