Page MenuHomePhabricator

beta-scap-eqiad job is broken: can not ssh to deployment-mediawiki01.eqiad.wmflabs
Closed, ResolvedPublic

Description

The Jenkins job beta-scap-eqiad has been broken since Feb 4th ~ 6:30amUTC. The reason is the deployment-mediawiki01.eqiad.wmflabs instance has been recreated which generates a new ssh host key which is not recognized by scap:

deployment-bastion:~$ /usr/local/bin/sudo-withagent mwdeploy sync-file wmf-config/InitialiseSettings.php
...
on deployment-mediawiki01.eqiad.wmflabs returned [255]:
  Warning: Permanently added 'deployment-mediawiki01.eqiad.wmflabs,10.68.17.170'
 (ECDSA) to the list of known hosts.
 Permission denied (publickey).

The mwdeploy user does not have any known_hosts file so I have no idea where the hosts fingerprints are listed :-/

Event Timeline

hashar raised the priority of this task from to Needs Triage.
hashar updated the task description. (Show Details)
hashar added subscribers: hashar, yuvipanda.
yuvipanda claimed this task.

I had just forgotten to apply the beta specific scap role (which I haven't managed to kill yet). Applying it fixed things.