Commit graph

24114 commits

Author SHA1 Message Date
Aurélien Bompard
4accba8e8f
Add X-Forwarded-Proto in addition to X-Forwarded-Scheme
The convention is more on `-Proto` than `-Scheme`:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Proto

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-02-13 12:34:28 +01:00
77c39f7d04
zabbix: Import hostgroup task correctly in main.yml
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2024-02-13 09:32:57 +00:00
bf5dcd8edb
zabbix: set releng_compose_stg zabbix_templates to empty list
add zabbix hostgroup create task

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2024-02-13 09:29:56 +00:00
Kevin Fenzi
bc314685ba bodhi: fix typos
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-02-12 17:32:56 -08:00
Kevin Fenzi
721d30875a bodhi: change liveness probes to hopefully avoid restarting pods
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-02-12 17:30:20 -08:00
Pavel Raiskup
23275c26ea Revert "copr-hypervisor/ipa-client: debug variable"
This reverts commit 9daef0d257.
2024-02-13 00:04:20 +01:00
Pavel Raiskup
9daef0d257 copr-hypervisor/ipa-client: debug variable 2024-02-12 23:55:16 +01:00
617b766423
zabbix: fix syntax error in file lookup
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2024-02-12 13:47:37 +00:00
ec7bdacff2
zabbix: add zabbix_templates role
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2024-02-12 13:45:03 +00:00
Kevin Fenzi
ff6fb2bc6c koji: add fedora_koji_archive06 volume
We need a new archive volume, so add 06 to all the same places 01-05
are.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-02-10 09:57:33 -08:00
Kevin Fenzi
ac84ce36d7 koji_hub: add fedora-41 key/sig to koji-gc policy
Since we are signing things with fedora-41 key we should add it to the
koji-gc policy.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-02-09 12:45:13 -08:00
Adam Williamson
da391c4ba2 openQA: trim default routing keys for scheduler consumer
With Bodhi 8 we no longer need to listen to request.testing or
update.edit messages. Yay.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-02-09 12:25:55 -08:00
Kevin Fenzi
1e6851edb8 koji_hub: switch back to prefork for now
So, turns out the move volume problems I have been running into may well
be related to threading. So, move back to prefork to see if I can get
some moves done. Upstream koji is working on fixes, so we may be able to
switch back once those land.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-02-09 10:10:38 -08:00
Mattia Verga
b986f402cb bodhi: fix config for override inheritance
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
2024-02-09 17:53:10 +00:00
7d63531b82
zabbix: ensure zabbix can communicate with releng machines
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2024-02-09 13:04:46 +00:00
216ac2359a
zabbix: ensure /var/run/zabbix directory exists
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2024-02-09 11:28:00 +00:00
Kevin Fenzi
ebd01fab62 robosignatory: small fixes
Fix the fedora-41 key, had too many characters there.
Also, the add-key script needs to be readable by the robosignatory user,
so it can't be mode 711.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-02-08 15:35:31 -08:00
Kevin Fenzi
100c9b484d robosignatory: resign f40 tagged packages with f41 key
This is to prep for branching next week.
We want to set this so we can tell robosgnatory to resign all the f40
tagged packages with f41. Also, newly tagged packages will also be
signed, so by the time we branch everything should be signed for both
branched (f40) and new rawhide (f41).

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-02-08 15:18:44 -08:00
Kevin Fenzi
ae91b69f62 koji-hub: only specify draft policy in staging until we upgrade prod
koji 1.34 added draft builds and I added policy to deny tagging them,
but we didn't update prod yet, so that policy breaks the hubs.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-02-08 10:23:11 -08:00
Jakub Kadlcik
902de43fdd copr-backend: install libvirt-daemon otherwise it can't start 2024-02-08 10:22:13 +01:00
Kevin Fenzi
456ddc8658 koji_builder: switch sleeptime back to default
Since the database is pretty happy now, lets return this to normal and
see how it does.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-02-07 15:52:08 -08:00
Kevin Fenzi
2159c95c39 koji_builder: fix misleading task name
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-02-07 11:45:37 -08:00
Pedro Moura
2c65aaf8e9 PLanet: fix krb5.conf path
Signed-off-by: Pedro Moura <pmoura@redhat.com>
2024-02-06 22:11:32 +00:00
4479551510
websites: Disable indexing of alt.fp-o/cloud & fix redirect
alt.fpo/en/cloud is still the first link to pop up on search engine and
the current redirect only works with /cloud.
This commit fix the redirect, and prevent this old page to be indexed.
2024-02-06 22:19:14 +01:00
Kevin Fenzi
a70e2c8fa8 kojid / staging: just enable osbuild on all
Just enable the osbuild plugin on all the hosts, and we will narrow
things down with the channel/policy setup.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-02-06 12:38:42 -08:00
Kevin Fenzi
1c2e14769c koji / hub: deny any tagging for draft builds currently
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-02-06 12:12:50 -08:00
Pedro Moura
96c6caefb7 Planet: fix mount path
Signed-off-by: Pedro Moura <pmoura@redhat.com>
2024-02-06 14:40:29 +00:00
Jakub Kadlcik
a3086982d8 copr-hypervisor: bump Fedora version in ppc64le hack 2024-02-06 15:22:54 +01:00
Jakub Kadlcik
e80d914a8c copr-backend: change osuosl dns name to their newest
osuosl-openpower changed their DNS edpoint for the controller to the
openpower-openstack.osuosl.org
2024-02-06 14:29:48 +01:00
Pavel Raiskup
21d01db0a6 copr-backend: don't start machines on hv02 x86
https://pagure.io/fedora-infrastructure/issue/11755
2024-02-06 11:29:20 +01:00
Pavel Raiskup
0d6476a553 copr: assert up2date mock-core-configs package
https://github.com/fedora-copr/copr/issues/3132
2024-02-06 11:21:39 +01:00
Kevin Fenzi
c471f29867 pagure: try increasing the number of processes for pagure.io
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-02-05 14:06:40 -08:00
Kevin Fenzi
6b2e507a20 bvmhost-a64-01/02/03/04: add 4 neww mt snow aarch64 machines in
These machines are newer versions of bvmhost-a64-12/13/14/15
They have more cpus, so we will be moving the buildvm-a64's over to
them, and then turning the 4 old bvmhost's into buildhw's.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-02-05 13:48:28 -08:00
Mattia Verga
c386f0b0c5 bodhi: update config file for v8
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
2024-02-05 17:52:42 +00:00
Mattia Verga
5120f77d87 bodhi: use config file for createrepo_c settings
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
2024-02-05 17:51:04 +00:00
Pedro Moura
782fb308e2 Planet: add kerberos configuration
Signed-off-by: Pedro Moura <pmoura@redhat.com>
2024-02-05 14:43:20 +00:00
Samyak Jain
4f7c2f3343 Add gtk2 and gtk3 support in multilib conf
Signed-off-by: Samyak Jain <samyak.jn11@gmail.com>
2024-02-01 00:43:23 +00:00
Kevin Fenzi
02d97b24cf dhcp: update mac addresses for worker05 and openqa-x86-worker05
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-01-31 14:18:29 -08:00
Kevin Fenzi
ab0ff92cb2 bvmhost-a64-01.stg: add new mac address to dhcp
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-01-30 15:37:35 -08:00
Kevin Fenzi
cbcd7817d6 openqa-x86-worker03: new mac who this?
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-01-30 14:33:15 -08:00
Pedro Moura
0c2a7d89bb Planet: add full image name
Signed-off-by: Pedro Moura <pmoura@redhat.com>
2024-01-30 21:28:38 +00:00
Kevin Fenzi
098dd16795 worker04: adjust for new mac address
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-01-30 13:02:23 -08:00
Kevin Fenzi
0bb87a53e2 autosign: this should be autosign02 in prod now
Just use the short inventory name here so it works in prod and stg.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-01-30 09:53:19 -08:00
Kevin Fenzi
c764d1ea86 autosign: adjust playbooks for prod
We need to setup things in prod slightly differently, using keyctl.
Copy in the service and scripts.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-01-30 09:33:45 -08:00
Pedro Moura
4ead1104a0 Planet: fix buildconfig identaion
Signed-off-by: Pedro Moura <pmoura@redhat.com>
2024-01-29 22:22:03 +00:00
Kevin Fenzi
8b82205393 bkernel01: new machine
Adjust mac address for the new machine.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-01-29 13:33:09 -08:00
Pedro Moura
872bc7778c Planet: update secret reference
Signed-off-by: Pedro Moura <pmoura@redhat.com>
2024-01-29 20:49:03 +00:00
Pedro Moura
b8f2ed12bf Planet: add secret reference
Signed-off-by: Pedro Moura <pmoura@redhat.com>
2024-01-29 20:49:03 +00:00
Pedro Moura
5f7b2bab72 Planet: improve readability of deployment and buildconfig
Signed-off-by: Pedro Moura <pmoura@redhat.com>
2024-01-29 20:49:03 +00:00
Mattia Verga
d3ae9b2981 bodhi: another try to prevent stg logs from being unreadable
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
2024-01-29 09:26:08 +00:00