aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2024-01-17 20:25:35 +0100
committerAlex Auvolat <alex@adnab.me>2024-01-17 20:25:35 +0100
commit88f8f9fd1ed95e53a87d757d812661fbff75b865 (patch)
tree3a352eaafa37ab41b811db57da71fd2d15a5e456
parentbe0cbea19b6304c7de1b407e636b7b705a0e2003 (diff)
downloadnixcfg-88f8f9fd1ed95e53a87d757d812661fbff75b865.tar.gz
nixcfg-88f8f9fd1ed95e53a87d757d812661fbff75b865.zip
staging: add automatic dns names for staging machines
-rw-r--r--cluster/staging/app/core/deploy/tricot.hcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/cluster/staging/app/core/deploy/tricot.hcl b/cluster/staging/app/core/deploy/tricot.hcl
index 1446359..62c8030 100644
--- a/cluster/staging/app/core/deploy/tricot.hcl
+++ b/cluster/staging/app/core/deploy/tricot.hcl
@@ -82,6 +82,7 @@ EOH
name = "tricot-http"
port = "http_port"
tags = [
+ "d53-aaaa ${attr.unique.hostname}.machine.staging.deuxfleurs.org",
"d53-aaaa ${meta.site}.site.staging.deuxfleurs.org",
"d53-aaaa staging.deuxfleurs.org",
"(diplonat (tcp_port 80))"