From 7d3d3b3c8f22236f2947714c6da311d0a5f88009 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 19 Jul 2022 16:57:12 +0300 Subject: refactor(ops/glesys): add explicit records pointing to whitby instead of setting a wildcard record (which causes really weird behaviour if you set your search domain to tvl.su/tvl.fyi, which I do), DNS records for services running on whitby are now set explicitly. Change-Id: Ia05399b62dad326942fe0efda30782ce153df99d Reviewed-on: https://cl.tvl.fyi/c/depot/+/5961 Tested-by: BuildkiteCI Autosubmit: tazjin Reviewed-by: tazjin --- ops/glesys/main.tf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ops/glesys/main.tf') diff --git a/ops/glesys/main.tf b/ops/glesys/main.tf index 9452971054aa..cd5ea9f4fd34 100644 --- a/ops/glesys/main.tf +++ b/ops/glesys/main.tf @@ -66,3 +66,22 @@ variable "sanduny_ipv6" { type = string default = "2001:ba8:1f1:f109::feed:edef:beef" } + +locals { + # Hostnames of all public services on whitby + whitby_services = [ + "at", + "atward", + "auth", + "b", + "cache", + "cl", + "code", + "cs", + "deploys", + "images", + "static", + "status", + "todo", + ] +} -- cgit 1.4.1