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" enable_debug = true
bind_addr = "0.0.0.0" log_level = "debug"
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
# Enable the client # Enable the client
client { client {

View file

@ -1,5 +1,7 @@
data_dir = "/opt/nomad/data" enable_debug = true
bind_addr = "0.0.0.0" log_level = "debug"
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
# Enable the client # Enable the client
client { client {

View file

@ -1,6 +1,10 @@
data_dir = "/opt/nomad/data" enable_debug = true
bind_addr = "0.0.0.0" log_level = "debug"
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
datacenter = "dc2" datacenter = "dc2"
# Enable the client # Enable the client
client { client {
enabled = true enabled = true

View file

@ -1,5 +1,8 @@
data_dir = "/opt/nomad/data" enable_debug = true
bind_addr = "0.0.0.0" log_level = "debug"
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
datacenter = "dc2" datacenter = "dc2"
# Enable the client # Enable the client
client { client {

View file

@ -1,5 +1,7 @@
data_dir = "/opt/nomad/data" enable_debug = true
bind_addr = "0.0.0.0" log_level = "debug"
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
# Enable the server # Enable the server
server { server {

View file

@ -1,5 +1,7 @@
data_dir = "/opt/nomad/data" enable_debug = true
bind_addr = "0.0.0.0" log_level = "debug"
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
# Enable the server # Enable the server
server { server {

View file

@ -1,5 +1,7 @@
data_dir = "/opt/nomad/data" enable_debug = true
bind_addr = "0.0.0.0" log_level = "debug"
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
# Enable the server # Enable the server
server { server {

View file

@ -1,5 +1,7 @@
data_dir = "/opt/nomad/data" enable_debug = true
bind_addr = "0.0.0.0" log_level = "debug"
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
# Enable the server # Enable the server
server { server {