guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: Add deployment file for honeycomb build no


From: Ricardo Wurmus
Subject: branch master updated: hydra: Add deployment file for honeycomb build nodes.
Date: Fri, 26 Nov 2021 12:51:44 -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 67c48c6  hydra: Add deployment file for honeycomb build nodes.
67c48c6 is described below

commit 67c48c625ebd5dec4f8f2cb77419c275f629d1f3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Nov 26 18:50:19 2021 +0100

    hydra: Add deployment file for honeycomb build nodes.
    
    * hydra/deploy-honeycomb.scm: New file.
---
 hydra/deploy-honeycomb.scm | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/hydra/deploy-honeycomb.scm b/hydra/deploy-honeycomb.scm
new file mode 100644
index 0000000..90eb64c
--- /dev/null
+++ b/hydra/deploy-honeycomb.scm
@@ -0,0 +1,39 @@
+(use-modules (sysadmin honeycomb))
+
+(list
+ (machine
+  (operating-system
+    (honeycomb-system "pankow"
+                      #:wireguard-ip "10.0.0.8/32"))
+  (environment managed-host-environment-type)
+  (configuration
+   (machine-ssh-configuration
+    (host-name "10.0.0.8")
+    (build-locally? #false)
+    (allow-downgrades? #true)
+    (system "aarch64-linux")
+    (host-key "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIH6egPrEfVFXHWHROySUC0jh75GJfZPyBuQKA3p13wXC"))))
+ (machine
+  (operating-system
+    (honeycomb-system "kreuzberg"
+                      #:wireguard-ip "10.0.0.9/32"))
+  (environment managed-host-environment-type)
+  (configuration
+   (machine-ssh-configuration
+    (host-name "10.0.0.9")
+    (build-locally? #false)
+    (allow-downgrades? #true)
+    (system "aarch64-linux")
+    (host-key "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIFjixKdkTBoEUflxX/n/flhg7GoqbfkfoVrhD0GROZxl")))))
+
+
+
+
+
+
+
+
+
+
+
+



reply via email to

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