From 1277d94bec5cccb62695da34a7ffb156f471eb6e Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 1 Jul 2021 15:36:54 +0200 Subject: Remove easybridge + increase nomad docker timeout when pulling images --- os/config/roles/nomad/templates/nomad.hcl.j2 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'os/config/roles/nomad/templates') diff --git a/os/config/roles/nomad/templates/nomad.hcl.j2 b/os/config/roles/nomad/templates/nomad.hcl.j2 index d1c0720..f44ccaa 100644 --- a/os/config/roles/nomad/templates/nomad.hcl.j2 +++ b/os/config/roles/nomad/templates/nomad.hcl.j2 @@ -39,3 +39,10 @@ telemetry { publish_allocation_metrics = true publish_node_metrics = true } + +plugin "docker" { + config { + pull_activity_timeout = "15m" + } +} + -- cgit v1.2.3 From 576ac2772ebb2f6ff52dfc65cd82a28c384f7186 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 1 Jul 2021 15:53:41 +0200 Subject: Update config to add more time to pull images --- os/config/roles/nomad/templates/nomad.hcl.j2 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'os/config/roles/nomad/templates') diff --git a/os/config/roles/nomad/templates/nomad.hcl.j2 b/os/config/roles/nomad/templates/nomad.hcl.j2 index f44ccaa..12acbd3 100644 --- a/os/config/roles/nomad/templates/nomad.hcl.j2 +++ b/os/config/roles/nomad/templates/nomad.hcl.j2 @@ -43,6 +43,10 @@ telemetry { plugin "docker" { config { pull_activity_timeout = "15m" + volumes { + enabled = true + } + allow_privileged = true } } -- cgit v1.2.3