Comment 13 for bug 2020661

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to devstack (stable/zed)

Reviewed: https://review.opendev.org/c/openstack/devstack/+/890221
Committed: https://opendev.org/openstack/devstack/commit/e62f4f25f30267fb6f1b23ee598be6760a8b9fba
Submitter: "Zuul (22348)"
Branch: stable/zed

commit e62f4f25f30267fb6f1b23ee598be6760a8b9fba
Author: Alfredo Moralejo <email address hidden>
Date: Wed May 24 21:03:28 2023 +0200

    Use RDO official CloudSIG mirrors for C9S deployments

    Instead of using RDO Trunk repo server, CentOS official mirrors provide
    a most reliable infrastructure and supports EMS which is required when
    enabling FIPS in C9S.

    In order to install the rdo-release rpm from repo.fedoraproject.org,
    which does not support EMS, I'm using a workaround to wget, which works
    with non-EMS servers because it uses gnutls instead of openssl, and
    install it locally with rpm.

    This is also consistent to CentOS 8 implementatioin.

    Closes-Bug: #2020661
    Closes-Bug: #2020434
    Change-Id: Icd99f467d47aaafaaf3ee8f2a3c4da08842cb672
    (cherry picked from commit b2ad00cb66bd38ec6179d3bd1bf41556b966dc8c)