mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
Added docs for consul options
This commit is contained in:
@@ -231,6 +231,20 @@ documentation [here](/docs/drivers/index.html)
|
||||
`host:port`. The default is the same as the Consul default address,
|
||||
`127.0.0.1:8500`.
|
||||
|
||||
* `consul.token`: Token is used to provide a per-request ACL token.This options
|
||||
overrides the agent's default token
|
||||
|
||||
|
||||
* `consul.auth`: The auth information to use for http access to the Consul
|
||||
Agent.
|
||||
|
||||
* `consul.ssl`: This boolean option sets the transport scheme to talk to the Consul
|
||||
Agent as `https`. This option is unset by default and so the default transport
|
||||
scheme for the consul api client is `http`.
|
||||
|
||||
* `consul.verifyssl`: This option disables SSL verification when the transport
|
||||
scheme for the Consul API client is `https`. This is set to true by default.
|
||||
|
||||
* `driver.whitelist`: A comma seperated list of whitelisted drivers (e.g.
|
||||
"docker,qemu"). If specified, drivers not in the whitelist will be disabled.
|
||||
If the whitelist is empty, all drivers are fingerprinted and enabled where
|
||||
|
||||
@@ -24,6 +24,23 @@ Nomad does not currently run Consul for you.
|
||||
override the default Consul Agent HTTP port that Nomad uses to connect to
|
||||
Consul. The default for this is `127.0.0.1:8500`.
|
||||
|
||||
* `consul.ssl`: This boolean option sets the transport scheme to talk to the Consul
|
||||
Agent as `https`. This option is unset by default and so the default transport
|
||||
scheme for the consul api client is `http`.
|
||||
|
||||
* `consul.verifyssl`: This option disables SSL verification when the transport
|
||||
scheme for the Consul API client is `https`. This is set to true by default.
|
||||
|
||||
* `driver.whitelist`: A comma seperated list of whitelisted drivers (e.g.
|
||||
"docker,qemu"). If specified, drivers not in the whitelist will be disabled.
|
||||
If the whitelist is empty, all drivers are fingerprinted and enabled where
|
||||
applicable.
|
||||
|
||||
* `fingerprint.whitelist`: A comma seperated list of whitelisted fingerprinters.
|
||||
If specified, fingerprinters not in the whitelist will be disabled. If the
|
||||
whitelist is empty, all fingerprinters are used.
|
||||
|
||||
|
||||
## Service Definition Syntax
|
||||
|
||||
The service blocks in a Task definition defines a service which Nomad will
|
||||
|
||||
Reference in New Issue
Block a user