@cryptotaxi247 / infra / commits / 50cc4faf

hydra: add packet-t2a5-qc-centriq-1

Eelco Dolstra committed Feb 1, 2019 at 13:06 UTC 50cc4faf2b87249d756579e8e836ebe98f0fee2f
2 files changed +9
delft/eris.nix
+2
@@ -10,6 +10,7 @@ in { deployment.targetEnv = "hetzner";
10 147.75.98.145 packet-t2-4
11 147.75.79.198 packet-t2a-2
12 147.75.198.170 packet-t2a-3
13 + 147.75.74.238 packet-t2a5-qc-centriq-1
14 139.178.82.19 bigmac-host
15 139.178.82.19 bigmac-guest
16
@@ -61,6 +62,7 @@ in { deployment.targetEnv = "hetzner";
62 targets = [
63 "packet-epyc-1:9100" "packet-t2-4:9100"
64 "packet-t2a-2:9100" "packet-t2a-3:9100"
65 + "packet-t2a5-qc-centriq-1"
66 "chef:9100"
67 ];
68 labels.role = "builder";
delft/hydra.nix
+7
@@ -155,6 +155,10 @@ in
155 Host packet-epyc-1
156 Hostname 147.75.198.47
157 Compression yes
158 +
159 + Host packet-t2a5-qc-centriq-1
160 + Hostname 147.75.74.238
161 + Compression yes
162 '';
163
164 services.openssh.knownHosts =
@@ -190,6 +194,9 @@ in
194 # packet-t2a-3
195 { hostNames = [ "147.75.198.170" ]; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPieDw5aeaN88HMIye2t4tL6DBqgJwQbXH0PzPd0HOVl"; }
196
197 + # packet-t2a5-qc-centriq-1
198 + { hostNames = [ "147.75.74.238" ]; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJTGvykBvR6l4d0ssReNLMV2qVV+TKNUrU22OOix//qE"; }
199 +
200 # packet-epyc-1
201 { hostNames = [ "147.75.198.47" ]; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAt76Jw/xXqvYcrNZSa+BEfKfLCFyvY50LZJuGBWtJwx"; }
202