summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2014-04-19 02:10:56 -0400
committerJoey Hess <joey@kitenet.net>2014-04-19 02:10:56 -0400
commit5dd316a0ad4abce5e81ea19e52caf7b57081cda3 (patch)
tree92070fc17e1a57245e1d0f89d5d3bf8599406d85 /TODO
parent5b4f3d109ee7393b1e44cac60b43def2ce4c8b24 (diff)
parent6aeeaaab9073675e8c043d009c97ff62d809975b (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 9 insertions, 4 deletions
diff --git a/TODO b/TODO
index 93dcf0d4..85875a9d 100644
--- a/TODO
+++ b/TODO
@@ -15,7 +15,12 @@
* There is no way for a property of a docker container to require
some property be met outside the container. For example, some servers
need ntp installed for a good date source.
-* Attributes can only be set in the top level property list for a Host.
- If an attribute is set inside a propertyList, it won't propigate out.
- Fix this. Probably the fix involves combining AttrProperty into Property.
- Then propertyList can gather the attributes from its list.
+* Docking a container in a host should add to the host any cnames that
+ are assigned to the container.
+* Either `Ssh.hostKey` should set the sshPubKey attr
+ (which seems hard, as attrs need to be able to be calculated without
+ running any IO code, and here IO is needed along with decrypting the
+ PrivData..), or the public key should not be stored in
+ the PrivData, and instead configured using the attr.
+ Getting the ssh host key into the attr will allow automatically
+ exporting it via DNS (SSHFP record)