]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
New ssh task that adds keys for node -> node ssh.
authorJoe Buck <jbbuck@gmail.com>
Thu, 6 Dec 2012 22:18:41 +0000 (14:18 -0800)
committerJoe Buck <jbbuck@gmail.com>
Tue, 11 Dec 2012 22:07:28 +0000 (14:07 -0800)
commit0cd84b3aed4c4111a23c4c541e2ddd43dbb18efd
tree807f1ece1f5a5b7745342da455b800aef2d481e4
parenta5b9939e1708070c92fbecaaa7ee2fd8c17be9e5
New ssh task that adds keys for node -> node ssh.
This generates a new keypair, pushes it to all nodes
in the context and adds all hosts to all other hosts
.ssh/authorized_keys file.
Cleans up all keys and authorized_keys entries
afterwards.

Signed-off-by: Joe Buck <jbbuck@gmail.com>
Reviewed-by: Sam Lang <sam.lang@inktank.com>
teuthology/task/ssh_keys.py [new file with mode: 0644]