Confirmed users
3,104
edits
(→Puppet) |
No edit summary |
||
| Line 16: | Line 16: | ||
* To create a master instance use the following snippet as a template. Don't forget to adjust the name and region accordingly (or use the snippets produced with the "<tt>--bash FILE</tt>" option): | * To create a master instance use the following snippet as a template. Don't forget to adjust the name and region accordingly (or use the snippets produced with the "<tt>--bash FILE</tt>" option): | ||
<pre> | <pre> | ||
ssh buildduty@aws-manager1. | ssh buildduty@aws-manager1.bb.releng.scl3.mozilla.com | ||
source /builds/aws_manager/bin/activate | source /builds/aws_manager/bin/activate | ||
cd /builds/aws_manager | cd /builds/aws_manager | ||
| Line 77: | Line 77: | ||
ssh-keyscan $master_name | ssh-keyscan $master_name | ||
** 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. | ssh -i .ssh/release-runner buildbot-master80.bb.releng.usw2.mozilla.com | ||
== IT == | == IT == | ||