e2e: let the unindex clients do anything...

...and be debugable!
This commit is contained in:
Michael Schurter
2019-05-03 07:54:55 -07:00
parent ac8d50f937
commit d477ca50ff

View File

@@ -1,11 +1,19 @@
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
enable_debug = true
log_level = "DEBUG"
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
# Enable the client
client {
enabled = true
options {
# Allow jobs to run as root
"user.blacklist" = ""
# Allow rawexec jobs
"driver.raw_exec.enable" = "1"
# Allow privileged docker jobs
"docker.privileged.enabled" = "true"
}
}