From 0b911436ad46b61bbc68b06810f7564036779b23 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Sat, 30 Nov 2024 01:52:51 +0100 Subject: [PATCH] prod: allow all stateless services on corrin --- cluster/prod/app/bagage/deploy/bagage.hcl | 2 +- cluster/prod/app/cms/deploy/cms.hcl | 2 +- cluster/prod/app/core/deploy/bottin.hcl | 2 +- cluster/prod/app/coturn/deploy/coturn.hcl | 2 +- cluster/prod/app/guichet/deploy/guichet.hcl | 2 +- cluster/prod/app/plume/deploy/plume.hcl | 2 +- cluster/prod/app/telemetry/deploy/telemetry-service.hcl | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cluster/prod/app/bagage/deploy/bagage.hcl b/cluster/prod/app/bagage/deploy/bagage.hcl index fbb571d..51af59e 100644 --- a/cluster/prod/app/bagage/deploy/bagage.hcl +++ b/cluster/prod/app/bagage/deploy/bagage.hcl @@ -1,5 +1,5 @@ job "bagage" { - datacenters = ["scorpio", "neptune"] + datacenters = ["corrin", "neptune", "scorpio"] type = "service" priority = 90 diff --git a/cluster/prod/app/cms/deploy/cms.hcl b/cluster/prod/app/cms/deploy/cms.hcl index 71192d2..ce1a0a3 100644 --- a/cluster/prod/app/cms/deploy/cms.hcl +++ b/cluster/prod/app/cms/deploy/cms.hcl @@ -1,5 +1,5 @@ job "cms" { - datacenters = ["neptune", "scorpio"] + datacenters = ["corrin", "neptune", "scorpio"] type = "service" priority = 100 diff --git a/cluster/prod/app/core/deploy/bottin.hcl b/cluster/prod/app/core/deploy/bottin.hcl index e21eb72..9cae97e 100644 --- a/cluster/prod/app/core/deploy/bottin.hcl +++ b/cluster/prod/app/core/deploy/bottin.hcl @@ -1,5 +1,5 @@ job "core-bottin" { - datacenters = ["neptune", "scorpio"] + datacenters = ["corrin", "neptune", "scorpio", "bespin"] type = "system" priority = 90 diff --git a/cluster/prod/app/coturn/deploy/coturn.hcl b/cluster/prod/app/coturn/deploy/coturn.hcl index 8923b2b..8b29d8f 100644 --- a/cluster/prod/app/coturn/deploy/coturn.hcl +++ b/cluster/prod/app/coturn/deploy/coturn.hcl @@ -1,5 +1,5 @@ job "coturn" { - datacenters = ["neptune", "scorpio"] + datacenters = ["corrin", "neptune", "scorpio"] type = "service" priority = 100 diff --git a/cluster/prod/app/guichet/deploy/guichet.hcl b/cluster/prod/app/guichet/deploy/guichet.hcl index c1476e2..aca811f 100644 --- a/cluster/prod/app/guichet/deploy/guichet.hcl +++ b/cluster/prod/app/guichet/deploy/guichet.hcl @@ -1,5 +1,5 @@ job "guichet" { - datacenters = [ "neptune", "scorpio" ] + datacenters = ["corrin", "neptune", "scorpio"] type = "service" priority = 90 diff --git a/cluster/prod/app/plume/deploy/plume.hcl b/cluster/prod/app/plume/deploy/plume.hcl index 5d10339..26bc6db 100644 --- a/cluster/prod/app/plume/deploy/plume.hcl +++ b/cluster/prod/app/plume/deploy/plume.hcl @@ -1,5 +1,5 @@ job "plume-blog" { - datacenters = ["scorpio", "neptune"] + datacenters = ["corrin", "neptune", "scorpio"] type = "service" group "plume" { diff --git a/cluster/prod/app/telemetry/deploy/telemetry-service.hcl b/cluster/prod/app/telemetry/deploy/telemetry-service.hcl index 13efddb..6922434 100644 --- a/cluster/prod/app/telemetry/deploy/telemetry-service.hcl +++ b/cluster/prod/app/telemetry/deploy/telemetry-service.hcl @@ -1,5 +1,5 @@ job "telemetry-service" { - datacenters = ["neptune", "scorpio"] + datacenters = ["corrin", "scorpio"] type = "service" group "grafana" {