Commit graph

39738 commits

Author SHA1 Message Date
Kevin Fenzi
ddc17b2e23 bodhi: switch skopeo command
bodhi was using a small script to copy flatpak images from candidate
registry to registry. This was done because skopeo wasn't able to copy
multi-arch containers at the time. It has since gained the ability to do
that and we should stop using the temporary script to do this.

The script doesn't understand the new f39+ flatpaks hash passed to it so
it fails to push them.

This patch switches bodhi to use normal skopeo and pass it -a which
should tell it to copy all the arches, not just the one it's running on.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-10-05 16:47:12 +00:00
080f7db125
zabbix: fix set_fact task indentation
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2023-10-05 12:27:37 +01:00
c17ccd3dee
zabbix: rename library for interacting with fasjson
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2023-10-05 12:20:22 +01:00
09a30e82ab
zabbix: rename task import
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2023-10-05 12:15:12 +01:00
e5d771b25a
zabbix: fix lint issue
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2023-10-05 12:08:38 +01:00
f7432e9b0e
zabbix: update playbook to call sync users from fas
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2023-10-05 12:06:05 +01:00
1b25b222cc
zabbix: task for synchronising sysadmin-noc users to zabbix
sync users from fas to zabbix

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2023-10-05 11:57:45 +01:00
Kevin Fenzi
7af2f004e2 F39 final freeze
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-10-03 14:13:10 -07:00
Kevin Fenzi
cd6cbe632e bodhi: move to version 7.2.2
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-10-03 10:21:22 -07:00
Pavel Raiskup
baf7ca1a00 copr-be: +2x16T in RAID1 2023-10-03 16:00:01 +02:00
Samyak Jain
24f5392dee F39 is in final freeze
Signed-off-by: Samyak Jain <samyak.jn11@gmail.com>
2023-10-03 13:50:55 +00:00
Pavel Raiskup
4b656cdb3f copr-be-dev: enlarging data VG with additional RAID1 2023-10-03 15:38:39 +02:00
Michal Konecny
6e32586806 [people] Add missing tag
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2023-10-03 15:08:07 +02:00
Michal Konecny
daf9655e63 [people] Match *
We want to replace README*.
2023-10-03 14:58:49 +02:00
Michal Konecny
4028973849 Fix formatting errors
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2023-10-03 14:47:26 +02:00
Michal Konecny
d3ab813d29 [people] Allow README file in directory listing
Currently the README is filtered out from directory listing in fedorapeople.
This commit should allow it again.

See https://pagure.io/fedora-infrastructure/issue/11553 for more info.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2023-10-03 14:38:16 +02:00
Aurélien Bompard
bddfb304ba
Expand the sent topics for gitlab-centos (#11552)
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2023-10-03 11:46:07 +02:00
Pedro Moura
9c834172f0 Fix yml syntax errors and warnings
Signed-off-by: Pedro Moura <pmoura@redhat.com>
2023-10-02 18:24:26 +00:00
Pedro Moura
bbbc74ffe3 Remove membership-map role and its references from other files
Signed-off-by: Pedro Moura <pmoura@redhat.com>
2023-10-02 18:24:26 +00:00
Kevin Fenzi
55fd3dd3f1 releng: fix typo
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-10-02 11:01:15 -07:00
Kevin Fenzi
d606b69847 releng: also add python3-xmldict to composers
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-10-02 10:50:31 -07:00
Kevin Fenzi
e117f16317 bodhi / backend: install python3-xmltodict for comps
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-10-02 10:47:28 -07:00
Aurélien Bompard
0bca6042c3
Add a script to delete a mailing list from HyperKitty
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2023-10-02 11:06:05 +02:00
Justin W. Flory (he/him)
380366d5ea Email aliases: Swap diversity@fp.o from @siddharthvipul1 to @jonatoni
This commit swaps the recipients of the diversity@fp.o email address
from @siddharthvipul1, the outgoing DEI Advisor, with @jonatoni, the
incoming DEI Advisor for Fedora 39.

ref: https://gitlab.com/fedora/dei/home/-/issues/21

CC: @mattdm, who is also included as a recipient to this email alias.

Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
2023-09-27 23:34:40 +00:00
Michal Konecny
c9864975c1 [Proxies] Add redirect for DEI group
This will add docs redirection for DEI group.

See https://pagure.io/fedora-infrastructure/issue/11503 for more info

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2023-09-26 23:26:22 +00:00
Kevin Fenzi
202cffc5ff koji_builder: drop local site config to add /dev/fuse
We added local site config to make sure there was a /dev/fuse in the
mock nspawn container in order to get ostree oci image building working
correctly. Now in mock 5.x, /dev/fuse is automatically setup/added, so
we need to drop our local config so it doesn't conflict with the
internal upstream version now.

See: https://github.com/rpm-software-management/mock/issues/1188

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-09-26 15:14:03 -07:00
Kevin Fenzi
8d2eae16e4 download: new cern ip. issue 11548
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-09-26 14:36:00 -07:00
Pedro Moura
8cfcb55078 Change task to remove membership-map files in proxies
Signed-off-by: Pedro Moura <pmoura@redhat.com>
2023-09-26 13:53:05 -03:00
Michal Konecny
f96e86c095 Enable ipa03.stg host again 2023-09-26 14:46:03 +02:00
Kevin Fenzi
4f60681d63 sigul: do not use datacenter variable
Turns out we set datacenter to 'staging' in staging, and that is not
really a hostname/certname we want to use. So, since nothing is outside
of iad2 here, just hardcode iad2.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-09-25 17:17:27 -07:00
Pedro Moura
d8b4c15b12 fix membership-map variable
Signed-off-by: Pedro Moura <pmoura@redhat.com>
2023-09-25 19:34:30 -03:00
Pedro Moura
680965df6f fix membership-map task lint
Signed-off-by: Pedro Moura <pmoura@redhat.com>
2023-09-25 12:43:59 -03:00
Pedro Moura
9d1f56f39c add task to remove membership-map files in stg in proxies.yml
Signed-off-by: Pedro Moura <pmoura@redhat.com>
2023-09-22 15:51:49 -03:00
Kevin Fenzi
498f213226 add another cmmunishift poc project
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-09-22 10:38:59 -07:00
Kevin Fenzi
605f282f7b rkhunter: adjust email for rkhunter
I don't think Patrick and Mark care about these emails anymore.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-09-22 10:23:07 -07:00
Kevin Fenzi
6fa4f6752e ipsilon: increase memory on ipsilon vm's
The ipsilon vm's have been swapping and using a lot of memory.
We have memory to spare on those virthosts, so just bump it up to 32.
Might be this will help some slowness / timeout issues some folks have
seen authenticating to matrix and bugzilla.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-09-22 09:54:56 -07:00
Aurélien Bompard
ba1c0bff89
Run Datanommer on Python 3.11
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2023-09-22 12:35:01 +02:00
Aurélien Bompard
1784fd2189
Fixup 6a1d210c
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2023-09-22 12:26:17 +02:00
Aurélien Bompard
6a1d210c8a
Activate Github webhook for Datanommer and Datagrepper
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2023-09-22 09:17:19 +02:00
Kevin Fenzi
ceec274e27 retrace: configure ipv6 address
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-09-21 17:06:05 -07:00
Kevin Fenzi
4baa78d8d1 inventory: comment out one of those hosts completely
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-09-21 16:28:54 -07:00
f5d034bc10 maubot: remove named supplmental group
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2023-09-22 09:10:08 +10:00
8cb4866fb2 maubot: try a named supplmental group
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2023-09-22 09:04:27 +10:00
Kevin Fenzi
638c0ff9a6 ipa03.stg: comment out for now
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-09-21 15:56:23 -07:00
Kevin Fenzi
20f56c51fe inventory: also comment those hosts in cloud inventory
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-09-21 15:42:39 -07:00
Kevin Fenzi
bdb8ecadd0 inventory: disable some dev copr instances for now until they are ready to be deployed
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-09-21 15:09:19 -07:00
Kevin Fenzi
d8cfd2c93b virthost: drop some no longer used host groups
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-09-21 14:08:21 -07:00
Kevin Fenzi
f0e6442a27 noc: drop bodhi nagios alert group
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-09-21 14:01:18 -07:00
Kevin Fenzi
2bb693daa1 noc: drop mod_wsgi for now it may no longer be needed
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-09-21 13:41:06 -07:00
ccd49cdcdd
languages: update scripts parameters 2023-09-21 22:29:02 +02:00