Commit graph

38328 commits

Author SHA1 Message Date
Aurélien Bompard
4e3fccf6cf
Revert "Apparently we don't need to repeat volume definitions across deploymentconfigs"
Well, yes we do :-(

This reverts commit 2571561222.
2022-11-18 12:27:22 +01:00
Aurélien Bompard
68fb2be40f
Fix duplicate value in deploymentconfig
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2022-11-18 12:24:37 +01:00
Aurélien Bompard
2571561222
Apparently we don't need to repeat volume definitions across deploymentconfigs
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2022-11-18 12:21:48 +01:00
Aurélien Bompard
53b48df54f
FMN: fix the github webhook again
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2022-11-18 12:02:43 +01:00
Aurélien Bompard
329e57aa62
FMN: fix the github webhook
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2022-11-18 12:00:18 +01:00
Aurélien Bompard
c4b9fdb740
minor rename
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2022-11-18 11:43:40 +01:00
Aurélien Bompard
b03a8c6a93
First attempt at a FMN deployment in staging
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2022-11-18 11:40:00 +01:00
Luca BRUNO
11aa396050
coreos-cincinnati: deploy current git (e1880e0) 2022-11-18 08:08:36 +00:00
Luca BRUNO
b909ea8b9c
coreos-cincinnati: build current git (e1880e0) 2022-11-18 07:57:42 +00:00
Kevin Fenzi
71cdddf55b nagios: move the ipv6 specific ping config to a ping-ipv6.cfg file
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-11-17 16:39:11 -08:00
Kevin Fenzi
28fc20056a nagios: fix typo
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-11-17 16:30:06 -08:00
Kevin Fenzi
b9b35a09ed nagios: move ping.cfg to a template so it works for both nagios servers
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-11-17 16:19:50 -08:00
Jakub Kadlcik
9e39477532 copr: set services_disabled to true for dev instances 2022-11-17 23:30:32 +01:00
Dusty Mabe
f260725678
openshift-apps: bump a few apps to Fedora 37 2022-11-17 16:27:52 -05:00
Stephen Smoogen
4fe28d9291 do not put jinja2 template items into a static file 2022-11-17 16:00:22 -05:00
Stephen Smoogen
e6b3fb1904 Make it so that ipv6 is checked on hosts 2022-11-17 15:55:53 -05:00
Stephen Smoogen
993245267a this one line should fix a mispaste of a bracket 2022-11-17 12:56:30 -05:00
Stephen Smoogen
e36f982263 This should allow for ansible to build correctly the templates for noc01/noc02. 2022-11-17 12:06:00 -05:00
Stephen Smoogen
1250b004ea Adjust running koji-split cleanup to 1/week from 1/month
The reposplit cron job runs on the first day of the month and deletes
anything older than 30 days old at that time. However this has caused
a disk crunch on centos stream as each day is 195 GB of data and 60
days of traffic was over 8TB. The cron job is now to run every Sunday
and remove any data older than 14 days.

The same is done for the RHEL splitter as its space was growing also.

Signed-off-by: Stephen Smoogen <ssmoogen@redhat.com>
2022-11-17 01:51:46 +00:00
Lukas Holecek
09daf9f303 waiverdb: Fix OIDC redirect URI
This is to support the new web form endpoint: /api/v1.0/waivers/new
2022-11-17 01:49:07 +00:00
Kevin Fenzi
55e2e441d4 disable swap checks on bvmhosts and batcave01
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-11-16 17:47:16 -08:00
Seddik Alaoui Ismaili
9af427e1bf add ipv6 check for fedorapeople 2022-11-17 01:40:25 +00:00
Sandro
5be8276a3e Badges: Run award-oldschool-badges as root
Running it as fedmsg the script fails when attempting to
authenticate with kerberos.
2022-11-17 01:38:54 +00:00
Kevin Fenzi
6bf9bbddda Add a 21 day inactivity check to sidetag cleanup
koji upstream added a inactivity check for sidetag-cleanup. Since we
don't specify it, we get the default (10days). Thats a bit short, so we
explicitly set it to 21 days for now and can adjust it more later.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-11-17 01:35:59 +00:00
Michal Konečný
6e6f1a28d6 [koji-builder] Add new policy for abrt-java-connector - staging
This will allow abrt-java-connector to be built directly from the fork. For now
only allowed on staging to test first.
See https://pagure.io/fedora-infrastructure/issue/9728

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2022-11-17 01:34:14 +00:00
Kevin Fenzi
3a73ef0d6d ansible-core is now using python3.9
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-11-16 14:15:02 -08:00
Kevin Fenzi
0aece5b63e Fix rpmqa osbs plugin to look in the right place for rpmdb
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-11-16 14:15:02 -08:00
Michal Konečný
ff5a751fd3 [notifs-frontend] Fix SELinux error preventing to login
The httpd wasn't able to open a new socket for connecting to identity server,
this fix will allow that.

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2022-11-16 09:52:57 +00:00
Michal Konečný
dc84659890 [notifs-backend] Use memcached as a cache
Memcached seems to be 5x faster than Redis. Let's use it for FMN.

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2022-11-16 09:48:40 +00:00
Kevin Fenzi
5f048e2c16 armv7 should stay with f36
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-11-15 09:13:40 -08:00
Kevin Fenzi
5a5b14f660 update iot signing keys. Fixes https://pagure.io/releng/issue/11134
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-11-15 09:08:04 -08:00
Kevin Fenzi
546d082de1 gnome-software: set f37 active
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-11-15 05:51:18 -08:00
Pavel Raiskup
86a787200b storinator: drop copr-dist-git* volumes, enlarge copr-be 2022-11-11 14:16:29 +01:00
Kevin Fenzi
f15eb8753a nfs_server: on rhel9, we don't need nfs-lock
Older rhel versions need to start this service, but rhel9 doesn't have
it as a seperate service.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-11-10 14:52:10 -08:00
5ca4738e3b F37 is GO 2022-11-10 20:12:26 +01:00
Luca BRUNO
b15c4d99a1
coreos-cincinnati: deploy current git (3046b7b) 2022-11-04 08:16:59 +00:00
Luca BRUNO
b12506aa68
coreos-cincinnati: build current git (3046b7b) 2022-11-04 08:03:33 +00:00
Kevin Fenzi
27e99835e5 Fix target of calendar redirect
Turns out that target has to be a url or apache barfs on it.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-11-02 17:33:22 -07:00
Seddik Alaoui Ismaili
8d703f7a53 redirect fedora calendar app 2022-11-02 19:40:58 +00:00
Mark O Brien
1b91f2410e remove bad communishift project name
Signed-off-by: Mark O Brien <markobri@redhat.com>
2022-11-02 12:40:02 +00:00
Mark O Brien
e5972671c8 add bad communishift project name for testing
Signed-off-by: Mark O Brien <markobri@redhat.com>
2022-11-02 11:33:03 +00:00
Mark O Brien
b589184c2b pgkdb: use numbers in release version field #10880
Signed-off-by: Mark O Brien <markobri@redhat.com>
2022-11-02 10:27:31 +00:00
Mark O Brien
22ebcc86cc pgkdb: use numbers in release version field #10880
Signed-off-by: Mark O Brien <markobri@redhat.com>
2022-11-02 10:27:31 +00:00
fc75c07ef4
proxies: remove cloud-to-atomic redirect 2022-10-31 01:16:53 +01:00
Adam Williamson
18817b175a greenwave: split the openQA update test policies by group
This kinda goes along with:
https://github.com/fedora-infra/bodhi/pull/4759
but neatly, we don't need to wait for that to be merged or
deployed, we can do it right away and it'll work fine now but
also DTRT when we switch to grouped mode in Bodhi. This splits the
greenwave policies for openQA update tests into groups according
to the test flavors, and has each grouped policy apply to what
will be the correct decision contexts for Bodhi's grouped critpath
support. We *also* have each grouped policy apply to the existing
non-grouped contexts, so as long as Bodhi is running in
non-grouped mode, things should behave exactly the same: all
critpath updates will be gated on all the tests.

We ensure every critpath group is listed in the null policies,
to make sure we don't get errors when Bodhi queries against them.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-10-30 16:35:26 +00:00
Pavel Raiskup
5a3613d39f copr-be: fixup the raid name 2022-10-30 02:01:19 +01:00
Pavel Raiskup
28df381127 Re-set copr-be quota
Revert "copr-be: temporarily slow backend down"

This reverts commit d7720ef7b5.
2022-10-30 02:47:46 +02:00
Pavel Raiskup
d7720ef7b5 copr-be: temporarily slow backend down
Related to:
https://pagure.io/fedora-infrastructure/issue/10951
https://docs.google.com/spreadsheets/d/1URopuw2R533H6i4vSTH8Nt47EIhs3ubWcLUXvRcxTRQ/edit#gid=0

I'm also disabling the /etc/cron.weekly job (manually).
2022-10-28 20:45:18 +02:00
Kevin Fenzi
1282c45a97 communishift: add mattdm project ( ticket 10935 )
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-10-27 15:27:31 -07:00
Adam Williamson
807c43163c openqa: bump asset size for aarch64
300G doesn't seem like enough when we have candidate composes
alongside Rawhide and Branched, we're getting incomplete tests
because assets are being removed.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-10-25 09:05:52 -07:00