From bcc8b334d1961894b54c080f3d58032aacb1a048 Mon Sep 17 00:00:00 2001 From: pmikus Date: Fri, 27 Aug 2021 07:24:38 +0000 Subject: Infra: Minor terraform cleanup Signed-off-by: pmikus Change-Id: I1f6c9b2f9e3ac607fac76b12100992d901820e38 --- fdio.infra.terraform/1n_nmd/prometheus/conf/nomad/prometheus.hcl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'fdio.infra.terraform/1n_nmd/prometheus/conf/nomad/prometheus.hcl') diff --git a/fdio.infra.terraform/1n_nmd/prometheus/conf/nomad/prometheus.hcl b/fdio.infra.terraform/1n_nmd/prometheus/conf/nomad/prometheus.hcl index 4451d72f7a..368a361184 100644 --- a/fdio.infra.terraform/1n_nmd/prometheus/conf/nomad/prometheus.hcl +++ b/fdio.infra.terraform/1n_nmd/prometheus/conf/nomad/prometheus.hcl @@ -139,6 +139,11 @@ job "${job_name}" { value = "arm64" } + constraint { + attribute = "$${node.class}" + value = "builder" + } + # The "task" stanza creates an individual unit of work, such as a Docker # container, web application, or batch processing. # -- cgit 1.2.3-korg