open-nomad/scheduler
Tim Gross bd457343de
MRD: all regions should start pending (#8433)
Deployments should wait until kicked off by `Job.Register` so that we can
assert that all regions have a scheduled deployment before starting any
region. This changeset includes the OSS fixes to support the ENT work.

`IsMultiregionStarter` has no more callers in OSS, so remove it here.
2020-07-14 10:57:37 -04:00
..
annotate.go
annotate_test.go
context.go
context_test.go
device.go
device_test.go
feasible.go scheduler: do network feasibility checking for system jobs (#8256) 2020-06-24 16:01:00 -04:00
feasible_test.go multi-interface network support 2020-06-19 09:42:10 -04:00
generic_sched.go this is OSS 2020-06-22 10:28:45 -04:00
generic_sched_test.go fix test failures from rebase 2020-06-18 11:05:32 -07:00
preemption.go
preemption_test.go tests and some clean up 2020-05-01 13:13:30 -04:00
propertyset.go
rank.go ar: support opting into binding host ports to default network IP (#8321) 2020-07-06 18:51:46 -04:00
rank_test.go multi-interface network support 2020-06-19 09:42:10 -04:00
reconcile.go MRD: all regions should start pending (#8433) 2020-07-14 10:57:37 -04:00
reconcile_test.go
reconcile_util.go scheduler/reconcile: set FollowupEvalID on lost stop_after_client_disconnect (#8105) (#8138) 2020-06-09 17:13:53 -04:00
reconcile_util_test.go
scheduler.go csi: use node MaxVolumes during scheduling (#7565) 2020-03-31 17:16:47 -04:00
scheduler_oss.go
select.go
select_test.go
spread.go
spread_test.go
stack.go scheduler: do network feasibility checking for system jobs (#8256) 2020-06-24 16:01:00 -04:00
stack_not_ent.go
stack_test.go
system_sched.go scheduler/reconcile: set FollowupEvalID on lost stop_after_client_disconnect (#8105) (#8138) 2020-06-09 17:13:53 -04:00
system_sched_test.go scheduler: do network feasibility checking for system jobs (#8256) 2020-06-24 16:01:00 -04:00
testing.go server: stop after client disconnect (#7939) 2020-05-13 16:39:04 -04:00
util.go Task DNS Options (#7661) 2020-06-18 11:01:31 -07:00
util_test.go