about summary refs log tree commit diff
path: root/ops/dns
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-03-22T13·51+0200
committertazjin <mail@tazj.in>2021-03-22T16·15+0000
commit1c719cdc145d5d3055dada5132f61364946d6e15 (patch)
tree55b31b51be41d37fb72beb8e1cee94d36ae301ef /ops/dns
parentcb09297092b2a3e2b3e87f9593615c32ccd9f777 (diff)
feat(ops/dns): Add status subdomain r/2316
I want to host something like Vigil[0] on this to show the status of
Gerrit, SourceGraph and maybe other components.

(Yes, the status page will be on the same infrastructure ... but this
is mostly for service failure cases).

[0]: https://github.com/valeriansaliou/vigil

Change-Id: If71496300b94035976a685d9bf166d525d89fc5e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2637
Tested-by: BuildkiteCI
Reviewed-by: lukegb <lukegb@tvl.fyi>
Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'ops/dns')
-rw-r--r--ops/dns/tvl.fyi.zone17
-rw-r--r--ops/dns/tvl.su.zone17
2 files changed, 18 insertions, 16 deletions
diff --git a/ops/dns/tvl.fyi.zone b/ops/dns/tvl.fyi.zone
index 8707ca2ed4..20781ed674 100644
--- a/ops/dns/tvl.fyi.zone
+++ b/ops/dns/tvl.fyi.zone
@@ -2,7 +2,7 @@
 ;;
 ;; This zone is hosted in the project 'tvl-fyi', and registered via
 ;; Google Domains.
-tvl.fyi. 21600 IN SOA ns-cloud-b1.googledomains.com. cloud-dns-hostmaster.google.com. 9 21600 3600 259200 300
+tvl.fyi. 21600 IN SOA ns-cloud-b1.googledomains.com. cloud-dns-hostmaster.google.com. 11 21600 3600 259200 300
 tvl.fyi. 21600 IN NS ns-cloud-b1.googledomains.com.
 tvl.fyi. 21600 IN NS ns-cloud-b2.googledomains.com.
 tvl.fyi. 21600 IN NS ns-cloud-b3.googledomains.com.
@@ -24,10 +24,11 @@ whitby.tvl.fyi. 21600 IN A 49.12.129.211
 whitby.tvl.fyi. 21600 IN AAAA 2a01:4f8:242:5b21:0:feed:edef:beef
 
 ;; TVL services
-b.tvl.fyi.     21600 IN CNAME whitby.tvl.fyi.
-cache.tvl.fyi. 21600 IN CNAME whitby.tvl.fyi.
-cl.tvl.fyi.    21600 IN CNAME whitby.tvl.fyi.
-code.tvl.fyi.  21600 IN CNAME whitby.tvl.fyi.
-cs.tvl.fyi.    21600 IN CNAME whitby.tvl.fyi.
-login.tvl.fyi. 21600 IN CNAME whitby.tvl.fyi.
-todo.tvl.fyi.  21600 IN CNAME whitby.tvl.fyi.
+b.tvl.fyi.      21600 IN CNAME whitby.tvl.fyi.
+cache.tvl.fyi.  21600 IN CNAME whitby.tvl.fyi.
+cl.tvl.fyi.     21600 IN CNAME whitby.tvl.fyi.
+code.tvl.fyi.   21600 IN CNAME whitby.tvl.fyi.
+cs.tvl.fyi.     21600 IN CNAME whitby.tvl.fyi.
+login.tvl.fyi.  21600 IN CNAME whitby.tvl.fyi.
+status.tvl.fyi. 21600 IN CNAME whitby.tvl.fyi.
+todo.tvl.fyi.   21600 IN CNAME whitby.tvl.fyi.
diff --git a/ops/dns/tvl.su.zone b/ops/dns/tvl.su.zone
index 91caefd9a2..7fb39c835f 100644
--- a/ops/dns/tvl.su.zone
+++ b/ops/dns/tvl.su.zone
@@ -5,7 +5,7 @@
 ;;
 ;; This zone is mostly identical to tvl.fyi and will eventually become
 ;; the primary zone.
-tvl.su. 21600 IN SOA ns-cloud-b1.googledomains.com. cloud-dns-hostmaster.google.com. 7 21600 3600 259200 300
+tvl.su. 21600 IN SOA ns-cloud-b1.googledomains.com. cloud-dns-hostmaster.google.com. 8 21600 3600 259200 300
 tvl.su. 21600 IN NS ns-cloud-b1.googledomains.com.
 tvl.su. 21600 IN NS ns-cloud-b2.googledomains.com.
 tvl.su. 21600 IN NS ns-cloud-b3.googledomains.com.
@@ -20,10 +20,11 @@ whitby.tvl.su. 21600 IN A 49.12.129.211
 whitby.tvl.su. 21600 IN AAAA 2a01:4f8:242:5b21:0:feed:edef:beef
 
 ;; TVL services
-b.tvl.su.     21600 IN CNAME whitby.tvl.su.
-cache.tvl.su. 21600 IN CNAME whitby.tvl.su.
-cl.tvl.su.    21600 IN CNAME whitby.tvl.su.
-code.tvl.su.  21600 IN CNAME whitby.tvl.su.
-cs.tvl.su.    21600 IN CNAME whitby.tvl.su.
-login.tvl.su. 21600 IN CNAME whitby.tvl.su.
-todo.tvl.su.  21600 IN CNAME whitby.tvl.su.
+b.tvl.su.      21600 IN CNAME whitby.tvl.su.
+cache.tvl.su.  21600 IN CNAME whitby.tvl.su.
+cl.tvl.su.     21600 IN CNAME whitby.tvl.su.
+code.tvl.su.   21600 IN CNAME whitby.tvl.su.
+cs.tvl.su.     21600 IN CNAME whitby.tvl.su.
+login.tvl.su.  21600 IN CNAME whitby.tvl.su.
+status.tvl.su. 21600 IN CNAME whitby.tvl.su.
+todo.tvl.su.   21600 IN CNAME whitby.tvl.su.