guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: dns: Add coordinator.bayfront.guix.gnu.org


From: Christopher Baines
Subject: branch master updated: hydra: dns: Add coordinator.bayfront.guix.gnu.org.
Date: Fri, 09 Apr 2021 04:11:09 -0400

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 4db13b8  hydra: dns: Add coordinator.bayfront.guix.gnu.org.
4db13b8 is described below

commit 4db13b8ccf253ab98466f13d662bdab102af2e0b
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Fri Apr 9 09:09:34 2021 +0100

    hydra: dns: Add coordinator.bayfront.guix.gnu.org.
    
    This is helpful to deploy the Guix Build Coordinator on bayfront, this
    domain will be used by agents to communicate with the coordinator.
    
    * hydra/modules/sysadmin/dns.scm (guix.gnu.org.zone): Add
    "coordinator.bayfront".  Bump 'serial'.
---
 hydra/modules/sysadmin/dns.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/dns.scm b/hydra/modules/sysadmin/dns.scm
index 08ca4ca..4f09cfc 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -105,6 +105,8 @@
   ("logs"     ""  "IN"  "A"      bayfront-ip4)
   ("ci"       ""  "IN"  "A"  berlin-ip4)
   ("data"     ""  "IN"  "A"      "78.47.68.4")
+  ("coordinator.bayfront"
+              ""  "IN"  "A"      bayfront-ip4)
 
   ;; This record is required in order to prove to Amazon ACM that we
   ;; own the domain.  As long as it exists, ACM will automatically
@@ -119,4 +121,4 @@
             (origin "guix.gnu.org")
             (ns primary-ns)
             (entries guix.gnu.org.zone)
-            (serial 2021020422)))))
+            (serial 2021040909)))))



reply via email to

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