Commit graph

38641 commits

Author SHA1 Message Date
Michal Konečný
c20c3a1126 Revert "[release-monitoring] Add more disto package links"
This reverts commit b0c126a31f.
2023-03-24 09:38:42 +01:00
Dan Fandrich
b0c126a31f [release-monitoring] Add more disto package links 2023-03-24 08:22:55 +00:00
Aurélien Bompard
ba81e2030f
FMN: enable keepalive for Redis
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2023-03-23 16:16:01 +01:00
Adam Saleh
c975c74610 Updating monitor-dashboard to ocp4 2023-03-23 14:53:34 +01:00
Stephen Smoogen
cae6400729 Fix external IAD2 ip address
The address noc02 was monitoring, 209.132.185.254, was a switch behind
a firewall which might not be viewable for various reasons. Red Hat
NOC let us know that 209.132.185.206 was the floating IP address which
is a better source of uptime.

Signed-off-by: Stephen Smoogen <ssmoogen@redhat.com>
2023-03-22 09:06:45 -04:00
Pavel Raiskup
bed537ce09 Revert "inventory/cloud: drop Copr boxes that we don't want to monitor by Nagios"
This reverts commit e870a80c32.
2023-03-21 11:48:50 +01:00
Pavel Raiskup
e870a80c32 inventory/cloud: drop Copr boxes that we don't want to monitor by Nagios 2023-03-21 10:41:16 +01:00
Jakub Kadlcik
6ca17906b7 copr: don't check copr-db-stg and copr-pulp in nagios yet 2023-03-21 09:57:13 +01:00
Pavel Raiskup
92cab5ca01 copr-distgit: disable cgit check from FE
Relates: https://github.com/fedora-copr/copr/issues/2410
2023-03-21 09:55:48 +01:00
Kevin Fenzi
421fcf65f1 autosign02: fix network config to not step on autosign01
Sadly I made a mistake here and autosign02 had the same IP as
autosign01. ;(

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-03-17 19:49:59 -07:00
Lukas Holecek
2cbc76cfbe waiverdb: Fix OIDC redirect URI (2) 2023-03-17 15:30:14 +00:00
Dan Fandrich
3947fc667b [release-monitoring] Add disto package links
https://github.com/fedora-infra/anitya/issues/1555
2023-03-17 08:31:34 +00:00
Kevin Fenzi
749d6f395a robosignatory: add sericea ostree signing for all arches and testing and updates repos
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-03-16 20:37:24 -07:00
Lukas Holecek
c5d9b837b2 waiverdb: Fix OIDC redirect URI
The wrong redirect URL in OIDC requests is for some reason http://..

See: https://pagure.io/fedora-infrastructure/issue/11179
2023-03-16 17:14:15 +00:00
4f4909a003 Remove pungi_general.conf
Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
2023-03-16 17:45:10 +01:00
d8127b2799 Revert "Split the pungi_general.conf"
This reverts commit cc5fd0cc3a.
2023-03-16 17:37:04 +01:00
36c251017e Revert "[bodhi-backend] Add shared pungi config"
This reverts commit be3ce8b179.
2023-03-16 17:13:45 +01:00
Kevin Fenzi
261879c688 rsyncd: use systemd service on rhel9 as well as fedora
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-03-15 15:34:32 -07:00
Kevin Fenzi
2003d70bc9 download-iad2: try nfsv4 also
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-03-15 15:16:02 -07:00
Kevin Fenzi
6b2b76b528 dl05: move to rhel9 and lots more memory
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-03-15 15:15:14 -07:00
Kevin Fenzi
b981ac9c8f nagios / server: check fedorapeople.org ssl cert expiry
This is for https://pagure.io/fedora-infrastructure/issue/10928

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-03-15 13:15:18 -07:00
Kevin Fenzi
aef88d13a3 proxies: qa landing page, enable in prod too
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-03-15 12:44:43 -07:00
Kevin Fenzi
6e982da0d4 bugz.fedoraproject.org: urlescape redirect instead of \
In a recent apache update they fixed CVE-2023-25690 which now disallowes
redirects with spaces in them. So, just urlencode the space instead of
trying to escape it and it should redirect correctly.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-03-15 12:29:55 -07:00
Kevin Fenzi
6aa0ea662a ipa / server: enable sweeper on prod too now
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-03-15 11:28:48 -07:00
Kevin Fenzi
b0a2871050 bodhi / backend: fix name of multilib include file
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-03-15 11:18:44 -07:00
Fabio Alessandro Locati
63925f2e54 Fix name 2023-03-15 18:09:00 +00:00
Fabio Alessandro Locati
926b489353 Add Sericea
Fixes: https://gitlab.com/fedora/sigs/sway/SIG/-/issues/18
2023-03-15 18:09:00 +00:00
Michal Konečný
cc5fd0cc3a Split the pungi_general.conf
Let's do this to keep the pungi_multilib.conf in sync with pungi-fedora
multilib.conf.

The PR for multilib.conf could be found
[here](https://pagure.io/pungi-fedora/pull-request/1149).

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2023-03-15 18:05:14 +00:00
Michal Konečný
be3ce8b179 [bodhi-backend] Add shared pungi config
This will add general pungi configuration that is shared by both pungi.rpm.conf
and pungi.module.conf. This is implementation of
https://pagure.io/fedora-infrastructure/issue/10779.

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2023-03-15 18:05:14 +00:00
František Zatloukal
d9f19e13d9 qa.fedoraproject.org: Drop redirect to wiki 2023-03-15 17:47:15 +00:00
Justin W. Flory (he/him)
23a9fdc3e1 aliases: Update fcaic@ to fca@ to represent role title change
This commit makes a mostly cosmetic change for the Fedora Community
Architect email alias. In January 2023, the role title was changed from
Fedora Community Action & Impact Coordinator (FCAIC) to Fedora Community
Architect (FCA). There are additional communications planned for this
title change, but for now, this commit updates the mail aliases
accordingly for future use.

Additionally, the fcaic@ alias is preserved but it points to the fca@
email alias.

Furthermore, I also added the Fedora Project Leader @mattdm as a
recipient to the sponsors@ email alias, as we gear up for Flock again!

Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
2023-03-15 17:41:20 +00:00
Sandro
99b102a54c Add mapping for Marketing SIG
New badge for marketing members has been pushed and set up.
See: https://pagure.io/fedora-badges/issue/833
2023-03-15 17:39:59 +00:00
Kevin Fenzi
0c1e167a1d Unfreeze after F38 Beta release
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-03-15 10:39:03 -07:00
Kevin Fenzi
d25329ed6f vmhost-x86-09.stg: use correct network port on bridge
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-03-14 17:43:03 -07:00
Kevin Fenzi
3bc8f38166 dhcp_server: correct mac address on new vmhost-x86-09.stg more, as it is on the other port
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-03-14 15:25:32 -07:00
Kevin Fenzi
b984c81f18 dhcp_server: correct mac address on new vmhost-x86-09.stg
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-03-14 15:09:45 -07:00
Adam Williamson
b1ba072e8d openQA: drop createhdds branch on staging
This branch was merged months ago, but I forgot to drop this,
so the staging hdd workers keep using the outdated branch and
building bad images...

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-03-14 14:33:00 -07:00
ee60d22d20 lift 38 beta freeze
Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
2023-03-10 18:07:23 +01:00
Kevin Fenzi
c050706af7 backup mgmt: fix ip address to be correct
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-03-08 13:08:05 -08:00
Michal Konečný
52d38cc4bd [Pagure] Add zlopez to admin list
Based on the discussion with kevin in https://pagure.io/fedora-infrastructure/issue/11158

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2023-03-08 13:36:23 +00:00
Kevin Fenzi
e5abe02282 download: add mirror.fcix.net to tier1 mirrors
fcix.net is a network of small mirrors that cache/serve popular content
from a number of free software projects. They mirror fedora and would
like to have access to tier0 mirrors. This adds them with their hostname
(so they can adjust the ips later if needed).

Thanks for mirroring!

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-03-07 23:18:56 +00:00
Miro Hrončok
f98914389b Switch the weekly FTBFS reminders to F38
Signed-off-by: Miro Hrončok <miro@hroncok.cz>
2023-03-07 23:16:42 +00:00
Kevin Fenzi
b50b2e165a dhcp_server: fix typo
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-03-07 11:18:38 -08:00
Kevin Fenzi
2fd9695820 nagios: remove some no longer existant machines from nagios trying to monitor their mgmt interfaces
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-03-07 18:43:30 +00:00
Kevin Fenzi
e6c3ebc283 Add 3 new hardware machines
This adds a new bvmhost in stg ( bvmhost-x86-02.stg ) a new vmhost in
stg ( vmhost-x86-09.stg ) and a new autosign box (that will be
autosign02 to allow us to set it up and migrate to it).

It also adds dhcp config for those and their mgmt interfaces

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-03-07 18:43:30 +00:00
Kevin Fenzi
4ff29f22d0 backup01: grokmirror: make ansible make a local user
By default ansible is seeing the ldap 'grokmirror' user and not making a
local one. This makes the grokmirror cron job fail because the ldap
grokmirror user is locked. So, lets make a local one so cron works.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-03-06 17:28:10 -08:00
Kevin Fenzi
4c378b075a backup01: new server
Pushing this now as it's an outage of our backups and I want to get it
going asap. It's only affecting backup01.

Add dhcp entries for backup01's mgmt and eth0 interface.
Use eth0 instead of eno1.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-03-06 14:10:43 -08:00
Kevin Fenzi
d98e32a15b ipa / staging: set sweepeer job to not output stdout to cron
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-03-06 10:11:40 -08:00
Pavel Raiskup
422a344d1b copr-backend: delete orphaned AWS instances via resalloc-aws-list 2023-03-06 08:17:20 +01:00
Kevin Fenzi
9e2172db47 compose-rawhide: install rpm-ostree to support new container upload
See https://pagure.io/releng/pull-request/11180#comment-184488
for more details. Basically we need rpm-ostree to upload this new format
of ostree images.

Note that after freeze we should just merge this into the normal
installs and install it on the branched and other composers.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-03-04 09:52:14 -08:00