guix-commits
[Top][All Lists]
Advanced

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

branch master updated: berlin: Add IP for access to maintenance network.


From: Ricardo Wurmus
Subject: branch master updated: berlin: Add IP for access to maintenance network.
Date: Wed, 04 May 2022 12:10:00 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 200310d  berlin: Add IP for access to maintenance network.
200310d is described below

commit 200310d5438db904b32eba4d315e76ad784b3900
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 4 18:02:29 2022 +0200

    berlin: Add IP for access to maintenance network.
    
    * hydra/berlin.scm [services]: Add network-address for connection to
    maintenance network.
---
 hydra/berlin.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index ec0eb35..95f6880 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -322,7 +322,11 @@ Happy hacking!\n"))
                                ;; Connection to build nodes
                                (network-address
                                 (device "eno1")
-                                (value "141.80.167.131/26"))))
+                                (value "141.80.167.131/26"))
+                               ;; Connection to maintenance network
+                               (network-address
+                                (device "eno4")
+                                (value "141.80.167.253/26"))))
                              (routes
                               (list (network-route
                                      (destination "default")



reply via email to

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