This project is mirrored from https://gitlab.archlinux.org/archlinux/infrastructure.git.
Pull mirroring updated .
- 02 Jul, 2022 1 commit
-
-
Evangelos Foutras authored
-
- 29 Jun, 2022 1 commit
-
-
Evangelos Foutras authored
- IPMI credentials for luna.archlinux.org - Entry with no credentials for PIA boxes
-
- 28 Jun, 2022 1 commit
-
-
Jan Alexander Steffens (heftig) authored
-
- 23 Jun, 2022 1 commit
-
-
Kristian Klausen authored
Give artafinde access to the mailman servers See merge request archlinux/infrastructure!593
-
- 22 Jun, 2022 6 commits
-
-
Kristian Klausen authored
artafinde wants to help with the mailman3 migration[1], so give him access to the mailman servers. [1] archlinux/infrastructure#59
-
Kristian Klausen authored
Add Gandi account See merge request archlinux/infrastructure!589
-
Kristian Klausen authored
We want to deploy project documentation (ex: repod) with GitLab Pages and due to security concerns[1], they should be deployed on a separate domain. Hetzner's Registration Robot[2] only supports a few TLDs and all the good names have already been taken, and therefore we need a new domain registrar. SPI has a partnership with Gandi, so Gandi it is. [1] https://www.hetzner.com/registrationrobot [2] https://github.blog/2013-04-09-yummy-cookies-across-domains/
-
Evangelos Foutras authored
This box somehow gets a compression ratio of over 12; bump its zram fraction accordingly, to stop getting alerts about high swap usage.
-
Evangelos Foutras authored
borg_client: drop Restart=on-failure from services See merge request !592
-
Evangelos Foutras authored
When a backup job fails it is usually something we want to look into and understand its root cause before restarting the backup job. Therefore we need to disable the restart-on-failure behavior we had previously set up.
-
- 19 Jun, 2022 2 commits
-
-
Evangelos Foutras authored
prometheus: split crt.sh lookups into new script See merge request !591
-
Evangelos Foutras authored
roles/prometheus/defaults/main.yml used to include a comment with the commands used to generate a list of HTTPS endpoints to check. Move it into a proper script and fix it to generate the correct current list.
-
- 17 Jun, 2022 1 commit
-
-
Jan Alexander Steffens (heftig) authored
-
- 16 Jun, 2022 2 commits
-
-
Leonidas Spyropoulos authored
Add top 15 prometheus metrics for gitlab exporter See merge request archlinux/infrastructure!590
-
Leonidas Spyropoulos authored
Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
- 15 Jun, 2022 1 commit
-
-
Kristian Klausen authored
Ref #456
-
- 14 Jun, 2022 4 commits
-
-
Evangelos Foutras authored
/usr/lib/systemd/system is for vendor-provided service unit files.
-
Evangelos Foutras authored
/tmp free space is generally limited on these smaller virtual servers, so use /var/tmp which is more spacious. debuginfod uses this to cache recently extracted files from archives.
-
Evangelos Foutras authored
debuginfod.archlinux.org runs into high swap often, but also gets good compression ratio; try upping the zram size to 100% of RAM (from 50%).
-
Kristian Klausen authored
We don't want our users tracked by a third party.
-
- 12 Jun, 2022 1 commit
-
-
Evangelos Foutras authored
Extend the removal of the dashes from unencrypted YAML documents to encrypted ones as well. Fixes: a9e0790f ("Remove the three dashes from all YAML documents")
-
- 09 Jun, 2022 1 commit
-
-
Evangelos Foutras authored
ansible-lint 6.3.0 throws an error about this.
-
- 08 Jun, 2022 4 commits
-
-
Evangelos Foutras authored
Remove the three dashes from all YAML documents See merge request !586
-
Evangelos Foutras authored
These are used to signal the start of the document in a stream of many documents. As Ansible only supports one YAML document per file this is unnecessary. About a third of our YAML documents already lacked these.
-
Evangelos Foutras authored
There is no need to run all playbooks for this.
-
Evangelos Foutras authored
loki: pull changes made to loki.yml on live See merge request !585
-
- 07 Jun, 2022 1 commit
-
-
Evangelos Foutras authored
The cloud server running Loki isn't powerful enough to do aggressive query splitting; it makes queries execute slower and generates a lot more queries, resulting in "too many outstanding requests" in recent Loki versions. (Maybe a bug?)
-
- 06 Jun, 2022 7 commits
-
-
Evangelos Foutras authored
The default log level is "info" which logs too much to the journal.
-
Evangelos Foutras authored
Since upgrading to Loki 2.5, the query frontend was trying to connect to the wireguard address instead of 127.0.0.1. This appears to be caused by upstream commit c0bec07e0de1a23cb72e8834069 ("Loki: Implement common net interface/instance addr") which now defaults to "" instead of 127.0.0.1.
-
Evangelos Foutras authored
Doubt the Loki team is interested in our usage data, and it's also a risk to the confidentiality of our logs (even though it's anonymous).
-
Evangelos Foutras authored
< wCPO> foutrelis: v12 fixes the "all chunks in the same directory"-issue
-
Evangelos Foutras authored
One month of logs is about 40G and suffices for our log retrieval needs.
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
- 05 Jun, 2022 2 commits
-
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
- 04 Jun, 2022 2 commits
-
-
Evangelos Foutras authored
Other than avoiding the conditional logic there's no reason to specify /srv/ftp/pool/{packages,community} as additional cache directories for all servers. Restoring the default CacheDir value on machines without a local mirror allows us to use pacdiff to perform a three-way merge of the few config files which are easier to rebase this way.
-
Evangelos Foutras authored
-
- 03 Jun, 2022 2 commits
-
-
Evangelos Foutras authored
Nothing fancy, just something to prevent automated form submissions.
-
Evangelos Foutras authored
archwiki: merge LocalSettings.archlinux.org.php from the archwiki git repo into LocalSettings.php.j2 See merge request !516
-