guix-commits
[Top][All Lists]
Advanced

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

branch master updated: berlin: Use both 10G network interfaces.


From: Ricardo Wurmus
Subject: branch master updated: berlin: Use both 10G network interfaces.
Date: Fri, 06 Mar 2020 11:36:15 -0500

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 86b4b79  berlin: Use both 10G network interfaces.
86b4b79 is described below

commit 86b4b7967f1ab74b3023ab1f20479a0567b38346
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Fri Mar 6 17:34:53 2020 +0100

    berlin: Use both 10G network interfaces.
    
    * hydra/berlin.scm <operating-system>[services]: Do not use eno1; add
    gateway declaration to enp129s0f0; use enp129s0f1 instead of eno3 for
    connection to local build nodes.
---
 hydra/berlin.scm | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 768a2fe..8590219 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -164,17 +164,13 @@ Happy hacking!\n"))
                              %copy-kernel-and-initrd)
 
              ;; Connection to the DMZ for public access
-             ;; This is a 1G port only
-             (static-networking-service "eno1"
-                                        "141.80.181.41"
-                                        #:netmask "255.255.255.0"
-                                        #:gateway "141.80.181.1")
              ;; This is a 10G port.
              (static-networking-service "enp129s0f0"
                                         "141.80.181.40"
-                                        #:netmask "255.255.255.0")
+                                        #:netmask "255.255.255.0"
+                                        #:gateway "141.80.181.1")
              ;; Connection to build nodes
-             (static-networking-service "eno3"
+             (static-networking-service "enp129s0f1"
                                         "141.80.167.131"
                                         #:netmask "255.255.255.192")
 



reply via email to

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