From 2f62cd580f797e943772d61efc6ebbe459849b0e Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Sat, 23 May 2020 16:50:30 +0200 Subject: [PATCH] WIP diplonat deployment --- nomad/core.hcl | 42 ++++++++++++++++++++++++++++++++++++++++++ nomad/platoo.hcl | 1 + 2 files changed, 43 insertions(+) create mode 100644 nomad/core.hcl diff --git a/nomad/core.hcl b/nomad/core.hcl new file mode 100644 index 0000000..d96dae3 --- /dev/null +++ b/nomad/core.hcl @@ -0,0 +1,42 @@ +job "core" { + datacenters = ["dc1"] + type = "system" + + constraint { + attribute = "${attr.cpu.arch}" + value = "amd64" + } + + update { + max_parallel = 1 + stagger = "5m" + } + + group "network" { + task "diplonat" { + driver = "docker" + + config { + image = "superboum/amd64_diplonat:v1" + network_mode = "host" + readonly_rootfs = true + } + + template { + data = <