guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: Add lieserl, an overdrive node, to the CI.


From: julien lepiller
Subject: branch master updated: hydra: Add lieserl, an overdrive node, to the CI.
Date: Sun, 27 Nov 2022 08:18:15 -0500

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

roptat pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 703da40  hydra: Add lieserl, an overdrive node, to the CI.
703da40 is described below

commit 703da4091885d495e5b1dca2bd79d3f9b7dae900
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Nov 27 11:20:45 2022 +0100

    hydra: Add lieserl, an overdrive node, to the CI.
    
    * doc/cuirass.org (External machines): Add an entry for lieserl.
    * hydra/berlin.scm (services)[wireguard-service-type]: Same.
    * hydra/machines.rec: Same.
    * hydra/keys/guix/berlin/lieserl.lepiller.eu.pub: New file.
---
 doc/cuirass.org                                | 1 +
 hydra/berlin.scm                               | 8 ++++++--
 hydra/keys/guix/berlin/lieserl.lepiller.eu.pub | 6 ++++++
 hydra/machines.rec                             | 9 +++++++++
 4 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/doc/cuirass.org b/doc/cuirass.org
index af65c62..d59ed54 100644
--- a/doc/cuirass.org
+++ b/doc/cuirass.org
@@ -28,6 +28,7 @@ network. The next section describes how to add a new external 
machine.
 | bayfront   | 10.0.0.11 | Andreas Enge          |
 | jade       | 10.0.0.12 | Chris Marusich        |
 | sjd-p9     | 10.0.0.13 | Simon Josefsson       |
+| lieserl    | 10.0.0.14 | Julien Lepiller       |
 
 * Connect an external machine
 
diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 2ff16a7..451c1f7 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -517,10 +517,14 @@ at MOUNT-POINT."
                           (name "jade")
                           (public-key 
"FEFR3NX+DfkrsTHpgECvzW/M/0D8V4bVtCEEzQ5naww=")
                           (allowed-ips '("10.0.0.12/32")))
-                        (wireguard-peer
+                         (wireguard-peer
                           (name "sjd-p9")
                           (public-key 
"JESZIT1RikNQ+xM1a18pXGvZQoZ3vmVkNA+w/qx1Bzs=")
-                          (allowed-ips '("10.0.0.13/32")))))))
+                          (allowed-ips '("10.0.0.13/32")))
+                         (wireguard-peer
+                          (name "lieserl")
+                          (public-key 
"CeRd0ZKjlyMDSMbSes1UQ43lADxWX2X8dS/VFo9qej8=")
+                          (allowed-ips '("10.0.0.14/32")))))))
 
              (append
               (map anonip-service %anonip-log-files)
diff --git a/hydra/keys/guix/berlin/lieserl.lepiller.eu.pub 
b/hydra/keys/guix/berlin/lieserl.lepiller.eu.pub
new file mode 100644
index 0000000..bcbe746
--- /dev/null
+++ b/hydra/keys/guix/berlin/lieserl.lepiller.eu.pub
@@ -0,0 +1,6 @@
+(public-key 
+ (ecc 
+  (curve Ed25519)
+  (q #1633AB2F500B7023FECB4EBDF54F8C7DF79AEB486DC66659ABB9297F84B39FD5#)
+  )
+ )
diff --git a/hydra/machines.rec b/hydra/machines.rec
index f914025..6759675 100644
--- a/hydra/machines.rec
+++ b/hydra/machines.rec
@@ -201,3 +201,12 @@ Contact: Christopher Baines <mail@cbaines.net>
 Cores: 4
 SystemType: aarch64-linux
 BaseSystem: Guix System
+
+Nickname: lieserl
+Physical: Yes
+Vendor: SoftIron, OverDrive 1000
+Location: Toulouse, France
+Contact: Julien Lepiller <julien@lepiller.eu>
+Cores: 4
+SystemType: aarch64-linux
+BaseSystem: Guix System



reply via email to

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