Commit graph

35979 commits

Author SHA1 Message Date
Jakub Kadlcik
db0f97b5fa copr: enable copr-be-dev-temp 2021-11-19 19:51:32 +01:00
Jakub Kadlcik
70ad28fe43 copr: set birthday for copr-be-dev 2021-11-19 19:49:05 +01:00
Pedro Moura
cbe6f84308 refactor of update_epel_release_latest function to create or update symbolic links for epel-release, latest and next, packages 2021-11-19 18:25:30 +00:00
Jakub Kadlcik
493b26446d copr: update keygen IP tables to allow a new copr-be-dev instance 2021-11-19 19:19:28 +01:00
Adam Williamson
113789b93e Add job re-trigger request key to openQA scheduler AMQP keys
We just updated the scheduler code to handle job re-trigger
requests, we need to configure the listener to listen for the
appropriate messages.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2021-11-19 10:01:42 -08:00
Adam Williamson
38621e4091 Remove duplicate definitions of openQA-ish AMQP routing keys
We defined all these in an inventory variables, but also listed
the same keys explicitly in the queue configs in the group
playbook. Let's not do that.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2021-11-19 09:58:26 -08:00
Miro Hrončok
7646e57ffa Switch the FTBFS reminder to F36
Packages FTBFSing on stable releases are not that commonly reported anyway.
2021-11-19 16:01:01 +01:00
88a5027744 Update roles/distgit/pagure/templates/pagure.cfg
Add Transtats link to CSP_HEADERS for Translation Status button to work.
2021-11-19 00:45:56 +00:00
Frank Ch. Eigler
176ce60e33 debuginfod: add systemd drop-in tweaks
Already in effect on prod & stg, formalize these configuration tweaks
that limit overload, improve cgroup monitoring, and build tolerance to
transient fileserver problems.
2021-11-19 00:43:13 +00:00
Mohan Boddu
ad7f042266 Use 'rawhide' branch as the default rpms branch in module building
Fixes: https://pagure.io/fedora-infrastructure/issue/10330

