]> gitweb.fluxo.info Git - hydra.git/commitdiff
Updates TODO
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 13 Oct 2016 21:50:27 +0000 (18:50 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 13 Oct 2016 21:50:27 +0000 (18:50 -0300)
doc/todo.rst
share/hydractl/provision

index 9e26757fe3cb7ed470d442ac150e23574ceaffbd..8fbc6ef403d5c46f013f32c0ede9543533eb1e30 100644 (file)
@@ -2,6 +2,7 @@ TODO
 ====
 
 * mount-media: lvm support.
+* import-keys: do not use ssh if host is localhost.
 * import-certs:
   * concat.pem.
   * restart services.
@@ -10,5 +11,7 @@ TODO
   * per-node compiled files (node/nodename.yaml and secrets/node/nodename.yaml).
   * backups: automatic definitions for per-node backup::users.
 * deploy: lockfile.
-* provision: RAID support.
+* provision:
+  * RAID support.
+  * SSH installation should be optional and disabled for TPC profile.
 * docs.
index a4d0fba56853dcecafd6882e3055fdc287114fca..04838b750473c0bfe5114f5221fd6d5825b1d5fe 100755 (executable)
@@ -451,7 +451,7 @@ $APT_INSTALL screen cron lsb-release openssl -y
 # Networking.
 hydra_provision_networking
 
-# Ssh.
+# SSH.
 echo "Installing OpenSSH daemon..."
 $APT_INSTALL openssh-server -y
 hydra_sudo_run chroot $WORK/ service ssh stop