open-nomad/scheduler
James Rasell 9470507cf4
Add NodeName to the alloc/job status outputs.
Currently when operators need to log onto a machine where an alloc
is running they will need to perform both an alloc/job status
call and then a call to discover the node name from the node list.

This updates both the job status and alloc status output to include
the node name within the information to make operator use easier.

Closes #2359
Cloess #1180
2019-04-10 10:34:10 -05:00
..
annotate.go
annotate_test.go
context.go
context_test.go
device.go Change types of weights on spread/affinity 2019-01-30 12:20:38 -08:00
device_test.go Change types of weights on spread/affinity 2019-01-30 12:20:38 -08:00
feasible.go
feasible_test.go
generic_sched.go Add NodeName to the alloc/job status outputs. 2019-04-10 10:34:10 -05:00
generic_sched_test.go Fix bug where scoring metadata would be overridden during an inplace upgrade. 2019-03-12 23:36:46 -05:00
preemption.go
preemption_test.go
propertyset.go
rank.go Change types of weights on spread/affinity 2019-01-30 12:20:38 -08:00
rank_test.go Change types of weights on spread/affinity 2019-01-30 12:20:38 -08:00
reconcile.go
reconcile_test.go
reconcile_util.go
reconcile_util_test.go
scheduler.go
scheduler_oss.go
select.go
select_test.go
spread.go Change types of weights on spread/affinity 2019-01-30 12:20:38 -08:00
spread_test.go
stack.go
stack_not_ent.go
stack_test.go
system_sched.go Add NodeName to the alloc/job status outputs. 2019-04-10 10:34:10 -05:00
system_sched_test.go
testing.go
util.go Fix bug where scoring metadata would be overridden during an inplace upgrade. 2019-03-12 23:36:46 -05:00
util_test.go