This reverts commit 4d9a1b07d6.
The problem was a incomplete db dump, so we likely don't need this
change. It should work with a more complete db dump.
proxy01/10 get all the iad2 only traffic from the outside world,
including things like kojipkgs, oci-registry and the like. They need
larger space to keep all the logs from those.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
We don't need it for diagnosing a kernel bug any more, so take it
out of the special 'onebox' setup.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This conditional was intended to not try and install this on rhel9, but
collectd is now available on rhel9. In addition it accidentially didn't
install it on all fedora virthosts. :(
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
We are adding copr folks here so they can benchmark things and see if
the storinator will help them for their storage needs.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
It seems that ppc64le and aarch64 are both quite slow during the
ELN Image install. The aarch64 is now finishing most of the time,
but the ppc64le build still times out.
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
Right now by default users are logged out after 1 hour of inactivity on
the wiki. This is anoying for people who do a number of edits during the
day. So, lets increase this timeout to 10 hours.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
Sometimes folks are unable to login to the wiki because there have been
too many login attempts from the proxy they happen to be hitting the
wiki from. Lets just disable this throttle entirely, as brute force
won't work ever anyhow.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
The ostree_installer job needs additional capabilities over the normal
mock systemd-spawn ones. So, add that here and since the
ostree_installer jobs are all runroot jobs we can isolate it to just the
runroot builders.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
It is better to keep the Mock's default for `nspawn_args`, and just
append to them (mock can change that configuration option dynamically).
Complements: b6669bc5f6
Taking advantage of xargs's -P option to limit concurrency
while executing all the ansible-playbook --check jobs ensures
that batcave01 is not overstressed during these checks.
The pagure.{{ env_suffix }} user is currently used for both pagure and dist-git,
which makes io.pagure.* and org.fedoraproject.* topics to conflict with each
other.
This will set the permissions for both in one place.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>