Kevin Fenzi
56a3855460
dhcpd: add vmhost-x86-iso01 and bvmhost-x86-riscv02
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-11-17 11:26:46 -08:00
David Kirwan
cc8283db59
forgejo: update values.yml with valkey connection string
...
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com >
2025-11-17 16:31:31 +00:00
Greg Sutcliffe
cc99cc823d
Zabbix: Only send alerts for Average and above to Matrix
...
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org >
2025-11-17 16:07:12 +00:00
Greg Sutcliffe
b65110b95f
Adjust templates to disable un-needed checks and rework Postfix
2025-11-17 15:53:55 +00:00
Carl George
3e4f01e82c
batcave: modify rhel10-sync to delete problematic redhat-release package
...
https://forge.fedoraproject.org/epel/releng/issues/67
https://issues.redhat.com/browse/RHEL-128741
Signed-off-by: Carl George <carlwgeorge@gmail.com >
2025-11-16 22:22:59 -06:00
Kevin Fenzi
41e260526d
proxies / varnish / src: also cache /static/
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-11-16 12:40:20 -08:00
Kevin Fenzi
56fd203ece
proxies / varnish / src: unset the pagure cookie on reply from themes or static content
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-11-16 12:34:26 -08:00
Kevin Fenzi
f1483f1f39
proxies / varnish / src: also cache all static theme
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-11-16 11:32:04 -08:00
Kevin Fenzi
64229b15f2
proxies / varnish: drop cookies for static files so varnish will cache them
...
varnish won't cache things with cookies (as they might be dependent on
those). So, lets drop cookies for static files that dont care about
that.
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-11-16 11:23:36 -08:00
Kevin Fenzi
46f9bcb797
src: try putting src behind varnish in staging.
...
The scrapers are now downloading js and css files at a really high rate,
and thats causing a lot of load on pkgs01.
So, lets see if we can just move src behind the varnish on proxies.
This should allow it to return those pretty static files a lot
faster and not cause load on the backend.
However, putting varnish in the path might mess up something, so
lets just test in staging first.
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-11-16 10:05:33 -08:00
Kevin Fenzi
888d5632ea
ipa / client: stop removing the 04-ipa.conf ssh config
...
We removed this because it had some options we didn't like long ago.
However, now it's basically all stuff thats already in our base ssh
config.
It causes anoying, but harmless scriptlet messages on updates
and there's no need to remove it to only have it get re-added by
freeipa-client every update.
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-11-14 12:34:23 -08:00
Gregory Bartholomew
c509e526fb
retire legacy fedora websites repo phase 1
...
Signed-off-by: Gregory Bartholomew <gregory.lee.bartholomew@gmail.com >
2025-11-14 18:31:40 +00:00
Kevin Fenzi
5c4d62ca23
kojipkgs: cache /compose/iot
...
Currently we are not caching anything under /compose/ in varnish.
This was desired in case there was some change that got cached when
there were updates.
However, we are hitting an issue currently where clients are requesting
large amounts of "/compose/iot/repo/objects/ABC/" directory listings.
These directories have nearly 65k entries in them and when apache has
to stat 65k files to get attributes it takes a long time.
Sometimes they seem to just get stuck because there are so many.
Caching this tree should allow varnish to cache things and prevent
high load issues.
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-11-14 08:49:44 -08:00
Paul W. Frields
af9c162d3e
Reporting line change
2025-11-13 23:28:36 +00:00
Pedro Moura
106bc5d24a
print output
...
Signed-off-by: Pedro Moura <pmoura@redhat.com >
2025-11-13 22:37:04 +00:00
Pedro Moura
c68aa00b2c
Add task to install python packages
...
Signed-off-by: Pedro Moura <pmoura@redhat.com >
2025-11-13 22:37:04 +00:00
Pedro Moura
831e79b5cf
Refactor of owner-email-from-pagure.py
...
Signed-off-by: Pedro Moura <pmoura@redhat.com >
2025-11-13 22:37:03 +00:00
Kevin Fenzi
6ad86be1fe
Revert "haproxy: switch kojipkgs to use apache backend on 8080"
...
This reverts commit 19cf971bde .
We want to switch this back now that the tcp_timeout issue is solved.
2025-11-13 10:42:56 -08:00
Michal Konecny
4fb97d61cd
[release-monitoring] Disable check service on staging
...
I didn't realized that the check service, which is hitting a lot of
repositories is running on staging as well. Let's disable it and leave
it for manual testing if needed.
Signed-off-by: Michal Konecny <mkonecny@redhat.com >
2025-11-13 15:37:21 +01:00
Jiri Kyjovsky
7bc8709b8a
copr-devel: final move of dist git and keygen
2025-11-12 15:25:22 +01:00
Jiri Kyjovsky
b892c72c1a
copr: remove specified uid for copr signer, clashes with others
...
namely:
dhcpcd:x:992:992:Minimalistic DHCP client:/var/lib/dhcpcd:/usr/sbin/nologin
2025-11-12 12:57:33 +01:00
Ryan Lerch
bb5f0b3255
forge: add group mapping for riscv orgwq
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2025-11-12 21:56:00 +10:00
Aurélien Bompard
f2739e64ae
RabbitMQ: be more specific for the server-named queues to avoid conflict with exchange names
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2025-11-12 12:48:05 +01:00
Kevin Fenzi
293f68d9d7
nagios: disable notify-by-fedora-messaging contact since we removed the script call
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-11-11 15:26:13 -08:00
Carl George
afa44e37e0
Retire EPEL 10.0
...
Signed-off-by: Carl George <carlwgeorge@gmail.com >
2025-11-11 16:34:06 -06:00
Kevin Fenzi
7917422391
koji_builder / riscv: up jobs on x86 buildvms
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-11-11 08:44:03 -08:00
Greg Sutcliffe
bf7c9afad9
Zabbix: Increase cache values for zabbix01
...
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org >
2025-11-11 11:19:22 +00:00
David Kirwan
dd1d73e8e7
forgejo: debugging valkey configuration
...
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com >
2025-11-11 10:32:09 +00:00
Aashish Radhakrishnan
0f62a6990c
fedora-ostree-pruner: update to fedora:43
...
Ref: https://github.com/coreos/fedora-coreos-tracker/issues/1935
Ref: eba9d3b65b
2025-11-10 16:27:42 +00:00
Aashish Radhakrishnan
c4ce287781
coreos-ostree-importer: update to fedora 43
...
Ref: https://github.com/coreos/fedora-coreos-tracker/issues/1935
Ref: 1bcf717bfb
2025-11-10 16:27:42 +00:00
Aashish Radhakrishnan
6e7842953d
coreos-koji-tagger: update to fedora 43
...
Ref: https://github.com/coreos/fedora-coreos-tracker/issues/1935
Ref: df250d5c11
2025-11-10 16:27:42 +00:00
Aashish Radhakrishnan
41a27e98c7
coreos-cincinnati: update to fedora:43
...
Ref: https://github.com/coreos/fedora-coreos-tracker/issues/1935
2025-11-10 16:27:42 +00:00
Ryan Lerch
388910080e
forge: configure nonbot webhook and asciidoc render for prod
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2025-11-10 13:42:32 +10:00
Ryan Lerch
155dd62ca9
forge: configure nonbot webhook for staging
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2025-11-10 11:38:38 +10:00
Ryan Lerch
c607e9f44b
forge: enable asciidoc render on prod
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2025-11-10 11:26:18 +10:00
Jiri Kyjovsky
9001be94ca
copr-devel: moving devel infrastructure to fedora43 [part 1]
2025-11-09 22:29:16 +01:00
Mattia Verga
556c610ab7
bodhi: tweak logging on stg
...
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it >
2025-11-09 10:11:14 +01:00
Kevin Fenzi
1da44c26df
fedora-packages-static: increase size of solr storage
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-11-08 15:07:06 -08:00
Kevin Fenzi
7925576c33
haproxy: Also retry oci-registry connections
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-11-08 15:04:18 -08:00
Tomas Hrcka
c461d6f881
[forge] add group membership mappings for Fedora Quality folks
...
Signed-off-by: Tomas Hrcka <thrcka@redhat.com >
2025-11-07 12:22:24 +01:00
Kevin Fenzi
5c85cfd5ac
base: use normal password on koji hubs
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2025-11-06 15:44:58 -08:00
David Kirwan
a80e25ff0c
forgejo: fixing error with hostname in template
...
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com >
2025-11-06 12:08:27 +00:00
Ryan Lerch
3251e06074
forge: move theme setting to config
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2025-11-06 21:24:01 +10:00
David Kirwan
5e5cf01620
forgejo: fix permissions issues on valkey init container script
...
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com >
2025-11-06 10:17:10 +00:00
David Kirwan
d7f4807662
forgejo: Fix type error in ENV
...
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com >
2025-11-06 10:03:10 +00:00
David Kirwan
e468f7b591
forgejo: add vars for replicas
...
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com >
2025-11-06 09:23:40 +00:00
David Kirwan
f27fe6d35b
forgejo: reneable the valkey deploy
...
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com >
2025-11-06 09:01:11 +00:00
David Kirwan
3c16cbcd19
forgejo: templates for deploying valkey cluster.
...
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com >
2025-11-06 08:37:33 +00:00
Ryan Lerch
dcc8c026ab
forge: add ai-ml SIG team mappings
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2025-11-06 16:49:11 +10:00
Kevin Fenzi
a063f058f4
Revert "anubis-el8: downgrade versions to 1.22.0"
...
This reverts commit c50d9650c7 .
2025-11-05 19:07:18 -08:00