epel not available at glance-containers (missing fmt package)

Bug #1936182 reported by Guillermoadrianmolina
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenStack-Ansible
Fix Released
High
Unassigned

Bug Description

Followed: https://docs.openstack.org/openstack-ansible/latest/user/ceph/full-deploy.html

when doing:
openstack-ansible setup-openstack.yml

...
TASK [ceph_client : Install ceph packages] ****************************************************************************************************************************************
FAILED - RETRYING: Install ceph packages (5 retries left).
FAILED - RETRYING: Install ceph packages (4 retries left).
FAILED - RETRYING: Install ceph packages (3 retries left).
FAILED - RETRYING: Install ceph packages (2 retries left).
FAILED - RETRYING: Install ceph packages (1 retries left).
fatal: [docker4_glance_container-cfaef0ab]: FAILED! => {"attempts": 5, "changed": false, "failures": [], "msg": "Depsolve Error occured: \n Problem 1: package python3-cephfs-2:15.2.13-0.el8.x86_64 requires libcephfs2 = 2:15.2.13-0.el8, but none of the providers can be installed\n - package libcephfs2-2:15.2.13-0.el8.x86_64 requires libfmt.so.6()(64bit), but none of the providers can be installed\n - conflicting requests\n - package fmt-6.2.1-1.el8.x86_64 is filtered out by exclude filtering\n Problem 2: package python3-rados-2:15.2.13-0.el8.x86_64 requires librados.so.2(LIBRADOS_14.2.0)(64bit), but none of the providers can be installed\n - package python3-rados-2:15.2.13-0.el8.x86_64 requires librados2 = 2:15.2.13-0.el8, but none of the providers can be installed\n - package librados2-2:15.2.13-0.el8.x86_64 requires libfmt.so.6()(64bit), but none of the providers can be installed\n - conflicting requests\n - package fmt-6.2.1-1.el8.x86_64 is filtered out by exclude filtering\n Problem 3: package python3-rbd-2:15.2.13-0.el8.x86_64 requires librbd1 = 2:15.2.13-0.el8, but none of the providers can be installed\n - package librbd1-2:15.2.13-0.el8.x86_64 requires libfmt.so.6()(64bit), but none of the providers can be installed\n - conflicting requests\n - package fmt-6.2.1-1.el8.x86_64 is filtered out by exclude filtering", "rc": 1, "results": []}

ansible glance_container -m dnf -a "name=epel-release state=latest"

Changed in openstack-ansible:
status: New → Triaged
importance: Undecided → High
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-ceph_client (master)
Changed in openstack-ansible:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-ceph_client (master)

Reviewed: https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/800794
Committed: https://opendev.org/openstack/openstack-ansible-ceph_client/commit/5c686751cb2d1705e1eec05811b39d8309135a6a
Submitter: "Zuul (22348)"
Branch: master

commit 5c686751cb2d1705e1eec05811b39d8309135a6a
Author: Dmitriy Rabotyagov <email address hidden>
Date: Wed Jul 14 17:01:28 2021 +0300

    Enable fmt package instalaltion from EPEL

    Ceph requires fmt package to be installed for CentOS, which is provided
    by EPEL nowadays. So we extend list of packages that needs
    to be installed from EPEL.

    Change-Id: Idabce1111690b74617f825dfa843c835f53db368
    Closes-Bug: #1936182

Changed in openstack-ansible:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-ceph_client (stable/wallaby)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-ceph_client (stable/victoria)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-ceph_client (stable/victoria)

Reviewed: https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/800871
Committed: https://opendev.org/openstack/openstack-ansible-ceph_client/commit/82e43fd53c89303a7477189e6914bbb0c78fbe9c
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit 82e43fd53c89303a7477189e6914bbb0c78fbe9c
Author: Dmitriy Rabotyagov <email address hidden>
Date: Fri Jul 16 18:10:16 2021 +0300

    Enable fmt package instalaltion from EPEL

    Ceph requires fmt package to be installed for CentOS, which is provided
    by EPEL nowadays. So we extend list of packages that needs
    to be installed from EPEL.

    Change-Id: Idabce1111690b74617f825dfa843c835f53db368
    Closes-Bug: #1936182
    (cherry picked from commit 5c686751cb2d1705e1eec05811b39d8309135a6a)

tags: added: in-stable-victoria
tags: added: in-stable-wallaby
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-ceph_client (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/800870
Committed: https://opendev.org/openstack/openstack-ansible-ceph_client/commit/141b37fdd103bb65710e40e24859bf85d499b5fe
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 141b37fdd103bb65710e40e24859bf85d499b5fe
Author: Dmitriy Rabotyagov <email address hidden>
Date: Wed Jul 14 17:01:28 2021 +0300

    Enable fmt package instalaltion from EPEL

    Ceph requires fmt package to be installed for CentOS, which is provided
    by EPEL nowadays. So we extend list of packages that needs
    to be installed from EPEL.

    Change-Id: Idabce1111690b74617f825dfa843c835f53db368
    Closes-Bug: #1936182
    (cherry picked from commit 5c686751cb2d1705e1eec05811b39d8309135a6a)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-ceph_client yoga-eom

This issue was fixed in the openstack/openstack-ansible-ceph_client yoga-eom release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-ceph_client victoria-eom

This issue was fixed in the openstack/openstack-ansible-ceph_client victoria-eom release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-ceph_client wallaby-eom

This issue was fixed in the openstack/openstack-ansible-ceph_client wallaby-eom release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-ceph_client xena-eom

This issue was fixed in the openstack/openstack-ansible-ceph_client xena-eom release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.