guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: sysadmin: dns: Add guix domain names for all the ARM systems I ho


From: Christopher Baines
Subject: 02/02: sysadmin: dns: Add guix domain names for all the ARM systems I host.
Date: Sun, 7 May 2023 05:19:53 -0400 (EDT)

cbaines pushed a commit to branch master
in repository maintenance.

commit 5fd1008883bb9b54f4cae755e4ef0afbcdc757ee
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun May 7 10:16:55 2023 +0100

    sysadmin: dns: Add guix domain names for all the ARM systems I host.
    
    To help standardise access.
    
    * hydra/modules/sysadmin/dns.scm (monokuma-ip6, dover-ip6, hatysa-ip6,
    hamal-ip6): New variables.
    (guix.gnu.org.zone): Use them and bump serial.
    * hydra/machines.rec: Update accordingly.
---
 hydra/machines.rec             |  7 ++++---
 hydra/modules/sysadmin/dns.scm | 12 +++++++++---
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/hydra/machines.rec b/hydra/machines.rec
index 5069e4e..08b8921 100644
--- a/hydra/machines.rec
+++ b/hydra/machines.rec
@@ -161,7 +161,7 @@ PublicKey: (public-key
 + )
 
 Nickname: monokuma
-Hostname: monokuma.cbaines.net
+Hostname: monokuma.guix.gnu.org
 Port: 22
 Physical: Yes
 Vendor: SoftIron, OverDrive 1000
@@ -172,7 +172,7 @@ SystemType: aarch64-linux
 BaseSystem: Guix System
 
 Nickname: hatysa
-Hostname: hatysa.cbaines.net
+Hostname: hatysa.guix.gnu.org
 Port: 22
 Physical: Yes
 Vendor: SolidRun, HoneyComb LX2
@@ -183,7 +183,7 @@ SystemType: aarch64-linux
 BaseSystem: Guix System
 
 Nickname: hamal
-Hostname: hamal.cbaines.net
+Hostname: hamal.guix.gnu.org
 Port: 22
 Physical: Yes
 Vendor: SolidRun, HoneyComb LX2
@@ -194,6 +194,7 @@ SystemType: aarch64-linux
 BaseSystem: Guix System
 
 Nickname: dover
+Hostname: dover.guix.gnu.org
 Physical: Yes
 Vendor: SoftIron, OverDrive 1000
 Location: London, United Kingdom
diff --git a/hydra/modules/sysadmin/dns.scm b/hydra/modules/sysadmin/dns.scm
index 5f649e2..7d805c1 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -57,8 +57,11 @@
 (define fosshost-2-ip4 "147.75.35.155")
 (define overdrive1-ip4 "91.160.117.201")
 (define overdrive1-ip6 "2a01:e0a:1d:7270:af76:b9b:ca24:c465")
-(define dover-ip4 "80.67.176.63")
 (define data.qa-ip4 "88.99.33.53")
+(define monokuma-ip6 "2a02:8010:68c1:0:e2ff:f7ff:fe00:2059")
+(define dover-ip6 "2a02:8010:68c1::e2ff:f7ff:fe00:20b3")
+(define hatysa-ip6 "2a02:8010:68c1::d263:b4ff:fe03:b9af")
+(define hamal-ip6 "2a02:8010:68c1::d263:b4ff:fe02:e65b")
 
 ;; The SOA MNAME and one NS record must always be consistent.
 (define primary-ns "ns1.gnu.org.")
@@ -103,7 +106,10 @@
   ("bayfront" ""  "IN"  "AAAA"   bayfront-ip6)
   ("bishan"   ""  "IN"  "AAAA"   bishan-ip6)
   ("overdrive1" ""  "IN"  "A"    overdrive1-ip4)
-  ("dover"      ""  "IN"  "A"    dover-ip4)
+  ("dover"    ""  "IN"  "AAAA"   dover-ip6)
+  ("monokuma" ""  "IN"  "AAAA"   monokuma-ip6)
+  ("hatysa"   ""  "IN"  "AAAA"   hatysa-ip6)
+  ("hamal"    ""  "IN"  "AAAA"   hamal-ip6)
 
   ;; Services.
   ("issues"   ""  "IN"  "A"      berlin-ip4)
@@ -140,4 +146,4 @@
             (origin "guix.gnu.org")
             (ns primary-ns)
             (entries guix.gnu.org.zone)
-            (serial 2022111911)))))
+            (serial 2023050710)))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]