Skip to content
Snippets Groups Projects
  1. Aug 01, 2022
  2. Jul 29, 2022
    • Kristian Klausen's avatar
      gitlab_runner: Add VM based executor (libvirt-executor) · 06e02527
      Kristian Klausen authored
      For some workloads running in a container is too restrictive, ex:
      arch-boxes (loop device, filesystem mount, pacstrap) and archiso
      (pacstrap). Currently they both run a TCG accelerated QEMU VM, which is
      very slow and painful to work with. We should provide a better option to
      our users!
      
      This adds a hardware accelerated VM for this kinds of workloads, which
      is way faster and you can do whatever you like (mostly)!
      
      Fix #283
      06e02527
  3. Jul 26, 2022
  4. Jul 10, 2022
  5. May 29, 2022
  6. May 14, 2022
  7. May 12, 2022
    • Evangelos Foutras's avatar
      Replace dynamic hcloud inventory with host entries · 62f93478
      Evangelos Foutras authored
      We make almost no use of the dynamic properties of the hcloud inventory,
      so we can simplify this by declaring all cloud servers in the main hosts
      inventory.
      
      The main benefit of this change is that temporary and experimental cloud
      servers are not automatically included in the Ansible playbooks. In such
      cases it is usually incorrect to deploy changes to these unknown servers.
      
      A smaller side benefit is that Ansible will now use hostnames to connect
      to cloud servers, whereas the dynamic inventory provided IPv4 addresses.
      This results in more meaningful ~/.ssh/known_hosts entries.
      62f93478
    • Evangelos Foutras's avatar
      Remove [node_exporters]/[wireguard] from inventory · 248e57b3
      Evangelos Foutras authored
      All servers are part of these groups which makes them redundant.
      248e57b3
  8. Apr 20, 2022
  9. Apr 13, 2022
    • Kristian Klausen's avatar
      Add GeoIP domain for our sponsored mirros · 9f65f99c
      Kristian Klausen authored
      We had a GeoIP mirror in the past based on nginx and its GeoIP module,
      but it didn't perform very well, due to the high latency (asking a
      central server for the package and then redirected to the closest
      mirror).
      
      One of the reasons for offering this service, is so we can relieve
      mirror.pkgbuild.com which is burning a ton of traffic (50TB/month),
      likely due to it being the default mirror in our Docker image. Another
      reason is so we can offer a link to our arch-boxes images in libosinfo
      (used by gnome-boxes, virt-install and virt-manager), with good enough
      performance for most users.
      
      This time we take a different approach and use a DNS based solution,
      which means the latency penalty is only paid once (the first DNS
      request). The downside is that the mirrors must have a valid certificate
      for the same domain name, which makes using third-party mirrors a
      challenge. So for now, we are just using the sponsored mirorrs
      controlled by the DevOps team.
      
      Fix #101
      9f65f99c
  10. Apr 11, 2022
  11. Mar 11, 2022
  12. Feb 26, 2022
  13. Feb 09, 2022
  14. Feb 04, 2022
  15. Jan 30, 2022
  16. Jan 21, 2022
  17. Jan 04, 2022
    • Jelle van der Waa's avatar
      Add smart monitoring using a textcollector · bf5a1653
      Jelle van der Waa authored
      Collects the smart data using smartctl and outputs them in the
      textcollector dir. This expects smartd to be configured to regularly
      self tests on a regular interval to detect if a disk is broken.
      bf5a1653
  18. Dec 04, 2021
  19. Nov 06, 2021
  20. Jul 06, 2021
    • Kristian Klausen's avatar
      WireGuard all hosts · 664deb67
      Kristian Klausen authored
      This is meant as a internal authenticated and encrypted network which we
      can use for internal services, we don't want to expose to the internet
      or when encryption is desired but not easily implementable.
      664deb67
    • Kristian Klausen's avatar
      Add WireGuard role · 107488dd
      Kristian Klausen authored
      This is initial to be used for communicating between
      {lists,mailman3}.archlinux.org as mailman{2,3} can't run on the same
      server.
      107488dd
  21. Jul 04, 2021
  22. Jun 30, 2021
  23. Jun 26, 2021
  24. May 13, 2021
  25. Mar 24, 2021
  26. Feb 01, 2021
    • Jelle van der Waa's avatar
      Add hedgedoc as new service · 3124cfd9
      Jelle van der Waa authored
      This adds a collaborative markdown editor as newly offered service which
      is available via login for all Arch Linux Staff with an option to allow
      anonymous edits by users (not default). Users are managed via keycloak
      and require the Staff role to be allowed in, non staff keycloak users
      currently will receive an internal server error due to an upstream
      issue.
      3124cfd9
  27. Jan 31, 2021
  28. Jan 26, 2021
  29. Jan 11, 2021
  30. Jan 10, 2021
  31. Jan 03, 2021
  32. Dec 29, 2020
  33. Dec 26, 2020
  34. Dec 25, 2020
Loading