@ -415,6 +415,7 @@ The attempt to start the servers appears to have failed. The return code '0' was
<keyname="error_0301">Failed to parse the install manifest with UUID: [#!variable!manifest_uuid!#]. Unable to check or update the fence configuration.</key>
<keyname="error_0301">Failed to parse the install manifest with UUID: [#!variable!manifest_uuid!#]. Unable to check or update the fence configuration.</key>
<keyname="error_0302">The passed in Anvil! UUID: [#!variable!anvil_uuid!#] was not found in the database.</key>
<keyname="error_0302">The passed in Anvil! UUID: [#!variable!anvil_uuid!#] was not found in the database.</key>
<keyname="error_0303">The passed in host UUID: [#!variable!host_uuid!#] was not found in the database.</key>
<keyname="error_0303">The passed in host UUID: [#!variable!host_uuid!#] was not found in the database.</key>
<keyname="error_0304">Failed to parse the request body: [#!variable!request_body_string!#]. Reason: [#!variable!json_decode_error!#]</key>
<!-- Files templates -->
<!-- Files templates -->
<!-- NOTE: Translating these files requires an understanding of which lines are translatable -->
<!-- NOTE: Translating these files requires an understanding of which lines are translatable -->
@ -1072,6 +1073,14 @@ It should be provisioned in the next minute or two.</key>
<keyname="job_0329">The target machine is confirmed off, will try to start now.</key>
<keyname="job_0329">The target machine is confirmed off, will try to start now.</key>
<keyname="job_0330">The target machine is now booting!</key>
<keyname="job_0330">The target machine is now booting!</key>
<keyname="job_0331">The machine: [#!variable!host_name!#] does not have a (known) IPMI BMC, but it is a member of the Anvil! [#!variable!anvil_name!#]. Searching for a fence method to boot it...</key>
<keyname="job_0331">The machine: [#!variable!host_name!#] does not have a (known) IPMI BMC, but it is a member of the Anvil! [#!variable!anvil_name!#]. Searching for a fence method to boot it...</key>
<!-- cgi-bin/set_power,on,job_title -->
<keyname="job_0332">Power On Host</key>
<!-- cgi-bin/set_power,on,job_description -->
<keyname="job_0333">Power on the target host by executing a start script on a striker.</key>
<!-- cgi-bin/set_power,off,job_title -->
<keyname="job_0334">Power Off Host</key>
<!-- cgi-bin/set_power,off,job_description -->
<keyname="job_0335">Power off the target host by executing a stop script on the host itself.</key>