ReleaseEngineering/Applications/BuildbotBridge: Difference between revisions

Jump to navigation Jump to search
Update for new script names
m (Undo revision 1163221 by Hwine (talk))
(Update for new script names)
Line 87: Line 87:
'''with ansible (much easier!)'''
'''with ansible (much easier!)'''


pip install ansible and checkout releng ansible repo: https://wiki.mozilla.org/ReleaseEngineering/How_To/Use_Ansible_for_AdHoc_Updates#Set_it_up_locally:
pip install ansible and checkout releng ansible repo as described [[ReleaseEngineering/How_To/Use_Ansible_for_AdHoc_Updates#Set_it_up_locally|here]]:


then run:
then run:
   ansible-playbook -v -i bbb-inventory.ini bbb_restart.yml -l all
   ansible-playbook -v -i bbb-inventory.ini supervisord-action.yml -e desired_state=restarted -l all


'''manually'''
'''manually'''


running the following as root (don't forget it runs on three different machines):
running the following as root (don't forget it runs on multiple 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


Confirmed users
1,364

edits

Navigation menu