From #wikimedia-cloud in IRC:
10:00 <+wm-bot> !log urbanecm@tools-bastion-13 tools.sal $ mv service.template service.template.bak # seemingly invalid file, argument ACTION: invalid choice 10:00 <+wm-bot> !log urbanecm@tools-bastion-13 tools.sal $ webservice restart # tool was down 10:00 <+stashbot> Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.sal/SAL 10:00 <+stashbot> Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.sal/SAL 11:58 <+wm-bb> <lucaswerkmeister> urbanecm: uh oh, that sounds like potential fallout from https://gitlab.wikimedia.org/repos/cloud/toolforge/tools-webservice/-/merge_requests/59 😬 could you create a phabricator task with the error you saw?
From my terminal:
tools.sal@tools-bastion-13:~$ webservice restart Your template file (/data/project/sal/service.template) contains errors: argument ACTION: invalid choice: 'php7.4' (choose from 'start', 'stop', 'status', 'restart', 'shell', 'logs') tools.sal@tools-bastion-13:~$ webservice --help Your template file (/data/project/sal/service.template) contains errors: argument ACTION: invalid choice: 'php7.4' (choose from 'start', 'stop', 'status', 'restart', 'shell', 'logs') tools.sal@tools-bastion-13:~$ toolforge webservice --help Your template file (/data/project/sal/service.template) contains errors: argument ACTION: invalid choice: 'php7.4' (choose from 'start', 'stop', 'status', 'restart', 'shell', 'logs') tools.sal@tools-bastion-13:~$ cat service.template backend: kubernetes type: php7.4 health-check-path: /toolinfo.json tools.sal@tools-bastion-13:~$ toolforge webservice php7.4 status Your template file (/data/project/sal/service.template) contains errors: argument ACTION: invalid choice: 'php7.4' (choose from 'start', 'stop', 'status', 'restart', 'shell', 'logs') tools.sal@tools-bastion-13:~$ mv service.template service.template.bak tools.sal@tools-bastion-13:~$ toolforge webservice php7.4 restart Restarting.. tools.sal@tools-bastion-13:~$ dologmsg '$ mv service.template service.template.bak # seemingly invalid file, argument ACTION: invalid choice' tools.sal@tools-bastion-13:~$ dologmsg '$ webservice restart # tool was down' tools.sal@tools-bastion-13:~$
Filling per @LucasWerkmeister's request.