Commit Graph

25096 Commits

Author SHA1 Message Date
Kevin Fenzi
289bda5698 nagios_client: install client on noc-cc01
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-08-01 16:34:40 -07:00
Kevin Fenzi
861d458131 noc-cc01: add tftp_server file
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-08-01 14:36:10 -07:00
Kevin Fenzi
f33e1ffe60 noc-cc01: make a copy of the dhcpd file from the old vm
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-08-01 14:16:11 -07:00
Miroslav Suchý
12f68c6352 copr: enable high-performance builders for solopasha/qt6-test/qt6-qtwebengine
See https://github.com/fedora-copr/copr/issues/3353
2024-08-01 19:05:32 +02:00
Adam Williamson
8e8843ddc6 waiverdb: back to the regular tag for prod
prod-fedora has been updated to a fixed build of waiverdb, so we
can go back to using it.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-08-01 09:05:56 -07:00
Seth Maurice-Brant
4271ed5ce6 Add metrics-sig sync to fedora-messaging.toml 2024-08-01 12:31:27 +00:00
Michal Konecny
705a839a57 [ipsilon] Remove PDC entries from SAML2 data files
Forgot to remove it from configuration. This should do the trick.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2024-08-01 13:22:21 +02:00
Michal Konecny
3415ff33ff Remove PDC call from ipsilon playbook
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2024-08-01 13:05:22 +02:00
Miro Hrončok
fbf810dfaa Revert "Hack around c8s python39 module versions not in ascending order"
EPEL 8 Next is EOL.

This reverts commit fc460139cd.
2024-08-01 08:30:49 +00:00
Adam Williamson
6bf5964ef2 waiverdb: flip back to using factory2 container remote
The fixes for https://github.com/release-engineering/waiverdb/issues/219
were merged and the factory2 'latest' image now includes them.
'prod-fedora' does not, so for now, we'll have prod use 'latest'
instead.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-08-01 01:24:07 -07:00
Lenka Segura
65e6e14369 toddlers: block koji_block_retired again
Signed-off-by: Lenka Segura <lsegura@redhat.com>
2024-08-01 08:10:51 +00:00
Aurélien Bompard
a96ca20e6c Mirrormanager: don't retry jobs ad-hoc jobs
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-08-01 09:29:31 +02:00
Carl George
45f5335356 bodhi: override status and mandatory_days_in_testing for EPEL bootstrap
Signed-off-by: Carl George <carlwgeorge@gmail.com>
2024-07-31 16:56:22 -05:00
Carl George
fffd852e6e Fix RuntimeError in owner-sync-pagure.j2
This is a small follow up fix related to 01be34a706.
Previously the script modified a list while iterating through it, which
is always a bad idea, but it didn't throw an error.  My last changes
switched it to iterating through a list, which surfaced the flaw as a
RuntimeError.  Using a set comprehension is a cleaner way to generate
the set we need to return.

Signed-off-by: Carl George <carlwgeorge@gmail.com>
2024-07-31 13:27:42 -05:00
Carl George
6e70c6fc3a Update owner-sync-pagure.j2 to work with EPEL 10, second attempt
Originally attempted in 01be34a706, but it
didn't work correctly and needed to be reverted.  Some notable
differences this time around:

- Previously the script predicted branch and version based on the tag.
I had this switched to get both of those from the bodhi release, but not
all tags have a corresponding bodhi release.  So this now takes a hybrid
approach of using bodhi release if available, and falling back to the
prediction approach otherwise.
- Retired package lists from the lookaside are now skipped if they don't
exist, both during the retrieval and when checked later.
- The get_project_branches function now returns a set.

Signed-off-by: Carl George <carlwgeorge@gmail.com>
2024-07-31 14:27:54 +00:00
Carl George
a0f31814d2 Add expected branch SLAs for EPEL 10 branches
Signed-off-by: Carl George <carlwgeorge@gmail.com>
2024-07-31 14:23:38 +00:00
Lenka Segura
e9b8e19c78 todddlers: unblock koji_block_retired
Signed-off-by: Lenka Segura <lsegura@redhat.com>
2024-07-31 15:22:16 +02:00
Kevin Fenzi
277495b74e owner-sync-pagure: adjust regex to not handle epel10 yet
The new epel10 release in bodhi is confusing this script, so
lets exclude it for now until we get the script sorted out.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-07-30 13:26:03 -07:00
Kevin Fenzi
a0b5a8f7c9 Revert "Update owner-sync-pagure.j2 to work with EPEL 10"
This reverts commit 01be34a706.

