Commit 5885893
committed
ansible: Improve Nomad reliability
This commit improves the reliability of Nomad on machines that have
just restarted. It incorporates a suggestion from @ericonr to change
the unbound config to permit consul to come up independently of
unbound, and a change to the Nomad service to ensure that all of
Nomad's dependencies are available when starting.
One major issue remains, that is tracked as hashicorp/nomad#11272
wherein its possible for system tasks that have static port
allocations to fail to reschedule if there's dangling state on a node
after a reboot. This is likely going to require a patch in Nomad
itself to resolve.1 parent 3706430 commit 5885893
2 files changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
5 | 16 | | |
6 | 17 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments