8ac96eb595
zabbix: move zabbix templates to role's base files directory
...
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2024-02-13 11:53:02 +00:00
0191fd7574
zabbix: add task to add hosts to zabbix hostgroup
...
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2024-02-13 11:42:49 +00:00
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
Pavel Raiskup
1c2b21cfb6
copr/hypervisor: add missing variable for ipa/client to work
2024-02-13 06:45:13 +01: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
9fc7f71ea3
copr-hypervisor: provide the missing ipa/client vars
2024-02-13 00:00:48 +01:00
Pavel Raiskup
9daef0d257
copr-hypervisor/ipa-client: debug variable
2024-02-12 23:55:16 +01:00
Pavel Raiskup
c5b8752b26
copr-hypervisor: give the copr team members sudo access
2024-02-12 23:44:07 +01:00
d0e43de656
zabbix: add zabbix_templates to releng compose stg
...
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2024-02-12 13:51:19 +00: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
e87cfca492
openQA: whoops, need to change routing keys here too
...
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-02-09 12:33:54 -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
Pedro Moura
84fadbad64
Planet: fix servicename
...
Signed-off-by: Pedro Moura <pmoura@redhat.com>
2024-02-09 16:41:07 +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
Adam Williamson
a62b48fff7
openqa: don't use updates-testing on prod again
...
forgot to do this before, we don't want it now as I'm about to
push an untested build there for stg to try out.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-02-08 18:17:10 -08: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
95180d324d
copr: fix F39 image s390x for dev
2024-02-08 10:22:13 +01:00
Jakub Kadlcik
902de43fdd
copr-backend: install libvirt-daemon otherwise it can't start
2024-02-08 10:22:13 +01:00
Kevin Fenzi
d663085efe
mailman: increase size of mailman01 disk
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-02-07 18:15:13 -08: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
55fd303920
builders: move to f39
...
We were holding off on this because of createrepo_c and epel7, but I
just decided to push a local old createrepo with Epoch:1 for now.
We can sync back up to upstream once rhel7 goes end of life, or if a
solution using --compatibility is made working.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-02-07 13:08:18 -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
Kevin Fenzi
a74b2943cc
buildvm-a64-31 to 40: move to bvmhost-a64-04
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-02-07 11:19:36 -08:00
Kevin Fenzi
c70eb2bca2
buildvm-a64-21 to 30: Move to bvmhost-a64-03
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-02-07 10:41:04 -08:00
Kevin Fenzi
329e3be5b3
buildvm-a64-11 to 20: move to new bvmhost
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-02-07 10:10:03 -08:00
Pedro Moura
9f7126278f
Planet: fix hostname
...
Signed-off-by: Pedro Moura <pmoura@redhat.com>
2024-02-07 15:00:55 +00:00
Kevin Fenzi
65cf7302d1
buildvm-a64-01 to 10: try moving to new machine and f39
...
Lets move 10 of these over to one of the new machines and switch them to
f39. Note that we have a createrepo_c in f39-infra repo with a Epoch: 1
so it should keep using the older version instead of 1.0.x which will
cause problems for epel7 builds.
Also, add more cpus as the new machines have more cpus.
Hopefully this won't cause memory issues, if so we can back them down.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-02-06 15:47:45 -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
edea4c61b0
Planet: add configmap and ipa client
...
Signed-off-by: Pedro Moura <pmoura@redhat.com>
2024-02-06 14:40:29 +00: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