guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: dns: Add DNS entry for coordinator.bordeau


From: Christopher Baines
Subject: branch master updated: hydra: dns: Add DNS entry for coordinator.bordeaux.
Date: Tue, 30 Jan 2024 04:36:54 -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 b33426d  hydra: dns: Add DNS entry for coordinator.bordeaux.
b33426d is described below

commit b33426dedc6051a649dd91447a0b3eca40a760c9
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun Jan 28 14:21:57 2024 +0000

    hydra: dns: Add DNS entry for coordinator.bordeaux.
    
    Intended to gradually replace coordinator.bayfront and make a little
    more sense since the coordinator is connected to the bordeaux build
    farm, rather than bayfront as a machine.
    
    * hydra/modules/sysadmin/dns.scm (guix.gnu.org.zone): Add
    coordinator.bordeaux DNS entries.  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 86fcdb8..d18a521 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -128,6 +128,10 @@
               ""  "IN"  "A"      bayfront-ip4)
   ("coordinator.bayfront"
               ""  "IN"  "AAAA"   bayfront-ip6)
+  ("coordinator.bordeaux"
+              ""  "IN"  "A"      bayfront-ip4)
+  ("coordinator.bordeaux"
+              ""  "IN"  "AAAA"   bayfront-ip6)
   ("bordeaux" ""  "IN"  "A"      bayfront-ip4)
   ("bordeaux" ""  "IN"  "AAAA"   bayfront-ip6)
   ("10years"  ""  "IN"  "A"      bayfront-ip4)
@@ -150,4 +154,4 @@
             (origin "guix.gnu.org")
             (ns primary-ns)
             (entries guix.gnu.org.zone)
-            (serial 2023053014)))))
+            (serial 2024012814)))))



reply via email to

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