From 5717e4050a57d46a75ba3bab87814320b83292ad Mon Sep 17 00:00:00 2001 From: Juan Badia Payno Date: Mon, 5 Dec 2022 19:17:16 +0100 Subject: [PATCH] Collect ~/.ssh/config file In some environment the ssh client is waiting for 10 seconds to connect to the server, even though the use of an IP. If we remove the dns from the nsswitch.conf the delay disapairs. Let's check the config file, to ensure that there is nothing weird there. Change-Id: Ia0c2f9548d57bd4ed5091524687795aa3f5c1322 --- roles/collect_logs/defaults/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/collect_logs/defaults/main.yml b/roles/collect_logs/defaults/main.yml index acebf01..e62a6bb 100644 --- a/roles/collect_logs/defaults/main.yml +++ b/roles/collect_logs/defaults/main.yml @@ -114,6 +114,7 @@ artcl_collect_list: - /usr/share/openstack-tripleo-heat-templates/ - /home/*/overcloud-deploy - /home/*/tripleo-heat-templates/ + - /home/*/.ssh/config - /tmp/tripleoclient* # The next 2 items are temporary until config-download is executed # from a Mistral workflow (WIP in Queens)