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"]}
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.