On Tue, Nov 4, 2025 at 5:32 PM Francesco Di Nucci
<francesco.dinucci(a)na.infn.it> wrote:
Hi all,
I was having a look to the Deliverables docs
(
https://www.rdoproject.org/deliverables/repos/#cloudsig-ga-repo) to
prep for a SLURP upgrade, but I see that packages under
trunk.rdoproject.org/rdo_release arrive up to Caracal.
Dalmatian and Epoxy ones are missing, and
trunk.rdoproject.org/rdo_release/rdo-release.el9s.rpm is a redirect to
rdo-release-epoxy under
cbs.centos.org
Is this expected? In case should the docs point directly to
cbs.centos.org/kojifiles/packages/rdo-release instead?
packages under trunk.r.o/rdo_release/ are leftovers, we are now
maintaining only redirects to CBS Koji
e.g. for Epoxy release it was task
https://issues.redhat.com/browse/RDO-485
and commit changing vhost config on trunk.r.o
https://softwarefactory-project.io/r/c/software-factory/sf-infra/+/33456/...
Docs is correct saying that following URLs work:
* For the latest OpenStack release in RHEL 9:
$ sudo dnf install
http://trunk.rdoproject.org/rdo_release/rdo-release.el9s.rpm
* For previous OpenStack releases in RHEL 9:
$ sudo dnf install
http://trunk.rdoproject.org/rdo_release/openstack-<release
name>/rdo-release-<release name>.el9s.rpm
which can be confirmed by inspecting trunk.r.o vhost config:
https://github.com/softwarefactory-project/sf-infra/blob/master/playbooks...
To reduce confusion, I propose that we remove all files under
/var/www/html/rdo_release/
and rely solely on redirects.
Cheers,
Alan