@cryptotaxi247 / infra / commits / c0815e47

Remove the old macstadium machines, add a note that the current macstadium machines are ofborg only

Eelco Dolstra committed Nov 11, 2021 at 22:23 UTC c0815e472cf792142d6731c005149e00d890683a
1 file changed +2 -10
delft/hydra.nix
+2 -10
@@ -151,14 +151,6 @@ in
151 Hostname 10.254.2.106
152 Compression yes
153
154 - Host macstadium1
155 - Hostname 208.78.106.251
156 - Compression yes
157 -
158 - Host macstadium2
159 - Hostname 208.78.106.252
160 - Compression yes
161 -
154 Host macstadium-x86-44911507
155 Hostname 208.83.1.186
156 Compression yes
@@ -201,9 +193,9 @@ in
193 mac-m1-5 = { hostNames = [ "10.254.2.105" ]; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHbYjdeghSNg7bU/ER/pTSGwP7Fyd7+OteD06dP4gCfP"; };
194 mac-m1-6 = { hostNames = [ "10.254.2.106" ]; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA8B5Ek8GhWCO5Qahl20CHn/txxvAweupuIbFmuLjciG"; };
195
204 - macstadium1 = { hostNames = [ "208.78.106.251" ]; publicKey = "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKrwg2592DfDUG1U0LZxJcBaT35YfEsuKo4helEAzeoujvzOo4DIaBrTCX7+LxcYZlGoi4WvsnwxUG11GY12l2A="; };
205 - macstadium2 = { hostNames = [ "208.78.106.252" ]; publicKey = "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLV1p6f6Rk3rKwNJbcqvG68wjfT3wPcJfChc1LFU9A3tTFslUDr47FHLmT+FTr+ChkoqD6Gsl+jtSnvkYnTlpGY="; };
196
197 + # Note that these IPS and SSH public keys are correct, but the machines are dedicated to ofborg for now,
198 + # and therefore should not and cannot be put in to rotation in hydra.
199 macstadium-x86-44911305 = { hostNames = [ "208.83.1.173" ]; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOtMZwCu5D/CRTTC8wvZWP+H7xkCCHjQZ//XVM4vmdZU"; };
200 macstadium-x86-44911362 = { hostNames = [ "208.83.1.175" ]; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHjQFkuDYP5qBgvFZvwbJb0g4CTV8/FcHPCOT7Wmlkmr"; };
201 macstadium-x86-44911507 = { hostNames = [ "208.83.1.186" ]; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMOMJFJhA4y5w72n3eRlb1RtcZc4gsc4UNHVQkBf6xZY"; };