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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>