2018-12-17 17:40:09 +00:00
|
|
|
data_dir = "/opt/nomad/data"
|
|
|
|
bind_addr = "0.0.0.0"
|
|
|
|
|
|
|
|
# Enable the client
|
|
|
|
client {
|
|
|
|
enabled = true
|
|
|
|
options {
|
|
|
|
"driver.raw_exec.enable" = "1"
|
|
|
|
"docker.privileged.enabled" = "true"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
consul {
|
|
|
|
address = "127.0.0.1:8500"
|
|
|
|
}
|
|
|
|
|
|
|
|
vault {
|
|
|
|
enabled = true
|
|
|
|
address = "http://active.vault.service.consul:8200"
|
2019-03-08 17:56:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
telemetry {
|
|
|
|
collection_interval = "1s"
|
|
|
|
disable_hostname = true
|
|
|
|
prometheus_metrics = true
|
|
|
|
publish_allocation_metrics = true
|
|
|
|
publish_node_metrics = true
|
|
|
|
}
|