diff --git a/doc/dev/todo/cache b/doc/dev/todo/cache deleted file mode 100644 index b513e340..00000000 --- a/doc/dev/todo/cache +++ /dev/null @@ -1,18 +0,0 @@ -Assume you want to configure stuff one host ("monitor node"), -depending on the configuration of other hosts ("cluster nodes"). - -For instance, the monitor host would like to know, -which hosts are configured with the provider -"apache" and option --start true. - -This requires the monitor node to be able to -query all other configured nodes. It can't -ask for all hosts, because cdist does not -know which hosts are configured or may exist. - -Example implementation - -If cdist keeps ("caches") the configuration of every -node it configures, each new node can query the -cache for existing nodes that acquired the given -configuration. diff --git a/doc/dev/todo/daninext b/doc/dev/todo/daninext deleted file mode 100644 index e69de29b..00000000 diff --git a/doc/dev/todo/niconext b/doc/dev/todo/niconext index e69de29b..6179c017 100644 --- a/doc/dev/todo/niconext +++ b/doc/dev/todo/niconext @@ -0,0 +1,2 @@ +- think about using .cdist for meta information? + - otherwise: parameter, gencode-local, etc. are not valid object id stuff diff --git a/doc/dev/todo/post-1.3 b/doc/dev/todo/post-1.3 index 284b56b4..82a6dd3d 100644 --- a/doc/dev/todo/post-1.3 +++ b/doc/dev/todo/post-1.3 @@ -1,6 +1,22 @@ -Core: - - think about using .cdist for meta information? - - otherwise: parameter, gencode-local, etc. are not valid object id stuff +Cache: + Assume you want to configure stuff one host ("monitor node"), + depending on the configuration of other hosts ("cluster nodes"). + + For instance, the monitor host would like to know, + which hosts are configured with the provider + "apache" and option --start true. + + This requires the monitor node to be able to + query all other configured nodes. It can't + ask for all hosts, because cdist does not + know which hosts are configured or may exist. + + Example implementation + + If cdist keeps ("caches") the configuration of every + node it configures, each new node can query the + cache for existing nodes that acquired the given + configuration. Types to be written/extended: - __ssh-keys (host/user)