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:
parent
01eb14c933
commit
67c48c625e
1 changed files with 39 additions and 0 deletions
39
hydra/deploy-honeycomb.scm
Normal file
39
hydra/deploy-honeycomb.scm
Normal 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")))))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue