open-nomad/e2e/terraform/shared/nomad/base.hcl

20 lines
330 B
HCL
Raw Normal View History

enable_debug = true
2019-07-20 14:55:07 +00:00
log_level = "debug"
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
2018-12-17 17:40:09 +00:00
consul {
address = "127.0.0.1:8500"
}
2019-03-08 17:56:02 +00:00
telemetry {
2019-07-20 14:55:07 +00:00
collection_interval = "1s"
disable_hostname = true
prometheus_metrics = true
2019-03-08 17:56:02 +00:00
publish_allocation_metrics = true
2019-07-20 14:55:07 +00:00
publish_node_metrics = true
}