Bug 1853381

Summary: [updates] RHOS13 Z12 installing packages fails on ceph-ansible broken dependencies
Product: Red Hat OpenStack Reporter: Ronnie Rasouli <rrasouli>
Component: ceph-ansibleAssignee: Giulio Fidente <gfidente>
Status: CLOSED DUPLICATE QA Contact: Yogev Rabl <yrabl>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 13.0 (Queens)CC: gfidente, nweinber
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-07-08 13:51:47 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
dependencies stack none

Description Ronnie Rasouli 2020-07-02 14:20:40 UTC
Created attachment 1699639 [details]
dependencies stack

Description of problem:

The undercloud installing packages is failing with broken dependencies for ceph-ansible-3.2.43-1.el7cp.noarch 

Version-Release number of selected component (if applicable):
13 Z12


How reproducible:
100%

Steps to Reproduce:
1. install undercloud of OSP13 Z12 build and ceph-ansible-3.2.43-1.el7cp.noarch  package

Actual results:
The installation is breaking on broken dependencies 

Expected results:


Additional info:

fatal: [undercloud-0]: FAILED! => {"changed": false, "msg": "Error: Package: ceph-ansible-3.2.43-1.el7cp.noarch (/ceph-ansible-3.2.43-1.el7cp.noarchHlWGOO)\n           Requires: python-notario >= 0.0.13\n", "rc": 1, "results": ["Loaded plugins: search-disabled-repos\nExamining /home/stack/.ansible/tmp/ansible-tmp-1593690243.51-6644-271192452945366/ceph-ansible-3.2.43-1.el7cp.noarchHlWGOO.rpm: ceph-ansible-3.2.43-1.el7cp.noarch\nMarking /home/stack/.ansible/tmp/ansible-tmp-1593690243.51-6644-271192452945366/ceph-ansible-3.2.\n---> Package python-nose.noarch 0:1.3.7-1.el7 will be installed\n--> Finished Dependency Resolution\n You could try using --skip-broken to work around the problem\n You could try running: rpm -Va --nofiles --nodigest\n"]}

Comment 2 Giulio Fidente 2020-07-02 14:31:51 UTC
The ceph tools repo are not enabled on the undercloud, hence it's trying to install an old version which was cross-shipped in osp13; not sure why ceph repo isn't enabled but looks like a CI job config issue.