Merge pull request #5974 from hashicorp/e2e-terraform-debug

e2e: enable_debug=true for all agents
This commit is contained in:
Michael Schurter 2019-07-19 08:21:17 -07:00 committed by GitHub
commit 19ee8cf0bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 41 additions and 22 deletions

View file

@ -1,5 +1,7 @@
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 {

View file

@ -1,5 +1,7 @@
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 {
@ -28,4 +30,4 @@ telemetry {
prometheus_metrics = true
publish_allocation_metrics = true
publish_node_metrics = true
}
}

View file

@ -1,6 +1,10 @@
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"
datacenter = "dc2"
# Enable the client
client {
enabled = true
@ -28,4 +32,4 @@ telemetry {
prometheus_metrics = true
publish_allocation_metrics = true
publish_node_metrics = true
}
}

View file

@ -1,5 +1,8 @@
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"
datacenter = "dc2"
# Enable the client
client {
@ -28,4 +31,4 @@ telemetry {
prometheus_metrics = true
publish_allocation_metrics = true
publish_node_metrics = true
}
}

View file

@ -1,5 +1,7 @@
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 server
server {
@ -25,4 +27,4 @@ telemetry {
prometheus_metrics = true
publish_allocation_metrics = true
publish_node_metrics = true
}
}

View file

@ -1,5 +1,7 @@
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 server
server {
@ -25,4 +27,4 @@ telemetry {
prometheus_metrics = true
publish_allocation_metrics = true
publish_node_metrics = true
}
}

View file

@ -1,5 +1,7 @@
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 server
server {
@ -25,4 +27,4 @@ telemetry {
prometheus_metrics = true
publish_allocation_metrics = true
publish_node_metrics = true
}
}

View file

@ -1,5 +1,7 @@
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 server
server {