Suggestion: https://pagure.io/fm-orchestrator/issue/1735

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2021-11-19 00:40:52 +00:00
T.C. Williams
995f499a6d Adjust rsyslog imjournal rate-limiting settings to prevent dropped messages under load. fedora-infrastructure-9512 2021-11-19 00:30:32 +00:00
Jakub Kadlcik
c19a1405b8 copr: drop birthday for copr-keygen-dev
This reverts commit b2dae8672b.
2021-11-18 23:40:32 +01:00
Jakub Kadlcik
2825656bc5 copr: add keys in a way that is closer to cloud_setup_basic.yml 2021-11-18 23:10:14 +01:00
Jakub Kadlcik
b2dae8672b copr: set birthday for copr-keygen-dev 2021-11-18 22:48:38 +01:00
Jakub Kadlcik
9bbaa92685 copr: disable services on dev 2021-11-18 22:48:38 +01:00
Adam Williamson
88a886f4d5 Go back to 30 workers on openqa-x86-worker04
It wasn't getting stuck because of the number of workers, it's a
weird kernel bug.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2021-11-18 11:09:10 -08:00
Pavel Raiskup
5e5f342477 copr-be: open 9100 port properly 2021-11-18 15:26:28 +01:00
Silvie Chlupová
e7bbf7b43a copr-be: copr-be-dev: open port 9100 (node_exporter) for showing metrics on backend 2021-11-18 15:02:46 +01:00
Kevin Fenzi
0f5c8b214a buildvm-s390x-21: Fix up mac address
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-11-17 20:32:19 -08:00
Kevin Fenzi
7cb3fddb79 host vars: drop auto6: no from connection profiles
Turns out the current version of linux-system-roles network doesn't like
setting ipv6 no and setting search domains since NetworkManager wants to
set them for both ipv4 and ipv6. There's some upstream fix, but not in
our current version.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-11-17 19:33:50 -08:00
Kevin Fenzi
235981089c backup01: try and just drop auto6
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-11-17 18:25:37 -08:00
Kevin Fenzi
4b03e3947d backup01: try and disable ipv6
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-11-17 17:19:27 -08:00
Aurélien Bompard
78da9de518
Also setup timescaledb on db-datanommer01 in staging
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-11-17 11:23:27 +01:00
f84e66b4a4 [discourse2fedmsg] fix fedora messaging cert names
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2021-11-17 13:44:32 +10:00
Kevin Fenzi
d55a6e96e8 torrent: new ipv6 ip for tracker
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-11-16 17:19:34 -08:00
Kevin Fenzi
ea1cad62f0 buildvm-s390x: fix some host vars
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-11-16 15:58:36 -08:00
Kevin Fenzi
580cd252c5 Inventory group/host variables: Sort yaml
This was done using yq (
https://mikefarah.gitbook.io/yq/operators/sort-keys )

Doing things this way makes it much easier to see if a variable is set
in a file or if two hosts differ in what variables they set. Hopefully
we can keep things sorted moving forward.

Basically this means just sort a-z anything you add to any host or group
vaiable and it will be in the right place.

Additionally, this enforces 'normal' intent rules for all the variable
files which we should also try and obey. 2 spaces for first level, 3 for
next, etc. When in doubt you can run yq on it.

This should cause NO actual vairable changes, it's all just readability
fixing for humans, ansible parses it exactly the same.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-11-16 13:27:57 -08:00
Kevin Fenzi
f6f29ded92 buildvm_s390x_stg: adjust staging buildvm
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-11-16 11:16:44 -08:00
Kevin Fenzi
bbf97b378d buildvm-s390x-22: use mac address from ansible
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-11-16 11:07:58 -08:00
Kevin Fenzi
d745d47575 buildvm_s390x: fix the virt-install instead
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-11-16 10:43:11 -08:00
Kevin Fenzi
4b2e091ebc buildvm-s390x-07: it is just eth0_ip
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-11-16 10:31:06 -08:00
Kevin Fenzi
008bcd94f6 buildvm-s390x-07: add in some vars to make virt-install happy for now
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-11-16 10:27:21 -08:00
David Kirwan
4c9e00ca61 fedora-coreos-pipeline: Rename coreos pipeline ocp4 project
Signed-off-by: David Kirwan <dkirwan@redhat.com>
2021-11-16 17:29:36 +00:00
Kevin Fenzi
8e11646336 buildvm-s390x-07: new mac address for 07
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-11-16 08:52:33 -08:00
Mark O Brien
265cb1d998 maintainer-test: remove f32-test as EOL
Signed-off-by: Mark O Brien <markobri@redhat.com>
2021-11-16 12:25:56 +00:00
Mark O Brien
3caa99bf12 maintainer-test: add f34 host
Signed-off-by: Mark O Brien <markobri@redhat.com>
2021-11-16 12:19:04 +00:00
Mark O Brien
e2103ad394 batcave: allow ip of f34-test machine
Signed-off-by: Mark O Brien <markobri@redhat.com>
2021-11-16 12:03:02 +00:00
Aurélien Bompard
9d139268df
Indenting
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-11-16 11:45:20 +01:00
Aurélien Bompard
fc6da83b82
Wrong variable name
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-11-16 11:37:16 +01:00
Aurélien Bompard
c5b3833f69
Keep discourse2fedmsg on the Openshift namespace
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-11-16 11:32:22 +01:00
Aurélien Bompard
2dcad203b9
Fix syntax error, and add ipa02.stg
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-11-16 10:48:16 +01:00
Aurélien Bompard
ba6ea81ecf
Use all IPA servers in Noggin
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-11-16 10:15:02 +01:00
Kevin Fenzi
33d6d56322 proxies: point meetbot and meetbot-raw to value01.stg in stg
This should let us test mote on value02

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-11-14 19:21:44 -08:00
Adam Williamson
fc3f87b646 Revert "openQA: deploy new qemu build with qxl snapshot fix"
This reverts commit 92e66bb444 and
follow-up commits. We don't need it now we're back on virtio
graphics.
2021-11-12 15:40:00 -08:00
Aurélien Bompard
02f4241972
Missing change for last commit
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-11-12 12:12:07 +01:00
Aurélien Bompard
4e674e2ef5
Expose discourse2fedmsg
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-11-12 12:00:38 +01:00
Aurélien Bompard
54e78201ae
discourse2fedmsg: don't build during playbook run
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-11-12 11:33:45 +01:00
Adrian Reber
e66473e17d Only scan centos stream 9 primary mirror if there are changes
Currently we still see some errors with scanning the primary centos
stream 9 mirror.

The current assumption is that because of '--delay-updates' rsync
updates the primary mirror timestamps even if the actual files are moved
to the final location much later. This breaks our assumption during
scanning that we only have to check files in directories with changed
timestamps.

Currently we might scan the primary mirror and see updated timestamps
but the files are not yet moved to the final location because of
'--delay-updates'. After our scan, rsync finishes on the primary mirror
and the files are moved to the final location, but the timestamps of the
directories do not change. That results in us not detecting new files.

This change checks the timestamp of the COMPOSE_ID file and only runs
the scan if the timestamp is newer than during the last scan. The hope
is that the timestamp of COMPOSE_ID is only updated once the actual new
file is replacing the old file.

In addition to hopefully fixing the primary mirror scanning this should
also reduce the I/O load on the primary mirror because we do not run a
full rsync directory listing if COMPOSE_ID has not changed.

Signed-off-by: Adrian Reber <adrian@lisas.de>
2021-11-11 17:14:36 +01:00
Kevin Fenzi
d6f742aaf7 sssd / fedorapeople: override homedir in case it gets set to /home
I'm not sure what is causing some users to get /home/user instead of
/home/fedora/user. The ipa default is /home/fedora. Noggin doesn't
appear to override anything.

In any case fedorapeople is where this is really important as we have
web config and the like expecting /home/fedora/user. So, lets override
in sssd to make sure it uses the right place.

I'm also going to manually fix those users that are currently wrong.
See infra 10315

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-11-10 14:14:00 -08:00
51e29f46c9 [discourse2fedmsg] prepare discourse2fedmsg for openshift deployment
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2021-11-10 21:52:31 +10:00