diff options
author | Alex Auvolat <alex@adnab.me> | 2023-01-04 10:06:06 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-01-04 10:06:06 +0100 |
commit | da78f3671e2bc532ec64069516fac0ff885c4d7b (patch) | |
tree | 79a4765afce877d0218712ba3df19c89be285cac | |
parent | 26f78872e6d94671381c2b199c643e43a81b8b7f (diff) | |
download | nixcfg-da78f3671e2bc532ec64069516fac0ff885c4d7b.tar.gz nixcfg-da78f3671e2bc532ec64069516fac0ff885c4d7b.zip |
staging: deploy things on bespin
-rw-r--r-- | cluster/staging/app/core/deploy/core-service.hcl | 2 | ||||
-rw-r--r-- | cluster/staging/app/core/deploy/core-system.hcl | 2 | ||||
-rw-r--r-- | cluster/staging/app/directory/deploy/directory.hcl | 2 | ||||
-rw-r--r-- | cluster/staging/app/garage/deploy/garage.hcl | 2 | ||||
-rw-r--r-- | cluster/staging/app/telemetry/deploy/telemetry-service.hcl | 2 | ||||
-rw-r--r-- | cluster/staging/app/telemetry/deploy/telemetry-system.hcl | 2 | ||||
-rw-r--r-- | experimental/app/drone-ci-runner/deploy/bad-runner-vm.hcl (renamed from cluster/staging/app/drone-ci/deploy/bad-runner-vm.hcl) | 0 | ||||
-rw-r--r-- | experimental/app/drone-ci-runner/deploy/runner-docker.hcl (renamed from cluster/staging/app/drone-ci/deploy/runner-docker.hcl) | 0 |
8 files changed, 6 insertions, 6 deletions
diff --git a/cluster/staging/app/core/deploy/core-service.hcl b/cluster/staging/app/core/deploy/core-service.hcl index 72f6f0b..5994d89 100644 --- a/cluster/staging/app/core/deploy/core-service.hcl +++ b/cluster/staging/app/core/deploy/core-service.hcl @@ -1,5 +1,5 @@ job "core-service" { - datacenters = ["neptune", "jupiter", "corrin"] + datacenters = ["neptune", "jupiter", "corrin", "bespin"] type = "service" priority = 90 diff --git a/cluster/staging/app/core/deploy/core-system.hcl b/cluster/staging/app/core/deploy/core-system.hcl index 5cdffa7..4d6e503 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", "jupiter", "corrin"] + datacenters = ["neptune", "jupiter", "corrin", "bespin"] type = "system" priority = 90 diff --git a/cluster/staging/app/directory/deploy/directory.hcl b/cluster/staging/app/directory/deploy/directory.hcl index 1938ec5..c88d47e 100644 --- a/cluster/staging/app/directory/deploy/directory.hcl +++ b/cluster/staging/app/directory/deploy/directory.hcl @@ -1,5 +1,5 @@ job "directory" { - datacenters = ["neptune", "jupiter"] + datacenters = ["neptune", "jupiter", "corrin", "bespin"] type = "service" priority = 90 diff --git a/cluster/staging/app/garage/deploy/garage.hcl b/cluster/staging/app/garage/deploy/garage.hcl index 0d2c803..4e9d047 100644 --- a/cluster/staging/app/garage/deploy/garage.hcl +++ b/cluster/staging/app/garage/deploy/garage.hcl @@ -2,7 +2,7 @@ job "garage-staging" { type = "system" priority = 90 - datacenters = [ "neptune", "jupiter", "corrin" ] + datacenters = [ "neptune", "jupiter", "corrin", "bespin" ] update { max_parallel = 1 diff --git a/cluster/staging/app/telemetry/deploy/telemetry-service.hcl b/cluster/staging/app/telemetry/deploy/telemetry-service.hcl index 1c59a79..9785c96 100644 --- a/cluster/staging/app/telemetry/deploy/telemetry-service.hcl +++ b/cluster/staging/app/telemetry/deploy/telemetry-service.hcl @@ -1,5 +1,5 @@ job "telemetry-service" { - datacenters = ["neptune", "jupiter", "corrin"] + datacenters = ["neptune", "jupiter", "corrin", "bespin"] type = "service" group "prometheus" { diff --git a/cluster/staging/app/telemetry/deploy/telemetry-system.hcl b/cluster/staging/app/telemetry/deploy/telemetry-system.hcl index 1f0e64e..cd9b8a8 100644 --- a/cluster/staging/app/telemetry/deploy/telemetry-system.hcl +++ b/cluster/staging/app/telemetry/deploy/telemetry-system.hcl @@ -1,5 +1,5 @@ job "telemetry-system" { - datacenters = ["neptune", "jupiter", "corrin"] + datacenters = ["neptune", "jupiter", "corrin", "bespin"] type = "system" priority = "100" diff --git a/cluster/staging/app/drone-ci/deploy/bad-runner-vm.hcl b/experimental/app/drone-ci-runner/deploy/bad-runner-vm.hcl index 7c3a7e2..7c3a7e2 100644 --- a/cluster/staging/app/drone-ci/deploy/bad-runner-vm.hcl +++ b/experimental/app/drone-ci-runner/deploy/bad-runner-vm.hcl diff --git a/cluster/staging/app/drone-ci/deploy/runner-docker.hcl b/experimental/app/drone-ci-runner/deploy/runner-docker.hcl index d7c6ef4..d7c6ef4 100644 --- a/cluster/staging/app/drone-ci/deploy/runner-docker.hcl +++ b/experimental/app/drone-ci-runner/deploy/runner-docker.hcl |