forked from ungleich-public/cdist
minus one point todo
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
09370c3e07
commit
b10b740916
1 changed files with 7 additions and 6 deletions
13
ROADMAP
13
ROADMAP
|
@ -4,13 +4,14 @@ x Define how to get information from clients
|
||||||
x Create shell script that creates code to run on client (cdist-build-explorer)
|
x Create shell script that creates code to run on client (cdist-build-explorer)
|
||||||
x Create configuration tree from manifest
|
x Create configuration tree from manifest
|
||||||
x write binaries, which create the tree when called from manifest (cdist_tree_wrapper)
|
x write binaries, which create the tree when called from manifest (cdist_tree_wrapper)
|
||||||
- Define configuration paths (doc/internal/config-layout)
|
x Define configuration paths (doc/internal/config-layout)
|
||||||
|
- Write at least one type
|
||||||
- Parse configuration tree / generate code to be executed on client
|
- Parse configuration tree / generate code to be executed on client
|
||||||
- providers?
|
- types?
|
||||||
- can/may providers modify tree?
|
- can/may types modify tree?
|
||||||
- may open door for getting information from manifest / other stuff
|
- may open door for getting information from manifest / other stuff
|
||||||
|
|
||||||
- Cleanup / refactor / documentation
|
- Cleanup / refactor / documentation
|
||||||
- Write providers, providers, providers, ...
|
- Write types, types, types, ...
|
||||||
doc/internal/provider-integration
|
doc/internal/type-integration
|
||||||
- provider side: Steven
|
- type side: Steven
|
||||||
|
|
Loading…
Reference in a new issue