Kevin Fenzi
c96cb3961c
notifs: add staging instances of notifs
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-03-02 12:07:13 -08:00
Kevin Fenzi
6260673484
update SAML2 data for bugzilla.redhat.com
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-03-01 16:58:23 -08:00
Kevin Fenzi
c7537a7bb9
staging: move to new wildcard stg cert
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-03-01 14:21:08 -08:00
Pavel Raiskup
e3bee776ea
nagios/copr: start warning us on 12% of backend storage
...
There's 15T (and we can enlarge the volume to 16T). 12% is still 1.8T.
2022-03-01 10:03:04 +01:00
Kevin Fenzi
607c90c306
add bvmhost-p09-01.stg
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-02-28 16:31:08 -08:00
Kevin Fenzi
b686547765
dhcp: fix hostname for one mgmt host
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-02-28 16:21:19 -08:00
Kevin Fenzi
f0d9c5f7b5
fix ; typo
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-02-28 14:39:53 -08:00
Kevin Fenzi
d3222e79e3
move 2 power9 mgmt interfaces to the same vlan their hosts are on because openbmc is anoying
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-02-28 14:36:36 -08:00
Pavel Raiskup
c78ad03ea7
copr-builders: typo, use dnf -y
2022-02-28 18:17:53 +01:00
Pavel Raiskup
50e91eed5a
copr-builders: disable zram0
...
We need to "permanently" disable zram0 when the builder image is
created, so this is just a hot-fix that let us experiment...
Relates: https://pagure.io/copr/copr/issue/2077
2022-02-28 18:10:27 +01:00
Pierre-Yves Chibon
8f474d4d9c
people: increase pingou's quota on fedorapeople
...
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2022-02-25 14:11:02 +01:00
Miro Hrončok
349238d224
ftbfs_weekly_reminder: Don't use password or it would be eaten
...
Fixes https://pagure.io/releng/issue/10642
Related to https://pagure.io/fedora-infrastructure/issue/10525
Depends-On: https://pagure.io/releng/pull-request/10665
Signed-off-by: Miro Hrončok <miro@hroncok.cz>
2022-02-24 18:41:49 +00:00
Adam Williamson
bb31efdf5d
greenwave: enable gating for Fedora 36 (Branched)
...
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-02-24 09:34:53 -08:00
Mattia Verga
9bbd59aafb
bodhi: switch stg to asynch gunicorn workers
...
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
2022-02-24 09:21:12 +01:00
Mattia Verga
903df7e9e9
bodhi: use BZ API key in staging
...
Signed-off-by: Mattia Verga <mattia.verga@protonmail.com>
2022-02-23 19:53:51 +00:00
Kevin Fenzi
54a700eb00
review-stats: change stg var to use _ instead of . so it does not think it is a attribute
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-02-23 11:50:56 -08:00
Mattia Verga
78dc48bb8d
review-stats: switch to API key authentication
...
Signed-off-by: Mattia Verga <mattia.verga@protonmail.com>
2022-02-23 19:44:52 +00:00
Matěj Grabovský
a0d4beab0d
retrace: Explicitly add opsys release; improve error handling
...
- Explicitly register supported CentOS and Fedora releases using
`faf releaseadd`.
- Ignore "errors" of the "already defined" kind.
2022-02-23 13:04:16 +01:00
Matěj Grabovský
94a9ff5aab
retrace: Update package repositories
...
- Add Fedora 36 repositories to production and drop F33.
- Switch staging to Fedora 35 only.
- Fix Rawhide name and URL on prod.
2022-02-23 13:04:02 +01:00
Matěj Grabovský
500ed7e0cd
retrace: Skip source arch when cleaning up
2022-02-23 13:03:55 +01:00
Michal Konečný
e9feda0a56
[the-new-hotness] Use API key for bugzilla authentication
...
Because the user and password authentication will no longer work with Bugzilla
from 28th February let's switch to API key in staging.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2022-02-23 12:28:26 +01:00
Kevin Fenzi
2ca4c402f5
Fedora 36 Beta Freeze in effect
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-02-22 11:37:49 -08:00
Kevin Fenzi
3e70e54255
aliases: add osbuild-automation-bot alias
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-02-22 11:20:21 -08:00
Kevin Fenzi
1d51b147de
robosignatory: sign f36-gnome
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-02-22 11:15:10 -08:00
4ff50570a9
F36 - enable bodhi for updates
...
Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
2022-02-22 14:01:25 +00:00
Stephen Smoogen
43274bf7b4
Attempt to fix a broken j2 config which is behind a comment. This caused django startup of various web daemons to fail.
2022-02-22 08:51:51 -05:00
Pavel Raiskup
928cf866f4
copr-fe: enforce https everywhere except for repo files
...
- Drop WSGIPassAuthorization, no authorization on http://
- Drop 'WSGIProcessGroup repo' for port 80. Repo consumers should go
through https:// too (dnf-plugins-core's default) anyways. So any
repo-file traffic over plain http:// would be more visible in the
port80 process group
- Add RewriteCond+RewriteRule config for the automatic redirect
Relates: https://pagure.io/copr/copr/issue/2100
2022-02-22 11:06:08 +01:00
Kevin Fenzi
88fbb2607e
dhcp: add worker04.stg to dhcp
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-02-21 16:26:27 -08:00
Kevin Fenzi
5702e2491b
inventory: update hardware group and various other places
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-02-21 15:10:08 -08:00
Jakub Kadlcik
6a654a4bba
copr: create per-task-logs symlink even on production
...
We don't want to mount volume for /var/lib/copr-dist-git anymore.
2022-02-21 21:33:09 +01:00
Kevin Fenzi
b408e1ad64
nagios: update all the openshift4 compute nodes for monitoring
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-02-21 12:28:43 -08:00
Kevin Fenzi
ab4db445c1
blockerbugs: Moved to openshift, remove old ansible stuff
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-02-21 11:49:41 -08:00
Kevin Fenzi
c520b42230
datagrepper has moved to openshift. Remove old ansible remnants.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-02-21 11:44:13 -08:00
Kevin Fenzi
baa85df67c
buildhw-a64-05 and buildhw-a64-08 are dead, rip.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-02-21 11:42:34 -08:00
Kevin Fenzi
92945b3a27
nagios: add a bunch more mgmt interfaces
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-02-21 11:20:48 -08:00
Kevin Fenzi
1e712cdc30
Revert "Revert "wildcard-2022.fedoraproject.org cert""
...
This reverts commit 4430178b29
.
It's time to put this back before the cert expires and before we go into
Beta freeze. Hopefully the odd issue with armv7 qemu guests having a
time behind real time is not still happening.
2022-02-21 10:19:17 -08:00
Jakub Kadlcik
c98410fd08
copr: don't set the per-task-logs permissions
...
It doesn't work. I suspect it changes ownership of the `src` file
instead of the destination. And we don't need that.
2022-02-21 19:09:54 +01:00
Jakub Kadlcik
cb09b66802
copr: setting symlink permissions doesn't work
...
I am trying to set the correct permissions in a separate step. Maybe
it will help.
2022-02-21 18:46:14 +01:00
Jakub Kadlcik
c2a657d5ce
copr: use path instead of dest
2022-02-21 18:39:39 +01:00
Jakub Kadlcik
4217a98ca8
copr: create per-task-logs symlink with the correct owner
2022-02-21 18:21:40 +01:00
Jakub Kadlcik
a234b3116c
copr: symlink per-task-logs from the bigger disk
2022-02-21 18:13:30 +01:00
František Zatloukal
dac40b7b87
Blockerbugs: add bz_api_key
2022-02-21 13:02:56 +01:00
Silvie Chlupova
5df624c6a3
copr: run prune-dist-git.py in daily cron again
...
Relates: https://pagure.io/copr/copr/pull-request/2101
Relates: https://pagure.io/copr/copr/issue/2078
2022-02-21 10:06:41 +01:00
Pavel Raiskup
cb2abaddcb
copr-fe: don't redirect on copr side
...
This redirect is automatically handled by proxies, see
playbooks/include/proxies-redirects.yml
2022-02-21 07:13:55 +01:00
Kevin Fenzi
b639c80e35
proxies: move all proxies to f35
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-02-20 17:22:05 -08:00
Kevin Fenzi
c88e89d96b
retrace: fix ssl check
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-02-20 15:06:29 -08:00
Brendan Early
9e5c78d8ed
packages-static: update solr schema to v2.0.5
2022-02-20 16:19:03 -06:00
Kevin Fenzi
467498bb8b
retrace fixes: fix dns to work, add nagios check for ssl cert
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-02-20 13:52:35 -08:00
Aurélien Bompard
9370ad72d0
Don't send an email on django errors in hyperkitty/postorius
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2022-02-19 09:06:42 +01:00
Leonardo Rossetti
c39e3c09c7
fix playbook hosts
2022-02-17 23:11:49 +00:00