2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

hydra: Add deployment file for honeycomb build nodes.

* hydra/deploy-honeycomb.scm: New file.
This commit is contained in:
Ricardo Wurmus 2021-11-26 18:50:19 +01:00
parent 01eb14c933
commit 67c48c625e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")))))