mbox series

[v2,0/3] Recent fixes

Message ID 20241214170139.253602-1-cel@kernel.org (mailing list archive)
Headers show
Series Recent fixes | expand

Message

Chuck Lever Dec. 14, 2024, 5:01 p.m. UTC
From: Chuck Lever <chuck.lever@oracle.com>

This series was a handful of loosely related patches that I wrote
while trying to get kdevops operational on AWS again, for use with
NFS workflows. Note that there are still one or two more issues that
need to be tracked down before AWS will be working well for me.

These might also be useful for OCI or other cloud providers.

---

v1 of the series was posted here:

https://lore.kernel.org/kdevops/Z1kKp93hbhxqDF5B@bombadil.infradead.org/T/#t

I've merged the first three patches of the v1 series.

The second half of the v1 series needed more work. Here are 5/6 and
6/6, reworked. This version is hopefully easier to review and will
be easier to add to, going forward.

I've done just a little testing, but found that virt-builder's
CentOS images don't appear to work any more because of community
changes to the mirror repo hostnames. I left the CentOS logic in
place in case someone figures out how to get CentOS working again.

We might also want to think about RHEL 8 / CentOS 8 / OL 8. I
expect those will have distinct CRB repo names as well. I'm hoping
the refactoring here will make it easy to add those if needed.

Chuck Lever (3):
  codereadyrepo: Refactor to prepare for more complex usage scenarios
  codereadyrepo: Repo name for Oracle Linux
  codereadyrepo: Enable codeready-builder for AWS's RHEL 9

 .../roles/codereadyrepo/defaults/main.yml     |  6 +++
 playbooks/roles/codereadyrepo/tasks/main.yml  | 46 ++++++++++++++++---
 2 files changed, 46 insertions(+), 6 deletions(-)
 create mode 100644 playbooks/roles/codereadyrepo/defaults/main.yml