@cryptotaxi247 / infra-1 / commits / 1567d621

Add packet-t2a6-ampere-1

Eelco Dolstra committed Feb 26, 2019 at 04:14 UTC 1567d621517e36f6b62477bd4bf9f3703f62c0c4
2 files changed +10 -2
delft/eris.nix
+2 -1
@@ -11,6 +11,7 @@ in { deployment.targetEnv = "hetzner";
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 + 147.75.107.178 packet-t2a6-ampere-1
15 139.178.82.19 bigmac-host
16 139.178.82.19 bigmac-guest
17
@@ -62,7 +63,7 @@ in { deployment.targetEnv = "hetzner";
63 targets = [
64 "packet-epyc-1:9100" "packet-t2-4:9100"
65 "packet-t2a-2:9100" "packet-t2a-3:9100"
65 - "packet-t2a5-qc-centriq-1"
66 + "packet-t2a5-qc-centriq-1:9100" "packet-t2a6-ampere-1:9100"
67 "chef:9100"
68 ];
69 labels.role = "builder";
delft/hydra.nix
+8 -1
@@ -159,7 +159,11 @@ in
159 Host packet-t2a5-qc-centriq-1
160 Hostname 147.75.74.238
161 Compression yes
162 - '';
162 +
163 + Host packet-t2a6-ampere-1
164 + Hostname 147.75.107.178
165 + Compression yes
166 + '';
167
168 services.openssh.knownHosts =
169 [
@@ -197,6 +201,9 @@ in
201 # packet-t2a5-qc-centriq-1
202 { hostNames = [ "147.75.74.238" ]; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJTGvykBvR6l4d0ssReNLMV2qVV+TKNUrU22OOix//qE"; }
203
204 + # packet-t2a6-ampere-1
205 + { hostNames = [ "147.75.107.178" ]; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINIPFXDrxqs3PjPa4M5iTd0wPmwG0L45d/T9mGEozHrX"; }
206 +
207 # packet-epyc-1
208 { hostNames = [ "147.75.198.47" ]; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAt76Jw/xXqvYcrNZSa+BEfKfLCFyvY50LZJuGBWtJwx"; }
209