]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
orchestra.connection: Look for 'ssh_key' in config 1812/head
authorZack Cerza <zack@redhat.com>
Wed, 1 Feb 2023 19:43:43 +0000 (12:43 -0700)
committerZack Cerza <zack@redhat.com>
Tue, 7 Feb 2023 17:55:38 +0000 (10:55 -0700)
commit8c6b9b79cc282ce12fe5f1e29d5600d666d6a993
tree26792e71c1b0ba40772bd3dd60d134f1eddde2d6
parent5663004519d3cc19a0f4193d981faf34d8c0144d
orchestra.connection: Look for 'ssh_key' in config

On systems where SSH is configured using ~/.ssh/config.d/, we don't have
a great way of locating and processing the full configuration, so we
might not find the correct key to use. Allow the user to specify one key
to use for all test nodes if they wish.

Signed-off-by: Zack Cerza <zack@redhat.com>
docs/siteconfig.rst
teuthology/config.py
teuthology/orchestra/connection.py