[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: hydra: dns: Add "data" to point at milano-guix-1.
From: |
Christopher Baines |
Subject: |
01/01: hydra: dns: Add "data" to point at milano-guix-1. |
Date: |
Sat, 7 Sep 2019 15:24:16 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository maintenance.
commit 464e5017067f30ea8f746119e5358fd321c0ca22
Author: Christopher Baines <address@hidden>
Date: Fri Sep 6 13:26:59 2019 +0200
hydra: dns: Add "data" to point at milano-guix-1.
* hydra/modules/sysadmin/dns.scm (milano-guix-1-ip4): New variable.
(guix.gnu.org.zone): Add "data" to point at milano-guix-1, and update
the 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 164caf1..ef1f265 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -47,6 +47,7 @@
(define hydra-ip4 "18.4.89.46")
(define bayfront-ip4 "185.233.100.56")
(define berlin-ip4 "141.80.181.40")
+(define milano-guix-1-ip4 "159.149.133.203")
(define-zone-entries guix.gnu.org.zone
;; Name TTL Class Type Data
@@ -89,6 +90,7 @@
("issues" "" "IN" "A" berlin-ip4)
("logs" "" "IN" "A" bayfront-ip4)
("ci" "" "IN" "A" berlin-ip4)
+ ("data" "" "IN" "A" milano-guix-1-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
@@ -102,4 +104,4 @@
(zone (zone-file
(origin "guix.gnu.org")
(entries guix.gnu.org.zone)
- (serial 2019090201)))))
+ (serial 2019090601)))))