diff --git a/e2e/terraform/configs/indexed/client-0.hcl b/e2e/terraform/configs/indexed/client-0.hcl index 957ba6062..83680f579 100644 --- a/e2e/terraform/configs/indexed/client-0.hcl +++ b/e2e/terraform/configs/indexed/client-0.hcl @@ -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 { diff --git a/e2e/terraform/configs/indexed/client-1.hcl b/e2e/terraform/configs/indexed/client-1.hcl index 6857c56c8..093512fbd 100644 --- a/e2e/terraform/configs/indexed/client-1.hcl +++ b/e2e/terraform/configs/indexed/client-1.hcl @@ -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 -} \ No newline at end of file +} diff --git a/e2e/terraform/configs/indexed/client-2.hcl b/e2e/terraform/configs/indexed/client-2.hcl index 72929b422..f28fc6514 100644 --- a/e2e/terraform/configs/indexed/client-2.hcl +++ b/e2e/terraform/configs/indexed/client-2.hcl @@ -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 -} \ No newline at end of file +} diff --git a/e2e/terraform/configs/indexed/client-3.hcl b/e2e/terraform/configs/indexed/client-3.hcl index 7a719d940..20efe4b2f 100644 --- a/e2e/terraform/configs/indexed/client-3.hcl +++ b/e2e/terraform/configs/indexed/client-3.hcl @@ -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 -} \ No newline at end of file +} diff --git a/e2e/terraform/configs/indexed/server-0.hcl b/e2e/terraform/configs/indexed/server-0.hcl index 51771e3e3..ba7550f91 100644 --- a/e2e/terraform/configs/indexed/server-0.hcl +++ b/e2e/terraform/configs/indexed/server-0.hcl @@ -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 -} \ No newline at end of file +} diff --git a/e2e/terraform/configs/indexed/server-1.hcl b/e2e/terraform/configs/indexed/server-1.hcl index 51771e3e3..ba7550f91 100644 --- a/e2e/terraform/configs/indexed/server-1.hcl +++ b/e2e/terraform/configs/indexed/server-1.hcl @@ -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 -} \ No newline at end of file +} diff --git a/e2e/terraform/configs/indexed/server-2.hcl b/e2e/terraform/configs/indexed/server-2.hcl index 51771e3e3..ba7550f91 100644 --- a/e2e/terraform/configs/indexed/server-2.hcl +++ b/e2e/terraform/configs/indexed/server-2.hcl @@ -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 -} \ No newline at end of file +} diff --git a/e2e/terraform/configs/server.hcl b/e2e/terraform/configs/server.hcl index b805aca29..18b16a705 100644 --- a/e2e/terraform/configs/server.hcl +++ b/e2e/terraform/configs/server.hcl @@ -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 {