Merge pull request #5974 from hashicorp/e2e-terraform-debug
e2e: enable_debug=true for all agents
This commit is contained in:
commit
19ee8cf0bb
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue