fluke/devops-service/messages/en.yml
2016-03-28 00:16:11 +03:00

29 lines
1.4 KiB
YAML

en:
project:
deploy_env:
validation:
users:
not_exist: "These users are missing in mongo: '%{users}'"
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.
timeout_reached: Bootstrap or deploy wasn't completed due to timeout.
servers_bootstrapper:
bootstrap_servers:
ok: "Server '%{server_id}' has been bootstraped (job %{job_id})."
timeout_reached: "Waiting for bootstrapping '%{server_id}' (job %{job_id}) halted: timeout reached."
bootstrap_error: "Server '%{server_id}' bootstrapping failed (job %{job_id})."
deploy_error: "Server '%{server_id}' deploy failed (job %{job_id})."
stack_synchronizer:
result:
ok: "Stack '%{stack_id}' status is now %{status}"
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."