From 7bfce43262022293b68f06ace68ed497e12bf9db Mon Sep 17 00:00:00 2001 From: Christian Heusel <christian@heusel.eu> Date: Thu, 18 Jan 2024 22:57:14 +0100 Subject: [PATCH] add the new build server --- host_vars/build.archlinux.org/misc | 10 +++++----- roles/sshd/templates/motd.j2 | 6 +++--- tf-stage1/archlinux.tf | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/host_vars/build.archlinux.org/misc b/host_vars/build.archlinux.org/misc index a6f684209..df072145c 100644 --- a/host_vars/build.archlinux.org/misc +++ b/host_vars/build.archlinux.org/misc @@ -1,10 +1,10 @@ hostname: "build.archlinux.org" -network_interface: "enp195s0" -ipv4_address: "135.181.138.48" +network_interface: "eno8303" +ipv4_address: "65.21.37.204" ipv4_netmask: "/32" -ipv6_address: "2a01:4f9:3a:120f::2" -ipv6_netmask: "/128" -ipv4_gateway: "135.181.138.1" +ipv6_address: "2a01:4f9:3a:458a::2" +ipv6_netmask: "/64" +ipv4_gateway: "65.21.37.193" ipv6_gateway: "fe80::1" filesystem: btrfs system_disks: diff --git a/roles/sshd/templates/motd.j2 b/roles/sshd/templates/motd.j2 index 32dadb3a3..3871821bb 100644 --- a/roles/sshd/templates/motd.j2 +++ b/roles/sshd/templates/motd.j2 @@ -14,9 +14,9 @@ Data on this system is regularly backed up automatically. - [1mSRCDEST[0m is set to [1;34m/var/lib/archbuilddest/srcdest[0m (~srcdest). - Take a look at [1mmkpkg -hh[0m if you want to build nightlies. -[1;32mJanuary 26, 2021[0m - The common Arch build server is now [1mbuild.archlinux.org[0m! This one has 64 threads and - 256GiB of memory. Now go and compile something. +[1;32mJanuary 19, 2024[0m + The common Arch build server is now [1mbuild.archlinux.org[0m! This one has 96 threads and + 384GiB of memory. Now go and compile something. {% endif %} {% if 'public_html' in group_names %} diff --git a/tf-stage1/archlinux.tf b/tf-stage1/archlinux.tf index 9043186fe..917744974 100644 --- a/tf-stage1/archlinux.tf +++ b/tf-stage1/archlinux.tf @@ -255,8 +255,8 @@ locals { # } archlinux_org_a_aaaa = { build = { - ipv4_address = "135.181.138.48" - ipv6_address = "2a01:4f9:3a:120f::2" + ipv4_address = "65.21.37.204" + ipv6_address = "2a01:4f9:3a:458a::2" } gemini = { ipv4_address = "49.12.124.107" -- GitLab