From 1e59e135198fb0d58b5ce78a27f3686d98597d3c Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 14 Jan 2011 12:46:23 +0100 Subject: [PATCH] Added roadmap Signed-off-by: Nico Schottelius --- ROADMAP | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ROADMAP diff --git a/ROADMAP b/ROADMAP new file mode 100644 index 00000000..e5ccf8f8 --- /dev/null +++ b/ROADMAP @@ -0,0 +1,9 @@ +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) +- Parse configuration tree +- Generate code to be executed on client +- Cleanup / refactor