guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra: dns: Add entry for data.qa.


From: Christopher Baines
Subject: 01/02: hydra: dns: Add entry for data.qa.
Date: Wed, 2 Mar 2022 04:22:39 -0500 (EST)

cbaines pushed a commit to branch master
in repository maintenance.

commit 6b4f0dcf19eb37b711646f4936f6ffe3b679e12e
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Mar 2 09:16:35 2022 +0000

    hydra: dns: Add entry for data.qa.
    
    Pointing at the machine where I'm running a Guix Data Service instance
    for processing non-master branches and patches.
    
    This is intended to be a stable domain that can be used to serve
    derivations to the bordeaux build coordinator agents, enabling builds
    of derivations from non-master branches and patch series.
    
    * hydra/modules/sysadmin/dns.scm (data.qa-ip4): New variable.
    (guix.gnu.org.zone): Add entries for data.qa, 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 52570a8..00b5823 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -57,6 +57,7 @@
 (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")
 
 ;; The SOA MNAME and one NS record must always be consistent.
 (define primary-ns "ns1.gnu.org.")
@@ -113,6 +114,7 @@
   ("ci"       ""  "IN"  "A"      berlin-ip4)
   ("disarchive" ""  "IN"  "A"    berlin-ip4)
   ("data"     ""  "IN"  "A"      "78.47.68.4")
+  ("data.qa"  ""  "IN"  "A"      data.qa-ipv4)
   ("coordinator.bayfront"
               ""  "IN"  "A"      bayfront-ip4)
   ("coordinator.bayfront"
@@ -133,4 +135,4 @@
             (origin "guix.gnu.org")
             (ns primary-ns)
             (entries guix.gnu.org.zone)
-            (serial 2022022010)))))
+            (serial 2022030209)))))



reply via email to

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