guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: Add new aarch64 build node "grunewald" (ho


From: Ricardo Wurmus
Subject: branch master updated: hydra: Add new aarch64 build node "grunewald" (honeycomb lx2).
Date: Sat, 27 Nov 2021 03:45:02 -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 f3b1e8e  hydra: Add new aarch64 build node "grunewald" (honeycomb lx2).
f3b1e8e is described below

commit f3b1e8e253157227fc8d652e352438e007696a63
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Nov 27 09:44:17 2021 +0100

    hydra: Add new aarch64 build node "grunewald" (honeycomb lx2).
    
    * hydra/berlin.scm: Add wireguard-peer.
    * hydra/deploy-honeycomb.scm: Add machine record for "grunewald".
    * hydra/keys/guix/berlin/grunewald.rekado.pub: New file.
---
 hydra/berlin.scm                     |  6 +++++-
 hydra/deploy-honeycomb.scm           | 22 +++++++++++++---------
 hydra/keys/guix/grunewald.rekado.pub |  6 ++++++
 3 files changed, 24 insertions(+), 10 deletions(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 911b756..9ef2623 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -406,7 +406,11 @@ Happy hacking!\n"))
                          (wireguard-peer
                           (name "kreuzberg")
                           (public-key 
"f9WGJTXp8bozJb0KxePjkOclF5pJUy1AomHWJHy80y4=")
-                          (allowed-ips '("10.0.0.9/32")))))))
+                          (allowed-ips '("10.0.0.9/32")))
+                         (wireguard-peer
+                          (name "grunewald")
+                          (public-key 
"jYP2hpbvUlklLamTWCSMW00xyneBrqazBI/ldiINOWc=")
+                          (allowed-ips '("10.0.0.10/32")))))))
 
              (frontend-services %sysadmins
                                 ;; Make sure we get enough build users.
diff --git a/hydra/deploy-honeycomb.scm b/hydra/deploy-honeycomb.scm
index 90eb64c..f6fe0d2 100644
--- a/hydra/deploy-honeycomb.scm
+++ b/hydra/deploy-honeycomb.scm
@@ -24,15 +24,19 @@
     (build-locally? #false)
     (allow-downgrades? #true)
     (system "aarch64-linux")
-    (host-key "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIFjixKdkTBoEUflxX/n/flhg7GoqbfkfoVrhD0GROZxl")))))
-
-
-
-
-
-
-
-
+    (host-key "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIFjixKdkTBoEUflxX/n/flhg7GoqbfkfoVrhD0GROZxl"))))
+ (machine
+  (operating-system
+    (honeycomb-system "grunewald"
+                      #:wireguard-ip "10.0.0.10/32"))
+  (environment managed-host-environment-type)
+  (configuration
+   (machine-ssh-configuration
+    (host-name "10.0.0.10")
+    (build-locally? #false)
+    (allow-downgrades? #true)
+    (system "aarch64-linux")
+    (host-key "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIAiXopZt/wTTfvLhp3h5QdmvDBZJwJfoDvXPevNFalBu")))))
 
 
 
diff --git a/hydra/keys/guix/grunewald.rekado.pub 
b/hydra/keys/guix/grunewald.rekado.pub
new file mode 100644
index 0000000..01b07e9
--- /dev/null
+++ b/hydra/keys/guix/grunewald.rekado.pub
@@ -0,0 +1,6 @@
+(public-key 
+ (ecc 
+  (curve Ed25519)
+  (q #F73818AF4E6D6F4338B804D5714D24FA6F23B7236CC9EC89D076AF3456D4DBD7#)
+  )
+ )
\ No newline at end of file



reply via email to

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