From 1c61d0c9c8e5ca09ff5a4433e4039e1d862e094f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arma=C3=ABl=20Gu=C3=A9neau?= Date: Thu, 28 Nov 2024 20:41:28 +0100 Subject: [PATCH] email: migration celeri (site neptune) -> ananas (site scorpio) --- cluster/prod/app/backup/deploy/backup-daily.hcl | 2 +- cluster/prod/app/email/deploy/email.hcl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/prod/app/backup/deploy/backup-daily.hcl b/cluster/prod/app/backup/deploy/backup-daily.hcl index d9d9f2a..cf85aa8 100644 --- a/cluster/prod/app/backup/deploy/backup-daily.hcl +++ b/cluster/prod/app/backup/deploy/backup-daily.hcl @@ -14,7 +14,7 @@ job "backup_daily" { constraint { attribute = "${attr.unique.hostname}" operator = "=" - value = "celeri" + value = "ananas" } task "main" { diff --git a/cluster/prod/app/email/deploy/email.hcl b/cluster/prod/app/email/deploy/email.hcl index 287cff3..fc8f7e4 100644 --- a/cluster/prod/app/email/deploy/email.hcl +++ b/cluster/prod/app/email/deploy/email.hcl @@ -1,6 +1,6 @@ job "email" { # Should not run on the same site as email-android7.hcl (port conflict in diplonat) - datacenters = ["neptune"] + datacenters = ["scorpio"] type = "service" priority = 65 @@ -32,7 +32,7 @@ job "email" { constraint { attribute = "${attr.unique.hostname}" operator = "=" - value = "celeri" + value = "ananas" } config {