aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-05-31 10:49:21 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-05-31 10:54:49 -0700
commit47aa65619025242b26cf3473efe25f88c24ae323 (patch)
tree2cad3808faca18015b722f0a2feede28f3b6089e
parentf320deddcaffe3721098482d06cb564f5d6d8be7 (diff)
downloadconsfigurator-47aa65619025242b26cf3473efe25f88c24ae323.tar.gz
idea about recording child hosts in parent hostattrs
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--doc/ideas.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ideas.rst b/doc/ideas.rst
index c1d9c6a..8f4e525 100644
--- a/doc/ideas.rst
+++ b/doc/ideas.rst
@@ -75,6 +75,12 @@ Core
debootstrap. (The ``SBCL-AVAILABLE`` property in
``src/connection/sbcl.lisp`` achieves a similar effect in another way.)
+- We might want ``DEPLOYS``, ``DEPLOYS-THESE`` to push the host object to the
+ parent host's hostattrs, under ``:CHILD-HOSTS`` or something. This means
+ that hosts implicitly defined inline using dotted propapp notation are
+ accessible via their parents, so that a property which gathers up DNS
+ information about all hosts, for example, would be able to find them.
+
Project & packaging
-------------------