guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: dns: Add entries for lakeside.


From: Christopher Baines
Subject: branch master updated: hydra: dns: Add entries for lakeside.
Date: Tue, 01 Feb 2022 14:16:07 -0500

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 18f1136  hydra: dns: Add entries for lakeside.
18f1136 is described below

commit 18f11364ebd40d0de62c759bbb809a2fa8addd36
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Feb 1 19:11:22 2022 +0000

    hydra: dns: Add entries for lakeside.
    
    This is a machine hosted by Hetzner, responsible for storing and
    serving nars for bordeaux.guix.gnu.org.
    
    * hydra/modules/sysadmin/dns.scm (lakeside-ip4, lakeside-ip6): New
    variables.
    (guix.gnu.org.zone): Add entries for lakeside, bump serial.
---
 hydra/modules/sysadmin/dns.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/dns.scm b/hydra/modules/sysadmin/dns.scm
index 53ae57a..5b7e20e 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -48,6 +48,8 @@
 (define hydra-ip4 "18.4.89.46")
 (define bayfront-ip4 "185.233.100.56")
 (define bayfront-ip6 "2a0c:e300::58")
+(define lakeside-ip4 "176.9.98.253")
+(define lakeside-ip6 "2a01:4f8:151:40cc::")
 (define berlin-ip4 "141.80.181.40")
 (define milano-guix-1-ip4 "159.149.133.203")
 (define fosshost-1-ip4 "147.75.35.153")
@@ -96,6 +98,8 @@
   ("berlin"   ""  "IN"  "A"      berlin-ip4)
   ("bayfront" ""  "IN"  "A"      bayfront-ip4)
   ("bayfront" ""  "IN"  "AAAA"   bayfront-ip6)
+  ("lakeside" ""  "IN"  "A"      lakeside-ip4)
+  ("lakeside" ""  "IN"  "AAAA"   lakeside-ip6)
   ("fosshost1" "" "IN"  "A"      fosshost-1-ip4)
   ("fosshost2" "" "IN"  "A"      fosshost-2-ip4)
   ("overdrive1" ""  "IN"  "A"    overdrive1-ip4)
@@ -128,4 +132,4 @@
             (origin "guix.gnu.org")
             (ns primary-ns)
             (entries guix.gnu.org.zone)
-            (serial 2021122114)))))
+            (serial 2022021910)))))



reply via email to

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