You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# "nomad_task_driver" and "one_tracer_per_node") and checks Nomad envars
195
-
# (NOMAD_ADDR, NOMAD_NAMESPACE, NOMAD_TOKEN).
194
+
# Sets the envars not shared by all the other sub-backends.
196
195
setenv-defaults-nomadcloud() {
197
196
local backend_dir="${1}"
198
197
@@ -683,9 +682,19 @@ allocate-run-nomadcloud() {
683
682
# changes something related to Nomad Clients or AWS instances we
684
683
# may hopefully notice it when the job fails to start (placement
685
684
# errors).
686
-
msg "$(blue "INFO:") Nomad Task $(yellow "\"${task_name}\"") will be constrainted to $(yellow "AWS Instance ID \"${instance_id}\" with AZ \"${availability_zone}\"")that is currently running $(yellow "Nomad node \"${node_name}\" (${node_id})")"
685
+
msg "$(blue "INFO:") Nomad Task $(yellow "\"${task_name}\"") will be constrainted to $(yellow "AWS Instance ID \"${instance_id}\" with AZ \"${availability_zone}\"") running $(yellow "Nomad node \"${node_name}\" (${node_id})")"
0 commit comments