There's some corner cases causing this to fail, so lets revert for now.
2024-07-30 12:10:22 -07:00
Kevin Fenzi
326fb2788a people: adjust cert path
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-07-30 11:47:33 -07:00
Carl George
01be34a706 Update owner-sync-pagure.j2 to work with EPEL 10
Signed-off-by: Carl George <carlwgeorge@gmail.com>
2024-07-30 11:55:16 +00:00
Carl George
6ff3450ce8 Add EPEL 10 key to bodhi's pungi template
Signed-off-by: Carl George <carlwgeorge@gmail.com>
2024-07-30 11:52:44 +00:00
Aurélien Bompard
e7cfb0ea69 Mirrormanager: get a unique job name in move-to-archive
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-07-30 12:30:58 +02:00
Aurélien Bompard
89a7b32244 Mirrormanager: fix move-to-archive job template
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-07-30 12:16:44 +02:00
Aurélien Bompard
11a4e2fb68 Mirrormanager: fix move-to-archive job template
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-07-30 12:13:40 +02:00
Aurélien Bompard
be05575049 Add a playbook to run move-to-archive
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-07-30 11:01:27 +02:00
Aurélien Bompard
6949a0ca71 Update poddlers with the changes in toddlers
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-07-30 11:01:27 +02:00
Kevin Fenzi
d1c3d4496a buildhw-a64: override max tasks on aarch64 builders. See ticket 12090
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-07-29 14:15:21 -07:00
Tomas Hrcka
741a60ba07 Fix typo
Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
2024-07-29 18:41:02 +02:00
Michal Konecny
3209b886ee [mailman3] Remove the duplicated information
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2024-07-29 16:25:04 +00:00
Tomas Hrcka
14e3072b59 Dsiable bugzilla_sync_toddler
Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
2024-07-29 16:18:03 +00:00
Michal Konecny
39d7b07b0c [mailman3] Add more info to generate_search_index script
Add information about number of remaining mailing lists to process to script output.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2024-07-29 18:06:12 +02:00
Michal Konecny
be2edf7b47 [mailman3] Add script for generating fulltext index for mailing lists
The index generated by the hyperkitty-hourly script generated unusually big
index (around 1TB).

This script should help with generating the search index from scratch, after
that we can leave it to hyperkitty-hourly job again.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2024-07-29 14:41:12 +02:00
Michal Konecny
41e92cb6de [toddlers] Enable clean-retired-packages on staging
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2024-07-29 09:36:14 +02:00
Michal Konecny
0c0fe5d7e0 [toddlers] Add bodhi URL to configuration
Bodhi URL is now needed for the rewritten clean_retired_packages toddlers.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2024-07-26 19:10:39 +02:00
Michal Konecny
2f8622c395 [toddlers] Block all PDC related toddlers
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2024-07-26 17:02:42 +00:00
Miro Hrončok
e0a7231ec6 Switch the weekly FTBFS reminders to F40
Signed-off-by: Miro Hrončok <miro@hroncok.cz>
2024-07-26 15:11:02 +00:00
Adam Williamson
4743c3fdce openqa/worker: transition all tap workers to NM-based setup
This seems to be working fine in testing, so let's deploy it
everywhere.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-07-25 14:54:03 -07:00
Adam Williamson
762b23ef7d openqa/worker tap-setup-nm: tweak some quoting, drop tunctl
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-07-25 14:06:52 -07:00
Adam Williamson
690a5eb951 openqa/worker: add NM-based tap setup and test on p09-worker01
network-scripts-openvswitch was removed in f40 and network-scripts
is going away in f41; we really need to get off using them.
This attempts to implement the same setup using NetworkManager,
based on a few different NM/ovs references, and the source of
openQA upstream's os-autoinst-setup-multi-machine . It might
need a bit of tweaking, so for now, we make it a separate task
and use it only on p09-worker01 for testing. This doesn't handle
tearing down the old network-scripts-based config as that's
pretty complex and will only need to happen once; I'll do it
manually before trying this out.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-07-25 13:50:39 -07:00
Kevin Fenzi
b11d59d934 toddlers: disable pdc_import_compose plugin as pdc is going away
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-07-25 12:29:15 -07:00
Aurélien Bompard
c3cf83f3a5 Badges: add a config value that will be needed in the next update
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-07-25 16:16:00 +02:00
Aurélien Bompard
a431c7e919 Badges: upgrade the DB on redeployments
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-07-25 15:53:41 +02:00
Michal Konecny
85351ee90d [release-monitoring] Update anitya config
Switch log to debug and add thread id information if available.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2024-07-25 15:51:07 +02:00
Michal Konecny
8e7f84edbc [toddlers] Disable koji_block_retired toddler
koji_block_retired is currently generating a lot of error messages. Let's
disable it for now.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2024-07-25 11:41:45 +00:00
Michal Konecny
d67ebdffd2 [toddlers] Remove configuration for koji_block_retired
This is not needed anymore as we are using configuration options from shared section.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2024-07-25 12:01:29 +02:00
Michal Konecny
100c0a0428 [toddlers] Enable distgit_bugzilla_sync again
The fix for distgit_bugzilla_sync is in place, let's enable it again.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2024-07-25 12:00:50 +02:00
Aurélien Bompard
d06ba5e10a monitor-config: fix deploymentconfig mount
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-07-24 16:55:18 +02:00
David Kirwan
c4b397b98d firmitas: Update cert location in myconfig.py file
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2024-07-24 15:18:22 +01:00
David Kirwan
6456eabaee firmitas: update command/entrypoint in deployment
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2024-07-24 14:45:28 +01:00