Pushing and pulling over ssh is not working on the test gitlab instance:
git clone git@gitlab.devtools.wmcloud.org:repos/... Cloning into ... ssh: connect to host gitlab.devtools.wmcloud.org port 22: Connection timed out fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ssh git@gitlab.devtools.wmcloud.org ssh: connect to host gitlab.devtools.wmcloud.org port 22: Connection timed out
git-ssh uses a second interface which was configured together with Cloud team (to mimic production configuration). So this issue might need escalation to Cloud team. However the second address 172.16.7.146 is defined two times on the instance, with /21 and /32 netmask. So we should check the configuration of ens3 interface first before reaching out to Cloud.
See also discussion in T318521.