ReleaseEngineering/How To/Setup buildbot masters in AWS: Difference between revisions

Jump to navigation Jump to search
Line 74: Line 74:


== Add master's SSH key to known_hosts ==
== Add master's SSH key to known_hosts ==
See {{bug|889992}}
* Add the master's ssh key to known_hosts (to make release-runner work):
* Add the master's ssh key to known_hosts (to make release-runner work):
** dump the key by running the following:
** dump the key by running the following:
  ssh-keyscan $master_name
  ssh-keyscan $master_name
*** use the "fqdn,IP" when adding, to enable testing before host in DNS
** '''''TODO: add steps for puppetagain'''''
** verify the change (ssh to masters as cltbld from bm81)
** verify the change (ssh to masters as cltbld from bm81)
  ssh -i .ssh/release-runner buildbot-master80.srv.releng.usw2.mozilla.com
  ssh -i .ssh/release-runner buildbot-master80.srv.releng.usw2.mozilla.com
Confirmed users
3,104

edits

Navigation menu