diff options
author | Armaël Guéneau <armael.gueneau@ens-lyon.org> | 2024-11-28 21:26:59 +0100 |
---|---|---|
committer | Armaël Guéneau <armael.gueneau@ens-lyon.org> | 2024-11-28 21:26:59 +0100 |
commit | 83060bab27a829cd7116167e0331cabe4726ae78 (patch) | |
tree | a02e52aeeb2fcc70733c50100fc440ffa86a9885 | |
parent | 1c61d0c9c8e5ca09ff5a4433e4039e1d862e094f (diff) | |
download | nixcfg-83060bab27a829cd7116167e0331cabe4726ae78.tar.gz nixcfg-83060bab27a829cd7116167e0331cabe4726ae78.zip |
migration cryptpad courgette (neptune) -> abricot (scorpio)
-rw-r--r-- | cluster/prod/app/backup/deploy/backup-daily.hcl | 2 | ||||
-rw-r--r-- | cluster/prod/app/cryptpad/deploy/cryptpad.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 cf85aa8..9650735 100644 --- a/cluster/prod/app/backup/deploy/backup-daily.hcl +++ b/cluster/prod/app/backup/deploy/backup-daily.hcl @@ -152,7 +152,7 @@ EOH constraint { attribute = "${attr.unique.hostname}" operator = "=" - value = "courgette" + value = "abricot" } task "main" { diff --git a/cluster/prod/app/cryptpad/deploy/cryptpad.hcl b/cluster/prod/app/cryptpad/deploy/cryptpad.hcl index 76737a6..8ea8b5d 100644 --- a/cluster/prod/app/cryptpad/deploy/cryptpad.hcl +++ b/cluster/prod/app/cryptpad/deploy/cryptpad.hcl @@ -1,5 +1,5 @@ job "cryptpad" { - datacenters = ["neptune"] + datacenters = ["scorpio"] type = "service" group "cryptpad" { @@ -22,7 +22,7 @@ job "cryptpad" { constraint { attribute = "${attr.unique.hostname}" operator = "=" - value = "courgette" + value = "abricot" } config { |