From 87bd42cf1dbc5b7d7c22877e2cdb8a057e26dc8d Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Wed, 17 Jul 2024 14:44:18 +0200 Subject: [PATCH] tf/dns: pre-add `buildbot.forkos.org` Signed-off-by: Raito Bezarius --- terraform/gandi.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/terraform/gandi.nix b/terraform/gandi.nix index cf7d7fe..838e1ba 100644 --- a/terraform/gandi.nix +++ b/terraform/gandi.nix @@ -67,6 +67,7 @@ in (dualProxyRecords "git.infra" 3600 "AAAA" ["2001:bc8:38ee:100:1000::41"]) # git.p.forkos.org exposes forgejo ssh server. (proxyRecords "git.p" 3600 "AAAA" ["2001:bc8:38ee:100:1000::40"]) + (dualProxyRecords "buildbot.infra" 3600 "AAAA" ["2001:bc8:38ee:100:1000::50"]) (record "cl" 3600 "CNAME" ["gerrit01.infra.p"]) (record "fodwatch" 3600 "CNAME" ["fodwatch.infra.p"]) @@ -79,6 +80,7 @@ in (record "loki" 3600 "CNAME" ["meta01.infra.p"]) (record "mimir" 3600 "CNAME" ["meta01.infra.p"]) (record "matrix" 3600 "CNAME" ["meta01.infra.p"]) + (record "buildbot" 3600 "CNAME" ["buildbot.infra.p"]) (record "vpn-gw.wob01.infra" 3600 "AAAA" [ "2a01:584:11::2" ]) # TODO: do not hardcode, just reuse the Colmena hive module outputs to generate all the required details.