emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#37320: closed ([PATCH] hydra: dns: Add "data" to p


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#37320: closed ([PATCH] hydra: dns: Add "data" to point at milano-guix-1.)
Date: Sat, 07 Sep 2019 19:30:02 +0000

Your message dated Sat, 07 Sep 2019 21:29:09 +0200
with message-id <address@hidden>
and subject line Re: [bug#37320] [PATCH] hydra: dns: Add "data" to point at 
milano-guix-1.
has caused the debbugs.gnu.org bug report #37320,
regarding [PATCH] hydra: dns: Add "data" to point at milano-guix-1.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
37320: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37320
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] hydra: dns: Add "data" to point at milano-guix-1. Date: Fri, 6 Sep 2019 13:44:41 +0200
* 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)))))
-- 
2.23.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#37320] [PATCH] hydra: dns: Add "data" to point at milano-guix-1. Date: Sat, 07 Sep 2019 21:29:09 +0200 User-agent: mu4e 1.2.0; emacs 26.3
Ludovic Courtès <address@hidden> writes:

> Hi Christopher,
>
> Christopher Baines <address@hidden> skribis:
>
>> * 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.
>
> LGTM!

Great, I've pushed this change now.

>> Now that milano-guix-1 is back online, I'm interested in sorting out
>> configuration for nginx, as well as letsencrypt for a TLS certificate.
>>
>> For that, it's probably useful to think about the DNS configuration. I
>> think that this is something that has been discussed a bit in the past,
>> but at that time there were some improvements I wanted to make before
>> making anything more public.
>>
>> But, over the last month I've fixed some of the problems I knew about
>> and added new features, so I'm happier at this point with it being more
>> widely available.
>>
>> So, I've started looking at setting up the DNS configuration, and I've
>> sent this patch which I think is the relevant change in the maintenance
>> repository.
>
> Awesome.
>
> You can also add yourself an account in bayfront.scm (when the DNS is
> hosted) so you can reconfigure, or I or someone else can reconfigure for
> you.
>
> Let us know!

So I've pushed the DNS change to the maintenance repository, and also
added another change to for bayfront access.

I guess someone will need to reconfigure bayfront before I can access
it, there's no rush though, so no pressure.

Thanks,

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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