canmove, Confirmed users
6,439
edits
No edit summary |
No edit summary |
||
Line 72: | Line 72: | ||
# [[ReleaseEngineering/PuppetAgain/Data#.._add_a_data_file | Copy the tarball to the puppet server]] | # [[ReleaseEngineering/PuppetAgain/Data#.._add_a_data_file | Copy the tarball to the puppet server]] | ||
# Update the [https://github.com/mozilla/build-puppet/blob/master/modules/buildbot_bridge/manifests/init.pp#L35 package list in the Buildbot Bridge puppet module] | # Update the [https://github.com/mozilla/build-puppet/blob/master/modules/buildbot_bridge/manifests/init.pp#L35 package list in the Buildbot Bridge puppet module] | ||
# Wait for Puppet to update the installations | # Wait for Puppet to update the installations and restart the instances | ||
=== How to restart the services === | |||
If you need to restart the Buildbot Bridge for any reason, you can do so by running the following as root (don't forget it runs on three different machines): | |||
for i in bblistener tclistener reflector; do supervisorctl restart buildbot_bridge_$i; done | for i in bblistener tclistener reflector; do supervisorctl restart buildbot_bridge_$i; done | ||