open-nomad/client/config
Derek Strickland 0a8e03f0f7
Expose Consul template configuration parameters (#11606)
This PR exposes the following existing`consul-template` configuration options to Nomad jobspec authors in the `{job.group.task.template}` stanza.

- `wait`

It also exposes the following`consul-template` configuration to Nomad operators in the `{client.template}` stanza.

- `max_stale`
- `block_query_wait`
- `consul_retry`
- `vault_retry` 
- `wait` 

Finally, it adds the following new Nomad-specific configuration to the `{client.template}` stanza that allows Operators to set bounds on what `jobspec` authors configure.

- `wait_bounds`

Co-authored-by: Tim Gross <tgross@hashicorp.com>
Co-authored-by: Michael Schurter <mschurter@hashicorp.com>
2022-01-10 10:19:07 -05:00
..
config.go Expose Consul template configuration parameters (#11606) 2022-01-10 10:19:07 -05:00
config_test.go Expose Consul template configuration parameters (#11606) 2022-01-10 10:19:07 -05:00
testing.go test: expand symlink for temp dir for macOS compatibility (#6303) 2019-09-10 12:20:09 -04:00