We repeat this exact same repo definition block eight times,
let's just make it a variable (at the ansible template level).
Signed-off-by: Adam Williamson <awilliam@redhat.com>
bodhi is failing to finish a f40-updates-testing push because it's
looking for the ppc64le repomd on the primary location instead of the
secondary one.
This should fix it, but I don't understand how it worked before.
Did we just get lucky and always check aarch64 before anything else?
I can't see anything that changed in config around this off hand. ;(
Will try this and see if it fixes it for now...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This box has been replaced by kernel02 and is no longer needed.
We will power it off and pull it next time someone is at the DC.
Thanks for your service kernel01!
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
As is currently the case for the ostrees themselves. The variants
don't exist in this compose config.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
The script was created for python2, so let's move it to python3 and fix anything
that is different from previous mailman version.
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
Since Fedora 40, we've built native OCI containers for the atomic
desktops in the pre-release nightly and release composes. We
should also build native containers in the post-release nightly
composes that Bodhi runs. This should allow us to get rid of the
on-the-fly OCI image generation in the sync-ostree-base-containers
script.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This reverts commit e9dcb46226.
Turns out autosign02 and sign-vault02 are both on 1G links, not 10G
as I thought. So, just keep them all on 1500 for now.
All our iad2 stuff is using jumbo frames, so move these also to that.
This might hopefully prevent weird connection lockups I am now seeing
with the new sigul.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
Waiting for static_root_dir change could skip files that were added to static
after the initial deployment. This should prevent that.
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
Both become and become_user needs to be set to work. So the script was executed
as root which caused the hyperkitty log file to be created with root owner.
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
I'm not sure what it is used for, but the httpd service is failing when the
mod_wsgi isn't installed.
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This will add migration script for Fedora auth provider. This is only needed
when updating to Fedora auth provider using OpenID Connect.
Signed-off-by: Michal Konecny <mkonecny@redhat.com>