From 578075a9252435aaed12d2535577e18e053cd916 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 11 Dec 2022 22:37:28 +0100 Subject: Add origan node in staging cluster (+ refactor system.stateVersion) --- cluster/staging/app/core/deploy/core-system.hcl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cluster/staging/app') diff --git a/cluster/staging/app/core/deploy/core-system.hcl b/cluster/staging/app/core/deploy/core-system.hcl index d410573..15dc77f 100644 --- a/cluster/staging/app/core/deploy/core-system.hcl +++ b/cluster/staging/app/core/deploy/core-system.hcl @@ -1,5 +1,5 @@ job "core-system" { - datacenters = ["neptune"] + datacenters = ["neptune", "jupiter"] type = "system" priority = 90 @@ -13,6 +13,7 @@ job "core-system" { stagger = "1m" } +/* group "diplonat" { task "diplonat" { driver = "nix2" @@ -68,6 +69,7 @@ EOH } } } + */ group "tricot" { network { -- cgit v1.2.3