fluke/devops-service/messages/en.yml

21 lines
966 B
YAML
Raw Normal View History

2015-09-22 12:19:15 +03:00
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})."