email: move service to corrin (fiber outage in scorpio)

This commit is contained in:
Baptiste Jonglez 2025-04-15 22:13:56 +02:00
parent b4d04e12fe
commit 2d86cd239f
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
job "backup_daily" { job "backup_daily" {
datacenters = ["neptune", "scorpio", "bespin"] datacenters = ["neptune", "scorpio", "bespin", "corrin"]
type = "batch" type = "batch"
priority = "60" priority = "60"
@ -14,7 +14,7 @@ job "backup_daily" {
constraint { constraint {
attribute = "${attr.unique.hostname}" attribute = "${attr.unique.hostname}"
operator = "=" operator = "="
value = "abricot" value = "pasteque"
} }
task "main" { task "main" {
@ -152,7 +152,7 @@ EOH
constraint { constraint {
attribute = "${attr.unique.hostname}" attribute = "${attr.unique.hostname}"
operator = "=" operator = "="
value = "abricot" value = "df-ymk"
} }
task "main" { task "main" {

View file

@ -1,6 +1,6 @@
job "email" { job "email" {
# Should not run on the same site as email-android7.hcl (port conflict in diplonat) # Should not run on the same site as email-android7.hcl (port conflict in diplonat)
datacenters = ["scorpio"] datacenters = ["corrin"]
type = "service" type = "service"
priority = 65 priority = 65
@ -32,7 +32,7 @@ job "email" {
constraint { constraint {
attribute = "${attr.unique.hostname}" attribute = "${attr.unique.hostname}"
operator = "=" operator = "="
value = "abricot" value = "pasteque"
} }
config { config {