2015-09-22 12:19:15 +03:00
|
|
|
en:
|
|
|
|
|
project:
|
|
|
|
|
deploy_env:
|
|
|
|
|
validation:
|
|
|
|
|
users:
|
|
|
|
|
not_exist: "These users are missing in mongo: '%{users}'"
|
2016-03-27 23:37:57 +03:00
|
|
|
worker:
|
|
|
|
|
stack_bootstrap:
|
|
|
|
|
bootstrap_result:
|
|
|
|
|
ok: "All servers have been successfully bootstrapped."
|
|
|
|
|
bootstrap_error: An error occured during bootstraping stack servers.
|
|
|
|
|
deploy_error: |
|
|
|
|
|
Stack was launched, but an error occured during deploying stack servers.
|
|
|
|
|
You can redeploy stack after fixing the error.
|
2018-04-04 22:44:39 +03:00
|
|
|
timeout_reached: Bootstrap or deploy wasn't completed due to timeout.
|
2016-04-04 13:17:07 +03:00
|
|
|
stack_sync:
|
|
|
|
|
bootstrap_result:
|
|
|
|
|
ok: "Stack has been successfully synced."
|
|
|
|
|
bootstrap_error: An error occured during new stack servers bootstrapp.
|
|
|
|
|
deploy_error: An error occured during new stack servers deploy.
|
|
|
|
|
timeout_reached: Bootstrap or deploy of new servers wasn't completed due to timeout.
|
|
|
|
|
stack_executor:
|
2018-04-04 22:44:39 +03:00
|
|
|
servers_bootstrapper:
|
2016-04-04 13:17:07 +03:00
|
|
|
result:
|
2016-03-27 23:37:57 +03:00
|
|
|
ok: "Server '%{server_id}' has been bootstraped (job %{job_id})."
|
|
|
|
|
timeout_reached: "Waiting for bootstrapping '%{server_id}' (job %{job_id}) halted: timeout reached."
|
2018-04-04 22:44:39 +03:00
|
|
|
bootstrap_error: "Server '%{server_id}' bootstrapping failed (job %{job_id})."
|
2016-03-28 00:16:11 +03:00
|
|
|
deploy_error: "Server '%{server_id}' deploy failed (job %{job_id})."
|
2016-04-04 13:17:07 +03:00
|
|
|
stack_creation_waiter:
|
|
|
|
|
result:
|
|
|
|
|
ok: |
|
|
|
|
|
Stack '%{stack_id}' status is now %{status}
|
|
|
|
|
Stack has been created
|
|
|
|
|
stack_rolled_back: "Stack '%{stack_id}' status is now %{status}"
|
|
|
|
|
stack_deleted: "Stack '%{stack_id}' status is now %{status}"
|
|
|
|
|
stack_not_found: "Stack '%{stack_id}' status is now %{status}"
|
|
|
|
|
unkown_status: "Unknown stack status: '%{status}'"
|
|
|
|
|
timeout: "Stack hasn't been synced in %{seconds} seconds."
|