Confirmed users
1,364
edits
(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 | 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 | 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 | 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 | ||