From e2e1a6a9da1ff14557894002ffc1c53ac03a8087 Mon Sep 17 00:00:00 2001 From: Roberto D'Auria Date: Wed, 15 May 2024 20:01:06 -0400 Subject: [PATCH] Add zone delegation for autojoin.measurement-lab.org. (#335) * Add zone delegation for autojoin.measurement-lab.org. * Fix comment in zone file --- formats/v2/zones/measurement-lab.org.zone.jsonnet | 6 +++++- formats/v2/zones/projects_measurement-lab.org.zone.jsonnet | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/formats/v2/zones/measurement-lab.org.zone.jsonnet b/formats/v2/zones/measurement-lab.org.zone.jsonnet index 034553a..3ede56b 100644 --- a/formats/v2/zones/measurement-lab.org.zone.jsonnet +++ b/formats/v2/zones/measurement-lab.org.zone.jsonnet @@ -43,7 +43,7 @@ std.lines([ IN NS ns-cloud-a2.googledomains.com. IN NS ns-cloud-a3.googledomains.com. IN NS ns-cloud-a4.googledomains.com. - ; Delegate mlab-oti subdomain to staging Cloud DNS servers. + ; Delegate mlab-oti subdomain to production Cloud DNS servers. mlab-oti IN NS ns-cloud-d1.googledomains.com. IN NS ns-cloud-d2.googledomains.com. IN NS ns-cloud-d3.googledomains.com. @@ -59,6 +59,10 @@ std.lines([ IN NS ns-cloud-b2.googledomains.com. IN NS ns-cloud-b3.googledomains.com. IN NS ns-cloud-b4.googledomains.com. + autojoin IN NS ns-cloud-a1.googledomains.com. + IN NS ns-cloud-a2.googledomains.com. + IN NS ns-cloud-a3.googledomains.com. + IN NS ns-cloud-a4.googledomains.com. |||, ] + [ '%-32s IN A \t%s' % [row.record, row.ipv4] diff --git a/formats/v2/zones/projects_measurement-lab.org.zone.jsonnet b/formats/v2/zones/projects_measurement-lab.org.zone.jsonnet index efca10e..4f7dc40 100644 --- a/formats/v2/zones/projects_measurement-lab.org.zone.jsonnet +++ b/formats/v2/zones/projects_measurement-lab.org.zone.jsonnet @@ -108,7 +108,10 @@ local primary_headers = ||| IN NS ns-cloud-b2.googledomains.com. IN NS ns-cloud-b3.googledomains.com. IN NS ns-cloud-b4.googledomains.com. - + autojoin IN NS ns-cloud-a1.googledomains.com. + IN NS ns-cloud-a2.googledomains.com. + IN NS ns-cloud-a3.googledomains.com. + IN NS ns-cloud-a4.googledomains.com. ; ; Delegate acme subdomains to Cloud DNS servers.