make sure dev-cluster has the option to run windows config (#8928)

This commit is contained in:
Tim Gross 2020-09-18 16:41:35 -04:00 committed by GitHub
parent 1bbe56f4d8
commit 3da61545d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
enable_debug = true
log_level = "debug"
log_file = "C:\\opt\\nomad\\nomad.log"
data_dir = "C:\\opt\\nomad\\data"
bind_addr = "0.0.0.0"
# Enable the client
client {
enabled = true
options {
# Allow rawexec jobs
"driver.raw_exec.enable" = "1"
}
}
consul {
address = "127.0.0.1:8500"
}
vault {
enabled = true
address = "http://active.vault.service.consul:8200"
}
telemetry {
collection_interval = "1s"
disable_hostname = true
prometheus_metrics = true
publish_allocation_metrics = true
publish_node_metrics = true
}