Adding bulk reinstall command

This commit is contained in:
Jamsheed Mistri 2018-12-02 23:39:40 -08:00
parent 8385ba48b3
commit 9cf7432835
4 changed files with 146 additions and 0 deletions

View file

@ -42,6 +42,10 @@ return [
],
'server' => [
'rebuild_failed' => 'Rebuild request for ":name" (#:id) on node ":node" failed with error: :message',
'reinstall' => [
'failed' => 'Reinstall request for ":name" (#:id) on node ":node" failed with error: :message',
'confirm' => 'You are about to reinstall against a group of servers. Do you wish to continue?'
],
'power' => [
'confirm' => 'You are about to perform a :action against :count servers. Do you wish to continue?',
'action_failed' => 'Power action request for ":name" (#:id) on node ":node" failed with error: :message',